summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-10 19:09:40 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-10 19:09:40 +0000
commit6bcaa04893162af41569e0fe1d361e33af774971 (patch)
treed95c36c8a308ab7837918273b2648cd60922b64f /media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.2.4-r1.ebuild
parentEnable multilib support, bug #493176. (diff)
downloadgentoo-2-6bcaa04893162af41569e0fe1d361e33af774971.tar.gz
gentoo-2-6bcaa04893162af41569e0fe1d361e33af774971.tar.bz2
gentoo-2-6bcaa04893162af41569e0fe1d361e33af774971.zip
Enable multilib support, bug #493176.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.2.4-r1.ebuild')
-rw-r--r--media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.2.4-r1.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.2.4-r1.ebuild b/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.2.4-r1.ebuild
new file mode 100644
index 000000000000..2d24e1e75be5
--- /dev/null
+++ b/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.2.4-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.2.4-r1.ebuild,v 1.1 2014/06/10 19:09:40 mgorny Exp $
+
+EAPI="5"
+
+GST_ORG_MODULE=gst-plugins-bad
+inherit gstreamer
+
+DESCRIPTION="GStreamer plugin for MPEG-1/2 video encoding"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-video/mjpegtools-2[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"