Gentoo Archives: gentoo-commits

From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-mplayer/files/0.10.1: 01_gentoo.diff
Date: Sun, 02 Mar 2008 16:43:15
Message-Id: E1JVrHM-00043F-Lo@stork.gentoo.org
1 hd_brummy 08/03/02 16:43:12
2
3 Added: 01_gentoo.diff
4 Log:
5 version bump; big cleanup
6 (Portage version: 2.1.3.19)
7 (Signed Manifest commit)
8
9 Revision Changes Path
10 1.1 media-plugins/vdr-mplayer/files/0.10.1/01_gentoo.diff
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-mplayer/files/0.10.1/01_gentoo.diff?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-mplayer/files/0.10.1/01_gentoo.diff?rev=1.1&content-type=text/plain
14
15 Index: 01_gentoo.diff
16 ===================================================================
17 diff -Naur mp3-0.10.1.orig/Makefile mp3-0.10.1/Makefile
18 --- mp3-0.10.1.orig/Makefile 2008-03-02 16:58:40.988974674 +0100
19 +++ mp3-0.10.1/Makefile 2008-03-02 16:59:36.879557750 +0100
20 @@ -24,14 +24,14 @@
21 # in the VDR directory an set them there.
22
23 ### uncomment one of these lines, if you don't want one of the plugins
24 -#WITHOUT_MP3=1
25 +WITHOUT_MP3=1
26 #WITHOUT_MPLAYER=1
27
28 ### uncomment the following line, if you don't have libsndfile installed
29 -#WITHOUT_LIBSNDFILE=1
30 +WITHOUT_LIBSNDFILE=1
31
32 ### uncomment the following line, if you don't have libvorbisfile installed
33 -#WITHOUT_LIBVORBISFILE=1
34 +WITHOUT_LIBVORBISFILE=1
35
36 ### uncomment the following line, if you want OSS sound output
37 #WITH_OSS_OUTPUT=1
38 diff -Naur mp3-0.10.1.orig/mplayer.c mp3-0.10.1/mplayer.c
39 --- mp3-0.10.1.orig/mplayer.c 2008-03-02 16:58:41.068960305 +0100
40 +++ mp3-0.10.1/mplayer.c 2008-03-02 17:00:53.845333952 +0100
41 @@ -832,7 +832,7 @@
42 #else
43 i18n_name="vdr-mplayer";
44 #endif
45 - MPlaySources.Load(AddDirectory(ConfigDirectory(sourcesSub),"mplayersources.conf"));
46 + MPlaySources.Load(AddDirectory(ConfigDirectory(sourcesSub),"mplayer/mplayersources.conf"));
47 if(MPlaySources.Count()<1) {
48 esyslog("ERROR: you must have defined at least one source in mplayersources.conf");
49 fprintf(stderr,"No source(s) defined in mplayersources.conf\n");
50
51
52
53 --
54 gentoo-commits@l.g.o mailing list