diff options
author | Igor V. Kovalenko <igor.v.kovalenko@gmail.com> | 2022-05-08 12:55:49 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-12 22:42:34 +0000 |
commit | 3915b764b76507c595f389ff6870bb1d79c3ef52 (patch) | |
tree | d9f568b7773c195ce68a88f4581e5f318c30e7dd /media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.20.2.ebuild | |
parent | app-emacs/haxe-mode: new package; add version 0.3.3 (diff) | |
download | gentoo-3915b764b76507c595f389ff6870bb1d79c3ef52.tar.gz gentoo-3915b764b76507c595f389ff6870bb1d79c3ef52.tar.bz2 gentoo-3915b764b76507c595f389ff6870bb1d79c3ef52.zip |
media-libs/gstreamer: Version bump, 1.20.2
Bug: https://bugs.gentoo.org/843770
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.20.2.ebuild')
-rw-r--r-- | media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.20.2.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.20.2.ebuild b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.20.2.ebuild new file mode 100644 index 000000000000..6e4b1690ca40 --- /dev/null +++ b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.20.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2022 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="VP8/VP9 video encoder/decoder plugin for GStreamer" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=">=media-libs/libvpx-1.7.0:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" |