summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-04-06 17:16:53 +0000
committerChristian Ruppert <idl0r@gentoo.org>2011-04-06 17:16:53 +0000
commit4e24988053ec72134ad5e765fc7d4e3f735ff9b3 (patch)
tree1e96048da79f7c2daa003648979d7c7b37ab9966 /media-plugins/vdr-osdpip
parentVersion bump. (diff)
downloadhistorical-4e24988053ec72134ad5e765fc7d4e3f735ff9b3.tar.gz
historical-4e24988053ec72134ad5e765fc7d4e3f735ff9b3.tar.bz2
historical-4e24988053ec72134ad5e765fc7d4e3f735ff9b3.zip
Use the new ffmpeg virtual, bug 362101. QA Fix: Assign DEPEND.
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/vdr-osdpip')
-rw-r--r--media-plugins/vdr-osdpip/ChangeLog7
-rw-r--r--media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/media-plugins/vdr-osdpip/ChangeLog b/media-plugins/vdr-osdpip/ChangeLog
index 956a72409810..04529bbd55a5 100644
--- a/media-plugins/vdr-osdpip/ChangeLog
+++ b/media-plugins/vdr-osdpip/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/vdr-osdpip
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v 1.11 2010/06/16 12:29:30 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v 1.12 2011/04/06 17:16:53 idl0r Exp $
+
+ 06 Apr 2011; Christian Ruppert <idl0r@gentoo.org> vdr-osdpip-0.0.10.ebuild:
+ Use the new ffmpeg virtual, bug 362101. QA Fix: Assign DEPEND.
16 Jun 2010; Alexis Ballier <aballier@gentoo.org>
vdr-osdpip-0.0.10.ebuild:
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