summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2006-01-08 21:37:58 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2006-01-08 21:37:58 +0000
commit4587fefc22bb7fd04c7782e39dddc6b0ac70f4c1 (patch)
tree24b54bb6910b6d4a5c31c17c56e5e59ae5af079f /media-plugins/vdr-mplayer/files
parentStable on x86; bug #116169 (diff)
downloadgentoo-2-4587fefc22bb7fd04c7782e39dddc6b0ac70f4c1.tar.gz
gentoo-2-4587fefc22bb7fd04c7782e39dddc6b0ac70f4c1.tar.bz2
gentoo-2-4587fefc22bb7fd04c7782e39dddc6b0ac70f4c1.zip
initial import, older Versions on gentoo.de cvs
(Portage version: 2.0.53)
Diffstat (limited to 'media-plugins/vdr-mplayer/files')
-rw-r--r--media-plugins/vdr-mplayer/files/digest-vdr-mplayer-0.9.141
-rw-r--r--media-plugins/vdr-mplayer/files/mplayersources.conf3
-rw-r--r--media-plugins/vdr-mplayer/files/rc-addon.sh20
-rw-r--r--media-plugins/vdr-mplayer/files/vdr-mplayer-0.9.14-gentoo.diff31
4 files changed, 55 insertions, 0 deletions
diff --git a/media-plugins/vdr-mplayer/files/digest-vdr-mplayer-0.9.14 b/media-plugins/vdr-mplayer/files/digest-vdr-mplayer-0.9.14
new file mode 100644
index 000000000000..9e41a9c639e6
--- /dev/null
+++ b/media-plugins/vdr-mplayer/files/digest-vdr-mplayer-0.9.14
@@ -0,0 +1 @@
+MD5 acb9e781df99df66b32b15c188ea4c15 vdr-mp3-0.9.14.tar.gz 120589
diff --git a/media-plugins/vdr-mplayer/files/mplayersources.conf b/media-plugins/vdr-mplayer/files/mplayersources.conf
new file mode 100644
index 000000000000..9ef16317c264
--- /dev/null
+++ b/media-plugins/vdr-mplayer/files/mplayersources.conf
@@ -0,0 +1,3 @@
+/video;Festplatte;0
+/mnt/cdrom;CDRom;1
+
diff --git a/media-plugins/vdr-mplayer/files/rc-addon.sh b/media-plugins/vdr-mplayer/files/rc-addon.sh
new file mode 100644
index 000000000000..9df8b283fa6b
--- /dev/null
+++ b/media-plugins/vdr-mplayer/files/rc-addon.sh
@@ -0,0 +1,20 @@
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mplayer/files/rc-addon.sh,v 1.1 2006/01/08 21:37:58 hd_brummy Exp $
+#
+# rc-addon plugin-startup-skript for vdr-mplayer
+#
+
+MPLAYER_PLUGIN_MOUNT="/usr/share/vdr/mplayer/bin/mount-mplayer.sh"
+MPLAYER_PLUGIN_CALL="/usr/share/vdr/mplayer/bin/mplayer.sh"
+
+plugin_pre_vdr_start() {
+
+ add_plugin_param "-m ${MPLAYER_PLUGIN_MOUNT}"
+ add_plugin_param "-M ${MPLAYER_PLUGIN_CALL}"
+
+}
+
+
+# for compatibility
+ if [[ ${SCRIPT_API:-1} -lt 2 ]]; then
+ plugin_pre_vdr_start
+ fi
diff --git a/media-plugins/vdr-mplayer/files/vdr-mplayer-0.9.14-gentoo.diff b/media-plugins/vdr-mplayer/files/vdr-mplayer-0.9.14-gentoo.diff
new file mode 100644
index 000000000000..9b0598c73072
--- /dev/null
+++ b/media-plugins/vdr-mplayer/files/vdr-mplayer-0.9.14-gentoo.diff
@@ -0,0 +1,31 @@
+--- Makefile 2006-01-05 00:00:41.659967250 +0100
++++ Makefile-gentoo 2006-01-05 00:02:04.693156500 +0100
+@@ -22,14 +22,14 @@
+ # in the VDR directory an set them there.
+
+ ### uncomment one of these lines, if you don't want one of the plugins
+-#WITHOUT_MP3=1
++WITHOUT_MP3=1
+ #WITHOUT_MPLAYER=1
+
+ ### uncomment the following line, if you don't have libsndfile installed
+-#WITHOUT_LIBSNDFILE=1
++WITHOUT_LIBSNDFILE=1
+
+ ### uncomment the following line, if you don't have libvorbisfile installed
+-#WITHOUT_LIBVORBISFILE=1
++WITHOUT_LIBVORBISFILE=1
+
+ ### uncomment the following line, if you want OSS sound output
+ #WITH_OSS_OUTPUT=1
+--- mplayer.c 2005-07-31 13:23:11.000000000 +0200
++++ mplayer-gentoo.c 2006-01-05 00:13:25.715717750 +0100
+@@ -742,7 +742,7 @@
+ {
+ if(!CheckVDRVersion(1,1,16,"mplayer")) return false;
+ i18n_name=Name();
+- MPlaySources.Load(AddDirectory(ConfigDirectory(),"mplayersources.conf"));
++ MPlaySources.Load(AddDirectory(ConfigDirectory(),"mplayer/mplayersources.conf"));
+ if(MPlaySources.Count()<1) {
+ esyslog("ERROR: you must have defined at least one source in mplayersources.conf");
+ fprintf(stderr,"No source(s) defined in mplayersources.conf\n");