diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2006-02-07 19:39:07 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2006-02-07 19:39:07 +0000 |
commit | 73832e299515300c5ab3788231b2d6788213f3f5 (patch) | |
tree | b392f47550a9b1ce3bc6f41c4d5fc88c13472805 /media-tv/gentoo-vdr-scripts/files | |
parent | Check if subversion was built with USE python. Added contrib/ dir to docs, cl... (diff) | |
download | historical-73832e299515300c5ab3788231b2d6788213f3f5.tar.gz historical-73832e299515300c5ab3788231b2d6788213f3f5.tar.bz2 historical-73832e299515300c5ab3788231b2d6788213f3f5.zip |
updated comments in config-file for >=vdr-1.3.36-r3, marked gentoo-vdr-scripts-0.2.2 stable on x86
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'media-tv/gentoo-vdr-scripts/files')
-rw-r--r-- | media-tv/gentoo-vdr-scripts/files/digest-gentoo-vdr-scripts-0.2.2 | 2 | ||||
-rw-r--r-- | media-tv/gentoo-vdr-scripts/files/gentoo-vdr-scripts-0.2.2-config-comment-irctrl.patch | 22 |
2 files changed, 24 insertions, 0 deletions
diff --git a/media-tv/gentoo-vdr-scripts/files/digest-gentoo-vdr-scripts-0.2.2 b/media-tv/gentoo-vdr-scripts/files/digest-gentoo-vdr-scripts-0.2.2 index 880de6ebedb2..0501b635fa51 100644 --- a/media-tv/gentoo-vdr-scripts/files/digest-gentoo-vdr-scripts-0.2.2 +++ b/media-tv/gentoo-vdr-scripts/files/digest-gentoo-vdr-scripts-0.2.2 @@ -1 +1,3 @@ MD5 043ce513a60f73074962a3ac78dd343d gentoo-vdr-scripts-0.2.2.tgz 19589 +RMD160 342ec06f153246f219387cec771dfedb48cc9a96 gentoo-vdr-scripts-0.2.2.tgz 19589 +SHA256 21e476b4827db9a3f9323a3a7381228657e4cc068641ad7bc74e6c6043bb10d1 gentoo-vdr-scripts-0.2.2.tgz 19589 diff --git a/media-tv/gentoo-vdr-scripts/files/gentoo-vdr-scripts-0.2.2-config-comment-irctrl.patch b/media-tv/gentoo-vdr-scripts/files/gentoo-vdr-scripts-0.2.2-config-comment-irctrl.patch new file mode 100644 index 000000000000..583d4e9c2405 --- /dev/null +++ b/media-tv/gentoo-vdr-scripts/files/gentoo-vdr-scripts-0.2.2-config-comment-irctrl.patch @@ -0,0 +1,22 @@ +diff -ru gentoo-vdr-scripts-0.2.2-orig/etc/conf.d/vdr gentoo-vdr-scripts-0.2.2/etc/conf.d/vdr +--- gentoo-vdr-scripts-0.2.2-orig/etc/conf.d/vdr 2006-02-07 20:28:29.967073000 +0100 ++++ gentoo-vdr-scripts-0.2.2/etc/conf.d/vdr 2006-02-07 20:29:48.135958250 +0100 +@@ -110,14 +110,16 @@ + # compile time + # (Usable at vdr version starting from 1.3.28) + # allowed values: lirc rcu +-# default: use what was selected at compile time ++# default: use no remote ++# (up to vdr-1.3.36-r2: use what was selected by use-flag) + #IR_CTRL="lirc" + + # Change the filename-format to be vfat and samba compatible. Only necessary if + # not set at compile time. + # (Usable at vdr version starting from 1.3.32) + # allowed values: yes no +-# default: use what was selected at compile time ++# default: no ++# (up to vdr-1.3.36-r2: use what was selected by use-flag) + #VFAT_FILENAMES="yes" + + # use PORT for SVDRP (default: 2001) |