summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-02-25 03:03:13 +0200
committerMart Raudsepp <leio@gentoo.org>2017-02-25 03:28:31 +0200
commit895a9ed263ed8634a222c9482b5674e8e25ca660 (patch)
treea49fd4c277ba5f118f79c733dbbb8d9688ec9002 /media-plugins
parentmedia-plugins/gst-plugins-wavpack: bump to 1.10.4, no code changes compared t... (diff)
downloadgentoo-895a9ed263ed8634a222c9482b5674e8e25ca660.tar.gz
gentoo-895a9ed263ed8634a222c9482b5674e8e25ca660.tar.bz2
gentoo-895a9ed263ed8634a222c9482b5674e8e25ca660.zip
media-plugins/gst-plugins-vpx: bump to 1.10.4, no code changes compared to 1.10.3
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/gst-plugins-vpx/Manifest1
-rw-r--r--media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.10.4.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-vpx/Manifest b/media-plugins/gst-plugins-vpx/Manifest
index 5a9d29ec76d0..0c1f74dd7303 100644
--- a/media-plugins/gst-plugins-vpx/Manifest
+++ b/media-plugins/gst-plugins-vpx/Manifest
@@ -1,2 +1,3 @@
DIST gst-plugins-good-1.10.3.tar.xz 3426164 SHA256 4e07e93e34d4b93208f1579c21e7d91a236577b36f128a5332ffee85b4465955 SHA512 ae1523e374715b4f65509eb63d987118510fc4fe61b5ac2a98e4ec06feb2ec65899557976d796ea09644b32652f3a321aca462b8fe1621308e0c00dd6913e592 WHIRLPOOL 7c2c5fa9b21cfd35e7895beb947b6396ae55bd2f510fbe55b7696a0b68e7248e0cb04d5e4fe55e8d029ab03b5401fe20c5080a92b0b22532c9ac3dcb7167681f
+DIST gst-plugins-good-1.10.4.tar.xz 3420980 SHA256 8a86c61434a8c44665365bd0b3557a040937d1f44bf69caee4e9ea816ce74d7e SHA512 842c77a41ead43f157a1e2d4cfeec745caefbc5ee2c6658fa6699bd61dc97aeaaae000c053309ed5705fdf659d5bd41db8bc7bfe28c4f850b076fc8bb94c0135 WHIRLPOOL 1ccd38fbcdae5412e7dbb95c4c29e1e6c9136888fa8e26c1c033b72f523c014d404c34237e2b49e307c29a52e6f00b7e59673b18198a880af8c9581e40767c6b
DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a WHIRLPOOL 06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988
diff --git a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.10.4.ebuild b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.10.4.ebuild
new file mode 100644
index 000000000000..76a3e0e14bf0
--- /dev/null
+++ b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.10.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-good
+
+inherit gstreamer
+
+DESCRIPTION="VP8/VP9 video encoder/decoder plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~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}"