summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-07 21:32:25 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-07 21:32:25 +0000
commit248bfaa656056ecb556862c3413cf093a6bb8d17 (patch)
treee551095b1471d9f7ebf52dcaa007f4748bf504ed
parentAdd support for multilib libav & libpostproc. (diff)
downloadgentoo-2-248bfaa656056ecb556862c3413cf093a6bb8d17.tar.gz
gentoo-2-248bfaa656056ecb556862c3413cf093a6bb8d17.tar.bz2
gentoo-2-248bfaa656056ecb556862c3413cf093a6bb8d17.zip
Enable multilib support.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
-rw-r--r--virtual/ffmpeg/ChangeLog7
-rw-r--r--virtual/ffmpeg/ffmpeg-9-r1.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/virtual/ffmpeg/ChangeLog b/virtual/ffmpeg/ChangeLog
index 052df2fd948e..9da9e8fff455 100644
--- a/virtual/ffmpeg/ChangeLog
+++ b/virtual/ffmpeg/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for virtual/ffmpeg
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.53 2014/02/23 19:45:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.54 2014/06/07 21:32:25 mgorny Exp $
+
+*ffmpeg-9-r1 (07 Jun 2014)
+
+ 07 Jun 2014; Michał Górny <mgorny@gentoo.org> +ffmpeg-9-r1.ebuild:
+ Enable multilib support.
23 Feb 2014; Markus Meier <maekke@gentoo.org> ffmpeg-9.ebuild:
arm stable, bug #499368
diff --git a/virtual/ffmpeg/ffmpeg-9-r1.ebuild b/virtual/ffmpeg/ffmpeg-9-r1.ebuild
new file mode 100644
index 000000000000..6c02ad2a6164
--- /dev/null
+++ b/virtual/ffmpeg/ffmpeg-9-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r1.ebuild,v 1.1 2014/06/07 21:32:25 mgorny Exp $
+
+EAPI=5
+
+inherit multilib-build
+
+DESCRIPTION="Virtual package for FFmpeg implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+IUSE="X +encode gsm jpeg2k mp3 opus sdl speex theora threads truetype vaapi vdpau x264"
+
+RDEPEND="
+ || (
+ >=media-video/libav-9[${MULTILIB_USEDEP},X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?]
+ >=media-video/ffmpeg-1.0:0[${MULTILIB_USEDEP},X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?]
+ )
+"
+DEPEND=""