r4125 - vdr/vdr/trunk/debian
Thomas Günther
tom-guest at alioth.debian.org
Thu Jan 25 02:18:37 CET 2007
Author: tom-guest
Date: 2007-01-25 02:18:37 +0100 (Thu, 25 Jan 2007)
New Revision: 4125
Modified:
vdr/vdr/trunk/debian/changelog
vdr/vdr/trunk/debian/make-special-vdr.sh
Log:
Upgraded make-special-vdr.sh to version 0.3 (fixed detection of *.vdr files in burn plugin)
Modified: vdr/vdr/trunk/debian/changelog
===================================================================
--- vdr/vdr/trunk/debian/changelog 2007-01-24 17:59:46 UTC (rev 4124)
+++ vdr/vdr/trunk/debian/changelog 2007-01-25 01:18:37 UTC (rev 4125)
@@ -1,6 +1,8 @@
vdr (1.4.5-2) UNRELEASED; urgency=low
* NOT RELEASED YET
+
+ [ Tobias Grimm ]
* Set NONPTL=0 by default - since version 1.3.27 VDR should work with the
Native Posix Threading Library without problems. NONPTL can now be
enabled for AMD64 systems again, even if this should not be necessary.
@@ -12,6 +14,10 @@
* Replaced "==" in shell scripts with "=" for compatibility reasons
(reported by Jörg (Kano) Schirottke)
+ [ Thomas Günther ]
+ * Upgraded make-special-vdr.sh to version 0.3 (fixed detection of *.vdr files
+ in burn plugin)
+
-- Tobias Grimm <tg at e-tobi.net> Wed, 24 Jan 2007 18:55:42 +0100
vdr (1.4.5-1) experimental; urgency=low
Modified: vdr/vdr/trunk/debian/make-special-vdr.sh
===================================================================
--- vdr/vdr/trunk/debian/make-special-vdr.sh 2007-01-24 17:59:46 UTC (rev 4124)
+++ vdr/vdr/trunk/debian/make-special-vdr.sh 2007-01-25 01:18:37 UTC (rev 4125)
@@ -63,6 +63,9 @@
#
# 2007-01-13: Version 0.2
# - Converted vdrdevel patch to make-special-vdr.sh
+#
+# 2007-01-24: Version 0.3
+# - Fixed detection of *.vdr files in burn plugin
main()
@@ -196,6 +199,8 @@
s/002\.vdr${SPECIAL_VDR_SUFFIX}/002.vdr/g; \
s/index_%02d\.vdr${SPECIAL_VDR_SUFFIX}/index_%02d.vdr/g; \
s/\[0-9\]\.vdr${SPECIAL_VDR_SUFFIX}/[0-9].vdr/g; \
+ s/\"\.vdr${SPECIAL_VDR_SUFFIX}\"/\".vdr\"/g; \
+ s/}\.vdr${SPECIAL_VDR_SUFFIX}/}.vdr/g; \
s/index_archive\.vdr${SPECIAL_VDR_SUFFIX}/index_archive.vdr/g; \
s/{TRACK_ON_DVD}\.vdr${SPECIAL_VDR_SUFFIX}/{TRACK_ON_DVD}.vdr/g; \
s/size_cut\.vdr${SPECIAL_VDR_SUFFIX}/size_cut.vdr/g; \
More information about the pkg-vdr-dvb-changes
mailing list