summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-30 19:11:08 +0100
committerSam James <sam@gentoo.org>2023-05-30 19:20:17 +0100
commit0c09c637f54ecc8d0c935b5a5bb8489833423eb9 (patch)
tree854a2e251e7430da9111856210ebf51624cf51a0 /media-plugins/gst-plugins-amr/gst-plugins-amr-1.20.6.ebuild
parentmedia-plugins/gst-plugins-a52dec: add 1.20.6 (diff)
downloadgentoo-0c09c637f54ecc8d0c935b5a5bb8489833423eb9.tar.gz
gentoo-0c09c637f54ecc8d0c935b5a5bb8489833423eb9.tar.bz2
gentoo-0c09c637f54ecc8d0c935b5a5bb8489833423eb9.zip
media-plugins/gst-plugins-amr: add 1.20.6
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-plugins/gst-plugins-amr/gst-plugins-amr-1.20.6.ebuild')
-rw-r--r--media-plugins/gst-plugins-amr/gst-plugins-amr-1.20.6.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-amr/gst-plugins-amr-1.20.6.ebuild b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.20.6.ebuild
new file mode 100644
index 000000000000..b95acf7b60fa
--- /dev/null
+++ b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.20.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-ugly
+
+inherit gstreamer-meson
+
+DESCRIPTION="AMRNB encoder/decoder and AMRWB decoder plugin for GStreamer"
+HOMEPAGE="https://gstreamer.freedesktop.org/"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=media-libs/opencore-amr-0.1.3-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+GST_PLUGINS_ENABLED="amrnb amrwbdec"
+GST_PLUGINS_BUILD_DIR="amrnb amrwbdec"