summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-10 19:02:50 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-10 19:02:50 +0000
commitf8eb26ad5f8cbe6aad5f0146f6d17c9b23542c5a (patch)
tree6e2c9a532057298d1ea2e789adecc69dff711539 /media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-0.10.31-r1.ebuild
parentEnable multilib support, bug #493176. (diff)
downloadgentoo-2-f8eb26ad5f8cbe6aad5f0146f6d17c9b23542c5a.tar.gz
gentoo-2-f8eb26ad5f8cbe6aad5f0146f6d17c9b23542c5a.tar.bz2
gentoo-2-f8eb26ad5f8cbe6aad5f0146f6d17c9b23542c5a.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-jpeg/gst-plugins-jpeg-0.10.31-r1.ebuild')
-rw-r--r--media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-0.10.31-r1.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-0.10.31-r1.ebuild b/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-0.10.31-r1.ebuild
new file mode 100644
index 000000000000..2253ab9faaac
--- /dev/null
+++ b/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-0.10.31-r1.ebuild
@@ -0,0 +1,16 @@
+# 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-jpeg/gst-plugins-jpeg-0.10.31-r1.ebuild,v 1.1 2014/06/10 19:02:50 mgorny Exp $
+
+EAPI="5"
+
+GST_ORG_MODULE=gst-plugins-good
+inherit gstreamer
+
+DESCRIPTION="GStreamer encoder/decoder for JPEG format"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="virtual/jpeg[${MULTILIB_USEDEP}]
+ >=media-libs/gst-plugins-base-0.10.36:${SLOT}[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"