diff options
author | brahmajit das <listout@protonmail.com> | 2022-11-02 11:16:36 +0530 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2022-11-20 18:12:28 +0000 |
commit | 99857f45011b1da80a5fc0ec73050dec67c65d35 (patch) | |
tree | b65eb27a4f21bd0d77606696f383ff49c467bd9b /media-plugins/gst-plugins-x265 | |
parent | package.mask: Stop last rite of media-libs/libvisual for now (diff) | |
download | gentoo-99857f45011b1da80a5fc0ec73050dec67c65d35.tar.gz gentoo-99857f45011b1da80a5fc0ec73050dec67c65d35.tar.bz2 gentoo-99857f45011b1da80a5fc0ec73050dec67c65d35.zip |
media-libs/gstreamer: Version bump to 1.20.4
Closes: https://bugs.gentoo.org/877325
Signed-off-by: brahmajit das <listout@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28086
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-plugins/gst-plugins-x265')
-rw-r--r-- | media-plugins/gst-plugins-x265/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/gst-plugins-x265/gst-plugins-x265-1.20.4.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-x265/Manifest b/media-plugins/gst-plugins-x265/Manifest index 1b587f180504..07277e1d2e60 100644 --- a/media-plugins/gst-plugins-x265/Manifest +++ b/media-plugins/gst-plugins-x265/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.20.3.tar.xz 6222824 BLAKE2B 01aae59adbe76b8e50a49fb8bb8037e6f3aa93cbc2b658aab05ebbf30f8d1aef98c1981712caa39e3c9d08f1e0c9d76f2f874f7d2fdd994b3a0735b2809eafdf SHA512 cfcf126eabff550455decd7054a269b73489708c10a6b6090dddb5fde29bfba07ed330c339927ff170e025fa3a08d2ffb822322dc3798679366207a54132c71b +DIST gst-plugins-bad-1.20.4.tar.xz 6229992 BLAKE2B 2cd276cec9991e2ca7367a43024d7aee43adaa185a4a06ec08d1e736e72333f7f38cb54257120b9a313feb1fdc285a50d456b4c1fb33627d83acfcd3ece20687 SHA512 31b28d4a1bbecf021a90f2aa49dd344ccea12533b65f3bf3a8426ca2175469fff7b7f8e08af7d3d22c18db2fe48b9d5fbea2b325d296aee04b019cebef1eaec4 diff --git a/media-plugins/gst-plugins-x265/gst-plugins-x265-1.20.4.ebuild b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.20.4.ebuild new file mode 100644 index 000000000000..330762073333 --- /dev/null +++ b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.20.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +GST_ORG_MODULE="gst-plugins-bad" + +inherit gstreamer-meson + +DESCRIPTION="H.265 encoder plugin for GStreamer" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + media-libs/x265:=[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" + +multilib_src_configure() { + local emesonargs=( + -Dgpl=enabled + ) + + gstreamer_multilib_src_configure +} |