diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2011-04-06 17:29:09 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-04-06 17:29:09 +0000 |
commit | 0e4856a425bea7b8fe18a8c5b60ea266dc7a2f6b (patch) | |
tree | 09e6eba06ee81a8c74d7bd9ba03aceadd690d839 /media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild | |
parent | Fix deprecation warning. (diff) | |
download | gentoo-2-0e4856a425bea7b8fe18a8c5b60ea266dc7a2f6b.tar.gz gentoo-2-0e4856a425bea7b8fe18a8c5b60ea266dc7a2f6b.tar.bz2 gentoo-2-0e4856a425bea7b8fe18a8c5b60ea266dc7a2f6b.zip |
Use the new ffmpeg virtual, bug 362105. QA Fix: use has_version instead of built_with_use.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild')
-rw-r--r-- | media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild b/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild index 4bea868641de..4dc0a3338c8a 100644 --- a/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild +++ b/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild,v 1.4 2009/01/13 20:41:28 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild,v 1.5 2011/04/06 17:29:09 idl0r Exp $ EAPI=1 @@ -25,7 +25,7 @@ KEYWORDS="~amd64 x86" IUSE="+xv fbcon directfb mmx mmxext xinerama" RDEPEND=">=media-video/vdr-1.3.36 - >=media-video/ffmpeg-0.4.9_pre1 + >=virtual/ffmpeg-0.4.9_pre1 directfb? ( dev-libs/DirectFB dev-libs/DFB++ @@ -78,7 +78,7 @@ pkg_setup() { # Check for ffmpeg relying on libtheora without pkg-config-file # Bug #142250 - if built_with_use media-video/ffmpeg theora && \ + if has_version virtual/ffmpeg[theora] && \ has_version "<media-libs/libtheora-1.0_alpha4"; then eerror "This package will not work when using ffmpeg with" |