diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2011-04-06 17:16:53 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-04-06 17:16:53 +0000 |
commit | e4aa5ec1d02deba684fe572e14641d5e026a2953 (patch) | |
tree | 1215ff8b2b9ccbeb58c1f6e7843cc40f9f253d1f /media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-e4aa5ec1d02deba684fe572e14641d5e026a2953.tar.gz gentoo-2-e4aa5ec1d02deba684fe572e14641d5e026a2953.tar.bz2 gentoo-2-e4aa5ec1d02deba684fe572e14641d5e026a2953.zip |
Use the new ffmpeg virtual, bug 362101. QA Fix: Assign DEPEND.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild')
-rw-r--r-- | media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild b/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild index d05dac0938e2..e1a5c95dfc76 100644 --- a/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild +++ b/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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-osdpip/vdr-osdpip-0.0.10.ebuild,v 1.4 2010/06/16 12:29:30 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild,v 1.5 2011/04/06 17:16:53 idl0r Exp $ inherit vdr-plugin flag-o-matic @@ -15,8 +15,8 @@ IUSE="" DEPEND=">=media-video/vdr-1.4.0 >=media-libs/libmpeg2-0.4.0 - >=media-video/ffmpeg-0.4.9 - " + >=virtual/ffmpeg-0.4.9" +RDEPEND="${DEPEND}" #PATCHES=("${FILESDIR}/${P}-vdr-1.5.0.diff") PATCHES=( "${FILESDIR}/${P}-avutil50.patch" ) @@ -29,7 +29,7 @@ src_unpack() { -e 's+-I\$(FFMDIR)/libavcodec+-I$(FFMDIR)+' \ -e 's+-L\$(FFMDIR)/libavcodec++' - if has_version ">=media-video/ffmpeg-0.4.9_p20080326" ; then + if has_version ">=virtual/ffmpeg-0.4.9_p20080326" ; then #epatch "${FILESDIR}/${P}-ffmpeg-0.4.9_p20080326-new_header.diff" sed -i Makefile -e 's/#WITH_NEW_FFMPEG_HEADERS/WITH_NEW_FFMPEG_HEADERS/' fi |