diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-09-18 01:11:55 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-09-18 01:16:38 +0300 |
commit | 17613197ca16dda456b85780a523e4e26073b72e (patch) | |
tree | 76173ff38654431ab8d3bb9d5eac27f0c7420e4f /media-plugins/gst-plugins-amr/gst-plugins-amr-1.14.3.ebuild | |
parent | media-plugins/gst-plugins-a52dec: bump to 1.14.3, no code changes from 1.14.2 (diff) | |
download | gentoo-17613197ca16dda456b85780a523e4e26073b72e.tar.gz gentoo-17613197ca16dda456b85780a523e4e26073b72e.tar.bz2 gentoo-17613197ca16dda456b85780a523e4e26073b72e.zip |
media-plugins/gst-plugins-amr: bump to 1.14.3, no code changes from 1.14.2
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'media-plugins/gst-plugins-amr/gst-plugins-amr-1.14.3.ebuild')
-rw-r--r-- | media-plugins/gst-plugins-amr/gst-plugins-amr-1.14.3.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-amr/gst-plugins-amr-1.14.3.ebuild b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.14.3.ebuild new file mode 100644 index 000000000000..70e96d7971d0 --- /dev/null +++ b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.14.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GST_ORG_MODULE=gst-plugins-ugly + +inherit gstreamer + +DESCRIPTION="AMRNB encoder/decoder and AMRWB decoder plugin for GStreamer" +HOMEPAGE="https://gstreamer.freedesktop.org/" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=media-libs/opencore-amr-0.1.3-r1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +GST_PLUGINS_BUILD="amrnb amrwb" +GST_PLUGINS_BUILD_DIR="amrnb amrwbdec" |