summaryrefslogtreecommitdiff
path: root/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.12.3.ebuild
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-09-18 23:21:01 +0300
committerMart Raudsepp <leio@gentoo.org>2017-09-18 23:21:01 +0300
commit93a3ff022100331c55edc970c57a57f733373f7b (patch)
treeecbf28ae2797f725da5aa9a2091047120f893d15 /media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.12.3.ebuild
parentac28091c17a3f16fd36168f090096c64c9b84ae7 (diff)
downloadgentoo-93a3ff022100331c55edc970c57a57f733373f7b.tar.gz
gentoo-93a3ff022100331c55edc970c57a57f733373f7b.tar.xz
media-plugins/gst-plugins-vpx: bump to 1.12.3 for upstream bug fixes
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.12.3.ebuild')
-rw-r--r--media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.12.3.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.12.3.ebuild b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.12.3.ebuild
new file mode 100644
index 00000000000..462db619d01
--- /dev/null
+++ b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.12.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-good
+
+inherit gstreamer
+
+DESCRIPTION="VP8/VP9 video encoder/decoder plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+IUSE=""
+
+# VP9 is under experimental, do not enable it now
+RDEPEND=">=media-libs/libvpx-1.3.0:=[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"