Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/dvdstyler: dvdstyler-1.7.4.ebuild ChangeLog
Date: Wed, 17 Feb 2010 05:51:15
Message-Id: E1NhcoU-0004ej-Bb@stork.gentoo.org
1 dirtyepic 10/02/17 05:51:06
2
3 Modified: dvdstyler-1.7.4.ebuild ChangeLog
4 Log:
5 Fix wxsvg dependency to account for the removal of the ffmpeg USE flag in
6 later versions.
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-video/dvdstyler/dvdstyler-1.7.4.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvdstyler/dvdstyler-1.7.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvdstyler/dvdstyler-1.7.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvdstyler/dvdstyler-1.7.4.ebuild?r1=1.1&r2=1.2
15
16 Index: dvdstyler-1.7.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/dvdstyler/dvdstyler-1.7.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- dvdstyler-1.7.4.ebuild 14 Oct 2009 07:16:49 -0000 1.1
23 +++ dvdstyler-1.7.4.ebuild 17 Feb 2010 05:51:05 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/dvdstyler-1.7.4.ebuild,v 1.1 2009/10/14 07:16:49 dragonheart Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/dvdstyler-1.7.4.ebuild,v 1.2 2010/02/17 05:51:05 dirtyepic Exp $
30
31 EAPI=2
32 inherit autotools wxwidgets eutils
33 @@ -18,8 +18,8 @@
34
35 COMMON_DEPEND=">=media-video/ffmpeg-0.5[encode]
36 >=media-video/xine-ui-0.99.1
37 - x11-libs/wxGTK:2.8
38 - >=media-libs/wxsvg-1[ffmpeg]
39 + x11-libs/wxGTK:2.8[X]
40 + || ( >=media-libs/wxsvg-1.0.2 >=media-libs/wxsvg-1[ffmpeg] )
41 >=media-libs/libexif-0.6.16
42 gnome? ( >=gnome-base/libgnomeui-2 )"
43 RDEPEND="${COMMON_DEPEND}
44
45
46
47 1.40 media-video/dvdstyler/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvdstyler/ChangeLog?rev=1.40&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvdstyler/ChangeLog?rev=1.40&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvdstyler/ChangeLog?r1=1.39&r2=1.40
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v
56 retrieving revision 1.39
57 retrieving revision 1.40
58 diff -u -r1.39 -r1.40
59 --- ChangeLog 14 Oct 2009 07:16:49 -0000 1.39
60 +++ ChangeLog 17 Feb 2010 05:51:05 -0000 1.40
61 @@ -1,6 +1,10 @@
62 # ChangeLog for media-video/dvdstyler
63 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v 1.39 2009/10/14 07:16:49 dragonheart Exp $
65 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v 1.40 2010/02/17 05:51:05 dirtyepic Exp $
67 +
68 + 17 Feb 2010; Ryan Hill <dirtyepic@g.o> dvdstyler-1.7.4.ebuild:
69 + Fix wxsvg dependency to account for the removal of the ffmpeg USE flag in
70 + later versions.
71
72 *dvdstyler-1.7.4 (14 Oct 2009)