diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-05-02 18:55:50 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-30 00:35:16 +0000 |
commit | e056723f181adeabee0e20ddfb4a4fcd69bc75f0 (patch) | |
tree | 31582f51d4f149e63a8229beb384f042c13d2723 /media-plugins/gst-plugins-speex | |
parent | media-plugins/gst-plugins-soup: Version bump, 1.18.4 (diff) | |
download | gentoo-e056723f181adeabee0e20ddfb4a4fcd69bc75f0.tar.gz gentoo-e056723f181adeabee0e20ddfb4a4fcd69bc75f0.tar.bz2 gentoo-e056723f181adeabee0e20ddfb4a4fcd69bc75f0.zip |
media-plugins/gst-plugins-speex: Version bump, 1.18.4
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-plugins/gst-plugins-speex')
-rw-r--r-- | media-plugins/gst-plugins-speex/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/gst-plugins-speex/gst-plugins-speex-1.18.4.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-speex/Manifest b/media-plugins/gst-plugins-speex/Manifest index d9332200d73b..fe7f1df89ecb 100644 --- a/media-plugins/gst-plugins-speex/Manifest +++ b/media-plugins/gst-plugins-speex/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.16.3.tar.xz 3914676 BLAKE2B 52f18027f9d9a77e8b459a0a10fa7c1450dff2faf8a2a63134f833ad08b19985b7f0d3d2af4b766c9b8bf802d048fabd6f52ad5a7865eccd1fe0d26404b7b2de SHA512 3e0da4a4defc0ddea1c26dfc767fed732548654f4155452649777109a17d5b65b2fde895483a3e35dc1646de5a16e913cd2408f826251d46a99b7751b88dcb65 +DIST gst-plugins-good-1.18.4.tar.xz 3277572 BLAKE2B 8acfb975d19eabc681184d0096328051a9a02e5f849599dbad1233a0e9254e1a2d2bef75d8afdc779a7ca01a71b15d1e83a843749c0ef5f7ab2b5818067ab898 SHA512 764c66383c93e57f9c5e7742002013e07e7b25750d6974d6c07744433e8ceb7570e829e68278e2bc5214f77158311a6b3bfb013d615cf66205d8d7a9e2d54b86 diff --git a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.18.4.ebuild b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.18.4.ebuild new file mode 100644 index 000000000000..3f809e5bc7af --- /dev/null +++ b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.18.4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="Speex encoder/decoder plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" |