Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/xine-ui: xine-ui-0.99.5.ebuild ChangeLog
Date: Wed, 02 Jan 2008 11:44:29
Message-Id: E1JA21D-0003r6-GN@stork.gentoo.org
1 flameeyes 08/01/02 11:44:19
2
3 Modified: xine-ui-0.99.5.ebuild ChangeLog
4 Log:
5 Make sure to check for the proper video backend in xine-lib when enabling aalib or libcaca frontends.
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.9 media-video/xine-ui/xine-ui-0.99.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5.ebuild?r1=1.8&r2=1.9
14
15 Index: xine-ui-0.99.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- xine-ui-0.99.5.ebuild 30 Dec 2007 13:55:55 -0000 1.8
22 +++ xine-ui-0.99.5.ebuild 2 Jan 2008 11:44:18 -0000 1.9
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5.ebuild,v 1.8 2007/12/30 13:55:55 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5.ebuild,v 1.9 2008/01/02 11:44:18 flameeyes Exp $
29
30 # WANT_AUTOCONF=latest
31 # WANT_AUTOMAKE=latest
32 @@ -42,6 +42,20 @@
33 xinerama? ( x11-proto/xineramaproto ) )
34 dev-util/pkgconfig"
35
36 +pkg_setup() {
37 + if use aalib && ! built_with_use media-libs/xine-lib aalib; then
38 + eerror "To enable the AA frontend in xine-ui you need"
39 + eerror "to enable the aalib video output in media-libs/xine-lib."
40 + die "Missing aalib USE flag on media-libs/xine-lib."
41 + fi
42 +
43 + if use libcaca && ! built_with_use media-libs/xine-lib libcaca; then
44 + eerror "To enable the CACA frontend in xine-ui you need"
45 + eerror "to enable the libcaca video output in media-libs/xine-lib."
46 + die "Missing libcaca USE flag on media-libs/xine-lib."
47 + fi
48 +}
49 +
50 src_compile() {
51 rm misc/xine-bugreport
52
53
54
55
56 1.154 media-video/xine-ui/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/ChangeLog?rev=1.154&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/ChangeLog?rev=1.154&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/ChangeLog?r1=1.153&r2=1.154
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v
65 retrieving revision 1.153
66 retrieving revision 1.154
67 diff -u -r1.153 -r1.154
68 --- ChangeLog 30 Dec 2007 13:55:55 -0000 1.153
69 +++ ChangeLog 2 Jan 2008 11:44:18 -0000 1.154
70 @@ -1,6 +1,10 @@
71 # ChangeLog for media-video/xine-ui
72 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.153 2007/12/30 13:55:55 drac Exp $
74 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.154 2008/01/02 11:44:18 flameeyes Exp $
76 +
77 + 02 Jan 2008; Diego Pettenò <flameeyes@g.o> xine-ui-0.99.5.ebuild:
78 + Make sure to check for the proper video backend in xine-lib when enabling
79 + aalib or libcaca frontends.
80
81 30 Dec 2007; Samuli Suominen <drac@g.o>
82 -xine-ui-0.99.5_pre20070303.ebuild, xine-ui-0.99.5.ebuild:
83
84
85
86 --
87 gentoo-commits@g.o mailing list