Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-vpx/
Date: Sun, 28 Jan 2018 19:13:18
Message-Id: 1517166758.7982c196d03bca954722cbbc340adb40e85ebaa1.leio@gentoo
1 commit: 7982c196d03bca954722cbbc340adb40e85ebaa1
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 09:43:23 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 19:12:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7982c196
7
8 media-plugins/gst-plugins-vpx: bump to 1.12.4, no code changes compared to 1.12.3
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 media-plugins/gst-plugins-vpx/Manifest | 1 +
13 .../gst-plugins-vpx/gst-plugins-vpx-1.12.4.ebuild | 15 +++++++++++++++
14 2 files changed, 16 insertions(+)
15
16 diff --git a/media-plugins/gst-plugins-vpx/Manifest b/media-plugins/gst-plugins-vpx/Manifest
17 index 68f5b89a1ea..867962f3bed 100644
18 --- a/media-plugins/gst-plugins-vpx/Manifest
19 +++ b/media-plugins/gst-plugins-vpx/Manifest
20 @@ -1 +1,2 @@
21 DIST gst-plugins-good-1.12.3.tar.xz 3487448 BLAKE2B 2c27918f8020c50078b983244e9abc969bbf6338f65e42c2a74abb425f9e48e9cf2f71e89b92eefbcb9a3eff0ce765336b35b648a386214164cfecf66d03c2fd SHA512 8ed96d2b2c8724659cf8163be5246ec30c8a92d70fc6632e207ad258cff5624d6fc03576e6e674011bb88a4825c8ce225545bc7e60cdf66a173d9e1d4bfbbaa4
22 +DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9 SHA512 18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
23
24 diff --git a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.12.4.ebuild b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.12.4.ebuild
25 new file mode 100644
26 index 00000000000..9fb8bab69f5
27 --- /dev/null
28 +++ b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.12.4.ebuild
29 @@ -0,0 +1,15 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +GST_ORG_MODULE=gst-plugins-good
35 +
36 +inherit gstreamer
37 +
38 +DESCRIPTION="VP8/VP9 video encoder/decoder plugin for GStreamer"
39 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
40 +IUSE=""
41 +
42 +# VP9 is under experimental, do not enable it now
43 +RDEPEND=">=media-libs/libvpx-1.3.0:=[${MULTILIB_USEDEP}]"
44 +DEPEND="${RDEPEND}"