diff options
author | 2007-06-17 12:30:18 +0000 | |
---|---|---|
committer | 2007-06-17 12:30:18 +0000 | |
commit | 88b1c3ff1183bfba491fceca2dd8dbd357850486 (patch) | |
tree | 549ae95ffa8313a90fdf2ae2af28ef7b03fb72e3 /media-plugins/vdr-mplayer/files | |
parent | stable x86, bug 182176 (diff) | |
download | historical-88b1c3ff1183bfba491fceca2dd8dbd357850486.tar.gz historical-88b1c3ff1183bfba491fceca2dd8dbd357850486.tar.bz2 historical-88b1c3ff1183bfba491fceca2dd8dbd357850486.zip |
Version bumped.
Package-Manager: portage-2.1.3_rc1
Diffstat (limited to 'media-plugins/vdr-mplayer/files')
-rw-r--r-- | media-plugins/vdr-mplayer/files/0.10.0/01_gentoo.diff | 38 | ||||
-rw-r--r-- | media-plugins/vdr-mplayer/files/0.10.0/series | 1 | ||||
-rw-r--r-- | media-plugins/vdr-mplayer/files/digest-vdr-mplayer-0.10.0 | 3 |
3 files changed, 42 insertions, 0 deletions
diff --git a/media-plugins/vdr-mplayer/files/0.10.0/01_gentoo.diff b/media-plugins/vdr-mplayer/files/0.10.0/01_gentoo.diff new file mode 100644 index 000000000000..9e82ab14dab5 --- /dev/null +++ b/media-plugins/vdr-mplayer/files/0.10.0/01_gentoo.diff @@ -0,0 +1,38 @@ +fix some path for gentoo install + +Joerg Bornkessel <hd_brummy@gentoo.org> +Index: mp3-0.10.0/Makefile +=================================================================== +--- mp3-0.10.0.orig/Makefile ++++ mp3-0.10.0/Makefile +@@ -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 +Index: mp3-0.10.0/mplayer.c +=================================================================== +--- mp3-0.10.0.orig/mplayer.c ++++ mp3-0.10.0/mplayer.c +@@ -825,7 +825,7 @@ bool cPluginMPlayer::Start(void) + { + if(!CheckVDRVersion(1,1,16,"mplayer")) return false; + i18n_name=Name(); +- MPlaySources.Load(AddDirectory(ConfigDirectory(sourcesSub),"mplayersources.conf")); ++ MPlaySources.Load(AddDirectory(ConfigDirectory(sourcesSub),"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"); diff --git a/media-plugins/vdr-mplayer/files/0.10.0/series b/media-plugins/vdr-mplayer/files/0.10.0/series new file mode 100644 index 000000000000..65a3f0ae0891 --- /dev/null +++ b/media-plugins/vdr-mplayer/files/0.10.0/series @@ -0,0 +1 @@ +01_gentoo.diff diff --git a/media-plugins/vdr-mplayer/files/digest-vdr-mplayer-0.10.0 b/media-plugins/vdr-mplayer/files/digest-vdr-mplayer-0.10.0 new file mode 100644 index 000000000000..34abc5c9c609 --- /dev/null +++ b/media-plugins/vdr-mplayer/files/digest-vdr-mplayer-0.10.0 @@ -0,0 +1,3 @@ +MD5 59163664e1a35c5554df13e46c84948c vdr-mp3-0.10.0.tar.gz 124424 +RMD160 21fb27b5097ce3345e5895f72e2639ec2aceaa8b vdr-mp3-0.10.0.tar.gz 124424 +SHA256 2cfcbb9315cc0c23d9461978db6d01ad7d72854a24b2f06da796c7c3faea98b0 vdr-mp3-0.10.0.tar.gz 124424 |