Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-amr/
Date: Sun, 30 May 2021 00:40:26
Message-Id: 1622334947.7ac4d4dd545bfaf49fe5020b21a53d4f08ae4936.sam@gentoo
1 commit: 7ac4d4dd545bfaf49fe5020b21a53d4f08ae4936
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Sun May 2 18:03:07 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 00:35:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac4d4dd
7
8 media-plugins/gst-plugins-amr: Version bump, 1.18.4
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-plugins/gst-plugins-amr/Manifest | 1 +
14 .../gst-plugins-amr/gst-plugins-amr-1.18.4.ebuild | 20 ++++++++++++++++++++
15 2 files changed, 21 insertions(+)
16
17 diff --git a/media-plugins/gst-plugins-amr/Manifest b/media-plugins/gst-plugins-amr/Manifest
18 index a3ed5323fe2..d6be25e36be 100644
19 --- a/media-plugins/gst-plugins-amr/Manifest
20 +++ b/media-plugins/gst-plugins-amr/Manifest
21 @@ -1 +1,2 @@
22 DIST gst-plugins-ugly-1.16.3.tar.xz 899124 BLAKE2B f848c7bbf36cdfca6e3dec4893b9b1bdc363feb697ee7cc89f4c664aa7aa700b76678873e5dae23f277ad99d6034c1e3617d760acc9cd075e0044fae3f4bb88d SHA512 0223f4ceebd1482329cfc7c3faa094d9f3b1d3eaa51eab3ff42da781f0aede8e838221bdc8d1a3ffc43318fb424421447d5548ebaf9ecaf8a290975d178df9ca
23 +DIST gst-plugins-ugly-1.18.4.tar.xz 509920 BLAKE2B a7aec6ac6e5739205c9567072596a8fb6dfcabc2f56ee0800c430c9bfc9549bf7ac75cb65719dadeb84036130d5b58f9be574f2a6531992ee7a8f23e9fb32d16 SHA512 eac02000ac3e0a54a953fe1531cb29bc6bc9913a707d1508905bf64fe0a4ef92f7d01b196259fc217fac8a344f0b2d683dd6d32210ce6b8c0acab08cb3b1322a
24
25 diff --git a/media-plugins/gst-plugins-amr/gst-plugins-amr-1.18.4.ebuild b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.18.4.ebuild
26 new file mode 100644
27 index 00000000000..46be0b8aa66
28 --- /dev/null
29 +++ b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.18.4.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +GST_ORG_MODULE=gst-plugins-ugly
36 +
37 +inherit gstreamer-meson
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_ENABLED="amrnb amrwb"
50 +GST_PLUGINS_BUILD_DIR="amrnb amrwbdec"