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-twolame/
Date: Mon, 30 Jul 2018 22:59:05
Message-Id: 1532991490.b43976c3cfff027879ff656ba92b4733767bd175.leio@gentoo
1 commit: b43976c3cfff027879ff656ba92b4733767bd175
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 30 22:40:25 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 30 22:58:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b43976c3
7
8 media-plugins/gst-plugins-twolame: bump to 1.14.2, no code changes from 1.14.1
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 media-plugins/gst-plugins-twolame/Manifest | 1 +
13 .../gst-plugins-twolame/gst-plugins-twolame-1.14.2.ebuild | 14 ++++++++++++++
14 2 files changed, 15 insertions(+)
15
16 diff --git a/media-plugins/gst-plugins-twolame/Manifest b/media-plugins/gst-plugins-twolame/Manifest
17 index 0d437ccadec..c63999d0420 100644
18 --- a/media-plugins/gst-plugins-twolame/Manifest
19 +++ b/media-plugins/gst-plugins-twolame/Manifest
20 @@ -1,3 +1,4 @@
21 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85 SHA512 b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
22 +DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093 SHA512 26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
23 DIST gst-plugins-ugly-0.10.19.tar.xz 882452 BLAKE2B df5319481ade22d7acdee6e22ca57a444e104c8540bc4b578cfe7554c79bb4ee33b23a8516940f6504c30d9403c4ced2434e11f3a48548c3721d3d3db2016757 SHA512 16d030998142f698f8ab7dbe55c0c6c8db05ade6b3c007a3aacb5491592e8c60e0a9d62f1a840eab4d57825b1beb9017e3f68f5a90288435216586d67040deda
24 DIST gst-plugins-ugly-1.12.4.tar.xz 904592 BLAKE2B 6ec59cea23ba45e705fc3140530576232c758884cc7cdcc293022233f4aeb440918c147563706a7309253dab318190bd6484fe2ac21af4b54af61ede349a1e82 SHA512 920f5be5a060293319f4c45bf7f28e14953e897473a04e1c83bce61261365198a6dc2d7ad6cf5396b2bbdc35a5f77014741e902e67c00c3c6596680ab9924e8a
25
26 diff --git a/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.14.2.ebuild b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.14.2.ebuild
27 new file mode 100644
28 index 00000000000..1ecd2189e91
29 --- /dev/null
30 +++ b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.14.2.ebuild
31 @@ -0,0 +1,14 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +GST_ORG_MODULE=gst-plugins-good
37 +
38 +inherit gstreamer
39 +
40 +DESCRIPTION="MPEG2 encoder plugin for GStreamer"
41 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
42 +IUSE=""
43 +
44 +RDEPEND=">=media-sound/twolame-0.3.13-r1[${MULTILIB_USEDEP}]"
45 +DEPEND="${RDEPEND}"