Gentoo Archives: gentoo-commits

From: "Timo Gurr (tgurr)" <tgurr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/kaffeine/files: kaffeine-0.8.7-respectcflags.patch kaffeine-with-xcb.patch kaffeine-with-xcb-r1.patch
Date: Thu, 28 Aug 2008 22:40:33
Message-Id: E1KYqAH-0006q9-OE@stork.gentoo.org
1 tgurr 08/08/28 22:40:29
2
3 Added: kaffeine-0.8.7-respectcflags.patch
4 Removed: kaffeine-with-xcb.patch kaffeine-with-xcb-r1.patch
5 Log:
6 Version bump, fixing bug #231195. Thanks Theo Chatzimichos for providing an updated ebuild and patch. Remove old.
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo x86_64)
8
9 Revision Changes Path
10 1.1 media-video/kaffeine/files/kaffeine-0.8.7-respectcflags.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kaffeine/files/kaffeine-0.8.7-respectcflags.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kaffeine/files/kaffeine-0.8.7-respectcflags.patch?rev=1.1&content-type=text/plain
14
15 Index: kaffeine-0.8.7-respectcflags.patch
16 ===================================================================
17 Don't overwrite the user variable CFLAGS< use AM_CFLAGS or nothing.
18
19 Index: kaffeine-0.8.7/kaffeine/src/input/dvb/lib/libdvbapi/Makefile.am
20 ===================================================================
21 --- kaffeine-0.8.7.orig/kaffeine/src/input/dvb/lib/libdvbapi/Makefile.am
22 +++ kaffeine-0.8.7/kaffeine/src/input/dvb/lib/libdvbapi/Makefile.am
23 @@ -8,5 +8,3 @@
24 dvbfe.c \
25 dvbnet.c \
26 dvbvideo.c
27 -
28 -CFLAGS = -g -O2 -Wall -Wshadow -Wpointer-arith -Wstrict-prototypes -fPIC
29 Index: kaffeine-0.8.7/kaffeine/src/input/dvb/lib/libdvben50221/Makefile.am
30 ===================================================================
31 --- kaffeine-0.8.7.orig/kaffeine/src/input/dvb/lib/libdvben50221/Makefile.am
32 +++ kaffeine-0.8.7/kaffeine/src/input/dvb/lib/libdvben50221/Makefile.am
33 @@ -18,4 +18,4 @@ libdvben50221_la_SOURCES = asn_1.c \
34 en50221_session.c \
35 en50221_transport.c
36
37 -CFLAGS = -g -O2 -DLOG_LEVEL=1 -Wall -Wshadow -Wpointer-arith -Wstrict-prototypes -fPIC
38 +AM_CFLAGS = -DLOG_LEVEL=1
39 Index: kaffeine-0.8.7/kaffeine/src/input/dvb/lib/libucsi/dvb/Makefile.am
40 ===================================================================
41 --- kaffeine-0.8.7.orig/kaffeine/src/input/dvb/lib/libucsi/dvb/Makefile.am
42 +++ kaffeine-0.8.7/kaffeine/src/input/dvb/lib/libucsi/dvb/Makefile.am
43 @@ -15,5 +15,3 @@ libdvbdvb_la_SOURCES = bat_section.c \
44 tot_section.c \
45 tva_container_section.c \
46 types.c
47 -
48 -CFLAGS = -g -O2 -Wall -Wshadow -Wpointer-arith -Wstrict-prototypes -fPIC
49 Index: kaffeine-0.8.7/kaffeine/src/input/dvb/lib/libucsi/Makefile.am
50 ===================================================================
51 --- kaffeine-0.8.7.orig/kaffeine/src/input/dvb/lib/libucsi/Makefile.am
52 +++ kaffeine-0.8.7/kaffeine/src/input/dvb/lib/libucsi/Makefile.am
53 @@ -16,4 +16,3 @@
54 ./dvb/libdvbdvb.la \
55 ./atsc/libdvbatsc.la
56
57 -CFLAGS = -g -O2 -Wall -Wshadow -Wpointer-arith -Wstrict-prototypes -fPIC
58 Index: kaffeine-0.8.7/kaffeine/src/input/dvb/lib/libucsi/mpeg/Makefile.am
59 ===================================================================
60 --- kaffeine-0.8.7.orig/kaffeine/src/input/dvb/lib/libucsi/mpeg/Makefile.am
61 +++ kaffeine-0.8.7/kaffeine/src/input/dvb/lib/libucsi/mpeg/Makefile.am
62 @@ -8,5 +8,3 @@ libdvbmpeg_la_SOURCES = cat_section.c \
63 pat_section.c \
64 pmt_section.c \
65 tsdt_section.c
66 -
67 -CFLAGS = -g -O2 -Wall -Wshadow -Wpointer-arith -Wstrict-prototypes -fPIC
68 Index: kaffeine-0.8.7/kaffeine/src/input/dvb/lib/libucsi/atsc/Makefile.am
69 ===================================================================
70 --- kaffeine-0.8.7.orig/kaffeine/src/input/dvb/lib/libucsi/atsc/Makefile.am
71 +++ kaffeine-0.8.7/kaffeine/src/input/dvb/lib/libucsi/atsc/Makefile.am
72 @@ -14,4 +14,3 @@
73 tvct_section.c \
74 types.c
75
76 -CFLAGS = -g -O2 -Wall -Wshadow -Wpointer-arith -Wstrict-prototypes -fPIC