summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-05-17 13:57:22 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-05-17 13:57:22 +0000
commit78c09252627af5b3dd0bba2d40d289028e38e48d (patch)
tree823a1f5f0285dc4e2f9dc037d8608c97cb231e62 /virtual/ffmpeg
parentProvide dependency on virtual/ffmpeg. (diff)
downloadgentoo-2-78c09252627af5b3dd0bba2d40d289028e38e48d.tar.gz
gentoo-2-78c09252627af5b3dd0bba2d40d289028e38e48d.tar.bz2
gentoo-2-78c09252627af5b3dd0bba2d40d289028e38e48d.zip
Add new virtual that pulls in the postproc library. In packages depend directly on the lib, when all deps are sorted this will be removed from here.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'virtual/ffmpeg')
-rw-r--r--virtual/ffmpeg/ChangeLog8
-rw-r--r--virtual/ffmpeg/ffmpeg-0.10.3.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/virtual/ffmpeg/ChangeLog b/virtual/ffmpeg/ChangeLog
index e7250edba048..ff907ab06bb4 100644
--- a/virtual/ffmpeg/ChangeLog
+++ b/virtual/ffmpeg/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for virtual/ffmpeg
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.33 2012/05/16 13:04:45 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.34 2012/05/17 13:57:22 scarabeus Exp $
+
+*ffmpeg-0.10.3 (17 May 2012)
+
+ 17 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> +ffmpeg-0.10.3.ebuild:
+ Add new virtual that pulls in the postproc library. In packages depend
+ directly on the lib, when all deps are sorted this will be removed from here.
16 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> -ffmpeg-0.6-r1.ebuild,
-ffmpeg-0.6.90.ebuild, -ffmpeg-0.9.ebuild, ffmpeg-0.10.2-r1.ebuild:
diff --git a/virtual/ffmpeg/ffmpeg-0.10.3.ebuild b/virtual/ffmpeg/ffmpeg-0.10.3.ebuild
new file mode 100644
index 000000000000..9a72ed32ebd5
--- /dev/null
+++ b/virtual/ffmpeg/ffmpeg-0.10.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-0.10.3.ebuild,v 1.1 2012/05/17 13:57:21 scarabeus Exp $
+
+EAPI=4
+
+DESCRIPTION="Virtual package for FFmpeg implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="X +encode jpeg2k mp3 sdl theora threads truetype vaapi vdpau x264"
+
+RDEPEND="
+ || (
+ >=media-video/ffmpeg-0.10.3-r1[X?,encode?,jpeg2k?,mp3?,sdl?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?]
+ >=media-video/libav-0.8.2-r2[X?,encode?,jpeg2k?,mp3?,sdl?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?]
+ )
+ media-libs/libpostproc
+"
+DEPEND=""