diff options
author | brahmajit das <listout@protonmail.com> | 2023-01-14 15:38:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-14 15:49:53 +0000 |
commit | b6a5be02b06234e21261f37be7a96c0e1093f7f8 (patch) | |
tree | caf4706569de04f336ca3cea0643f4ec41c0e52a /media-plugins/gst-plugins-x264/gst-plugins-x264-1.20.5.ebuild | |
parent | media-plugins/gst-plugins-webrtc: add 1.20.5 (diff) | |
download | gentoo-b6a5be02b06234e21261f37be7a96c0e1093f7f8.tar.gz gentoo-b6a5be02b06234e21261f37be7a96c0e1093f7f8.tar.bz2 gentoo-b6a5be02b06234e21261f37be7a96c0e1093f7f8.zip |
media-plugins/gst-plugins-x264: add 1.20.5
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: brahmajit das <listout@protonmail.com>
Diffstat (limited to 'media-plugins/gst-plugins-x264/gst-plugins-x264-1.20.5.ebuild')
-rw-r--r-- | media-plugins/gst-plugins-x264/gst-plugins-x264-1.20.5.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-x264/gst-plugins-x264-1.20.5.ebuild b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.20.5.ebuild new file mode 100644 index 000000000000..46e8c2a2fffe --- /dev/null +++ b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.20.5.ebuild @@ -0,0 +1,22 @@ +# 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="H.264 encoder plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + +# 20111220 ensures us X264_BUILD >= 120 +RDEPEND=">=media-libs/x264-0.0.20130506:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +multilib_src_configure() { + local emesonargs=( + -Dgpl=enabled + ) + + gstreamer_multilib_src_configure +} |