diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2010-02-17 05:51:05 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2010-02-17 05:51:05 +0000 |
commit | 7c93166fa8b1a694d6ea8e318b288a66ead28c37 (patch) | |
tree | 04fa311111f74cd3e9723f3b85f3a523f44cfdbc /media-video/dvdstyler | |
parent | Modified fltk automagic to no instead of empty string (diff) | |
download | gentoo-2-7c93166fa8b1a694d6ea8e318b288a66ead28c37.tar.gz gentoo-2-7c93166fa8b1a694d6ea8e318b288a66ead28c37.tar.bz2 gentoo-2-7c93166fa8b1a694d6ea8e318b288a66ead28c37.zip |
Fix wxsvg dependency to account for the removal of the ffmpeg USE flag in
later versions.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'media-video/dvdstyler')
-rw-r--r-- | media-video/dvdstyler/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/dvdstyler/dvdstyler-1.7.4.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/media-video/dvdstyler/ChangeLog b/media-video/dvdstyler/ChangeLog index bec46178c2a4..9d5288db10f8 100644 --- a/media-video/dvdstyler/ChangeLog +++ b/media-video/dvdstyler/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/dvdstyler -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v 1.39 2009/10/14 07:16:49 dragonheart Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v 1.40 2010/02/17 05:51:05 dirtyepic Exp $ + + 17 Feb 2010; Ryan Hill <dirtyepic@gentoo.org> dvdstyler-1.7.4.ebuild: + Fix wxsvg dependency to account for the removal of the ffmpeg USE flag in + later versions. *dvdstyler-1.7.4 (14 Oct 2009) diff --git a/media-video/dvdstyler/dvdstyler-1.7.4.ebuild b/media-video/dvdstyler/dvdstyler-1.7.4.ebuild index 552ca4299221..ecaad5d25b26 100644 --- a/media-video/dvdstyler/dvdstyler-1.7.4.ebuild +++ b/media-video/dvdstyler/dvdstyler-1.7.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/dvdstyler-1.7.4.ebuild,v 1.1 2009/10/14 07:16:49 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/dvdstyler-1.7.4.ebuild,v 1.2 2010/02/17 05:51:05 dirtyepic Exp $ EAPI=2 inherit autotools wxwidgets eutils @@ -18,8 +18,8 @@ IUSE="debug gnome" COMMON_DEPEND=">=media-video/ffmpeg-0.5[encode] >=media-video/xine-ui-0.99.1 - x11-libs/wxGTK:2.8 - >=media-libs/wxsvg-1[ffmpeg] + x11-libs/wxGTK:2.8[X] + || ( >=media-libs/wxsvg-1.0.2 >=media-libs/wxsvg-1[ffmpeg] ) >=media-libs/libexif-0.6.16 gnome? ( >=gnome-base/libgnomeui-2 )" RDEPEND="${COMMON_DEPEND} |