Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/vlc/0.9.0: 000_all_glide.patch 250_all_livepic.patch
Date: Mon, 22 Oct 2007 11:36:02
Message-Id: E1IjvZZ-0000RV-4I@stork.gentoo.org
1 aballier 07/10/22 11:35:53
2
3 Modified: 000_all_glide.patch 250_all_livepic.patch
4 Log:
5 sync patchset with trunk
6
7 Revision Changes Path
8 1.2 src/patchsets/vlc/0.9.0/000_all_glide.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/vlc/0.9.0/000_all_glide.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/vlc/0.9.0/000_all_glide.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/vlc/0.9.0/000_all_glide.patch?r1=1.1&r2=1.2
13
14 Index: 000_all_glide.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/vlc/0.9.0/000_all_glide.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- 000_all_glide.patch 5 Sep 2007 17:40:33 -0000 1.1
21 +++ 000_all_glide.patch 22 Oct 2007 11:35:52 -0000 1.2
22 @@ -39,9 +39,9 @@
23 + CFLAGS="$CFLAGS -I/usr/include/glide3"
24 AC_CHECK_HEADER(glide.h,[
25 VLC_ADD_PLUGINS([glide])
26 -- VLC_ADD_LDFLAGS([glide],[-lglide2x -lm])
27 +- VLC_ADD_LIBS([glide],[-lglide2x -lm])
28 - VLC_ADD_CPPFLAGS([glide],[-I/usr/include/glide])
29 -+ VLC_ADD_LDFLAGS([glide],[-lglide3 -lm])
30 ++ VLC_ADD_LIBS([glide],[-lglide3 -lm])
31 + VLC_ADD_CPPFLAGS([glide],[-I/usr/include/glide3])
32 ],[
33 AC_MSG_ERROR([You don't have libglide. Install it or do not use --enable-glide])
34
35
36
37 1.2 src/patchsets/vlc/0.9.0/250_all_livepic.patch
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/vlc/0.9.0/250_all_livepic.patch?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/vlc/0.9.0/250_all_livepic.patch?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/vlc/0.9.0/250_all_livepic.patch?r1=1.1&r2=1.2
42
43 Index: 250_all_livepic.patch
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo/src/patchsets/vlc/0.9.0/250_all_livepic.patch,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- 250_all_livepic.patch 5 Sep 2007 17:40:33 -0000 1.1
50 +++ 250_all_livepic.patch 22 Oct 2007 11:35:52 -0000 1.2
51 @@ -14,7 +14,7 @@
52 # We only have -lliveMedia, do builtins
53 - VLC_ADD_BUILTINS([live555])
54 + VLC_ADD_PLUGINS([live555])
55 - VLC_ADD_LDFLAGS([live555], [-lliveMedia -lgroupsock -lBasicUsageEnvironment -lUsageEnvironment])
56 + VLC_ADD_LIBS([live555], [-lliveMedia -lgroupsock -lBasicUsageEnvironment -lUsageEnvironment])
57 - ])
58 + ], ,[-lgroupsock -lBasicUsageEnvironment -lUsageEnvironment])
59 ])
60
61
62
63 --
64 gentoo-commits@g.o mailing list