Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/xine-ui: ChangeLog xine-ui-0.99.6.ebuild
Date: Fri, 02 Apr 2010 14:18:16
Message-Id: E1NxhhL-0003Mb-93@stork.gentoo.org
1 ssuominen 10/04/02 14:18:11
2
3 Modified: ChangeLog xine-ui-0.99.6.ebuild
4 Log:
5 Fix building with lirc wrt #312599 by Martin von Gagern.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.168 media-video/xine-ui/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/ChangeLog?rev=1.168&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/ChangeLog?rev=1.168&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/ChangeLog?r1=1.167&r2=1.168
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v
18 retrieving revision 1.167
19 retrieving revision 1.168
20 diff -u -r1.167 -r1.168
21 --- ChangeLog 1 Apr 2010 08:59:13 -0000 1.167
22 +++ ChangeLog 2 Apr 2010 14:18:11 -0000 1.168
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-video/xine-ui
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.167 2010/04/01 08:59:13 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.168 2010/04/02 14:18:11 ssuominen Exp $
28 +
29 + 02 Apr 2010; Samuli Suominen <ssuominen@g.o> xine-ui-0.99.6.ebuild:
30 + Fix building with lirc wrt #312599 by Martin von Gagern.
31
32 *xine-ui-0.99.6 (01 Apr 2010)
33
34
35
36
37 1.3 media-video/xine-ui/xine-ui-0.99.6.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/xine-ui-0.99.6.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/xine-ui-0.99.6.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/xine-ui-0.99.6.ebuild?r1=1.2&r2=1.3
42
43 Index: xine-ui-0.99.6.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.6.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- xine-ui-0.99.6.ebuild 1 Apr 2010 08:59:55 -0000 1.2
50 +++ xine-ui-0.99.6.ebuild 2 Apr 2010 14:18:11 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.6.ebuild,v 1.2 2010/04/01 08:59:55 ssuominen Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.6.ebuild,v 1.3 2010/04/02 14:18:11 ssuominen Exp $
56
57 EAPI=3
58 inherit fdo-mime gnome2-utils
59 @@ -47,11 +47,12 @@
60
61 src_configure() {
62 # nvtvsimple is simply untested
63 + # lirc hack is because we don't have pkg-config file for lirc, debian does
64 econf \
65 --disable-dependency-tracking \
66 $(use_enable nls) \
67 $(use_enable xinerama) \
68 - $(use_enable lirc) \
69 + $(use_enable lirc) LIRC_CFLAGS=" " LIRC_LIBS="-llirc_client" \
70 $(use_enable vdr vdr-keys) \
71 --disable-nvtvsimple \
72 $(use_enable debug) \