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-x265/
Date: Tue, 27 Aug 2019 21:05:40
Message-Id: 1566939900.3013846f4e7a16f2d2e53b8420d8a607b6292b09.leio@gentoo
1 commit: 3013846f4e7a16f2d2e53b8420d8a607b6292b09
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 27 20:59:57 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 27 21:05:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3013846f
7
8 media-plugins/gst-plugins-x265: bump to 1.14.5, no code changes from 1.14.3
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 media-plugins/gst-plugins-x265/Manifest | 1 +
14 .../gst-plugins-x265/gst-plugins-x265-1.14.5.ebuild | 16 ++++++++++++++++
15 2 files changed, 17 insertions(+)
16
17 diff --git a/media-plugins/gst-plugins-x265/Manifest b/media-plugins/gst-plugins-x265/Manifest
18 index 9fd3b6a7d64..b4e19d1a028 100644
19 --- a/media-plugins/gst-plugins-x265/Manifest
20 +++ b/media-plugins/gst-plugins-x265/Manifest
21 @@ -1 +1,2 @@
22 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf SHA512 3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
23 +DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d SHA512 64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b
24
25 diff --git a/media-plugins/gst-plugins-x265/gst-plugins-x265-1.14.5.ebuild b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.14.5.ebuild
26 new file mode 100644
27 index 00000000000..be64d7ebefd
28 --- /dev/null
29 +++ b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.14.5.ebuild
30 @@ -0,0 +1,16 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +GST_ORG_MODULE="gst-plugins-bad"
36 +
37 +inherit gstreamer
38 +
39 +DESCRIPTION="H.265 encoder plugin for GStreamer"
40 +KEYWORDS="~amd64 ~x86"
41 +IUSE=""
42 +
43 +RDEPEND="
44 + media-libs/x265:=[${MULTILIB_USEDEP}]
45 +"
46 +DEPEND="${RDEPEND}"