summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-09-18 23:46:09 +0300
committerMart Raudsepp <leio@gentoo.org>2017-09-18 23:46:09 +0300
commitdc51f5b48b908ea5c563a0d59f14e4fdbe0e0b32 (patch)
treea67707f8dbab750ae594469a76573f90cf2a6bac /media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.12.3.ebuild
parentmedia-plugins/gst-plugins-sidplay: remove old (diff)
downloadgentoo-dc51f5b48b908ea5c563a0d59f14e4fdbe0e0b32.tar.gz
gentoo-dc51f5b48b908ea5c563a0d59f14e4fdbe0e0b32.tar.bz2
gentoo-dc51f5b48b908ea5c563a0d59f14e4fdbe0e0b32.zip
media-plugins/gst-plugins-twolame: bump to 1.12.3, no code changes compared to 1.12.2
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.12.3.ebuild')
-rw-r--r--media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.12.3.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.12.3.ebuild b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.12.3.ebuild
new file mode 100644
index 000000000000..f00f229f45a3
--- /dev/null
+++ b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.12.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-ugly
+
+inherit gstreamer
+
+DESCRIPTION="MPEG2 encoder plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=media-sound/twolame-0.3.13-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"