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-amr/
Date: Sun, 04 Feb 2018 11:48:07
Message-Id: 1517744810.e8332927a083e486755adb0a456456edf9b292c5.leio@gentoo
1 commit: e8332927a083e486755adb0a456456edf9b292c5
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 4 11:02:10 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 4 11:46:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8332927
7
8 media-plugins/gst-plugins-amr: 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-amr/Manifest | 1 +
13 .../gst-plugins-amr/gst-plugins-amr-1.12.4.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/media-plugins/gst-plugins-amr/Manifest b/media-plugins/gst-plugins-amr/Manifest
17 index e36f1f0acfb..0e92f18074c 100644
18 --- a/media-plugins/gst-plugins-amr/Manifest
19 +++ b/media-plugins/gst-plugins-amr/Manifest
20 @@ -1,2 +1,3 @@
21 DIST gst-plugins-ugly-0.10.19.tar.xz 882452 BLAKE2B df5319481ade22d7acdee6e22ca57a444e104c8540bc4b578cfe7554c79bb4ee33b23a8516940f6504c30d9403c4ced2434e11f3a48548c3721d3d3db2016757 SHA512 16d030998142f698f8ab7dbe55c0c6c8db05ade6b3c007a3aacb5491592e8c60e0a9d62f1a840eab4d57825b1beb9017e3f68f5a90288435216586d67040deda
22 DIST gst-plugins-ugly-1.12.3.tar.xz 903784 BLAKE2B f0a9538f8d3c2500470a721a998d385af3611aaa003e1f0f315747f8df1680529c4c0332c5b4130eadfbcbd57d18b7fa1deb794e07cc9b0d8db22b98e27d9cee SHA512 9ca5769c325df3d2d97ba83d785fab08da5119f6d26c4ac4db72853af143477ea8fb7087464a8614b6e59f384463ac01087ee76cec2af8acd80a4dc15e392e34
23 +DIST gst-plugins-ugly-1.12.4.tar.xz 904592 BLAKE2B 6ec59cea23ba45e705fc3140530576232c758884cc7cdcc293022233f4aeb440918c147563706a7309253dab318190bd6484fe2ac21af4b54af61ede349a1e82 SHA512 920f5be5a060293319f4c45bf7f28e14953e897473a04e1c83bce61261365198a6dc2d7ad6cf5396b2bbdc35a5f77014741e902e67c00c3c6596680ab9924e8a
24
25 diff --git a/media-plugins/gst-plugins-amr/gst-plugins-amr-1.12.4.ebuild b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.12.4.ebuild
26 new file mode 100644
27 index 00000000000..70e96d7971d
28 --- /dev/null
29 +++ b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.12.4.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +GST_ORG_MODULE=gst-plugins-ugly
36 +
37 +inherit gstreamer
38 +
39 +DESCRIPTION="AMRNB encoder/decoder and AMRWB decoder plugin for GStreamer"
40 +HOMEPAGE="https://gstreamer.freedesktop.org/"
41 +
42 +LICENSE="GPL-2"
43 +KEYWORDS="~amd64 ~x86"
44 +IUSE=""
45 +
46 +RDEPEND=">=media-libs/opencore-amr-0.1.3-r1[${MULTILIB_USEDEP}]"
47 +DEPEND="${RDEPEND}"
48 +
49 +GST_PLUGINS_BUILD="amrnb amrwb"
50 +GST_PLUGINS_BUILD_DIR="amrnb amrwbdec"