logo

overlay

My own overlay for experimentations, use with caution, no support is provided
commit: be0b67abf3dd367bc73fa44765c5a6d375596506
parent: 8dc41a8a67a8b58cc4067bb5706ff842e7a0a01d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 21 Aug 2020 09:15:51 +0200

media-libs/gst-plugins-good: Version Bump, 1.18.0

Diffstat:

Mmedia-libs/gst-plugins-good/Manifest1+
Amedia-libs/gst-plugins-good/gst-plugins-good-1.18.0.ebuild40++++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/media-libs/gst-plugins-good/Manifest b/media-libs/gst-plugins-good/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.16.2.tar.xz 3897172 BLAKE2B b6341bb2f2456e2c558f71e9f18726eced88cbc703fa017067415297cc7ccdf70b4ceb18e9e3c7c64fc7c55806c7373d9a05eac582067ab764a02c1bafef4b33 SHA512 ab0dfd51af3ea345db466618547c35c78b5f08e725096b66074a5a7e0a83ca25ac51d2d915b7a8c07b70f8e4c9fc65d51c1851f147a5a5a71fbca58e1eb5ffd4 +DIST gst-plugins-good-1.18.0.tar.xz 3270420 BLAKE2B 6df8feedaf5e188b78c83d96d388df72246ec3611e7b94c9b395b6d2edacf5e9b66f2ea26b1a59f14263327faeda9f9a9b076768c66d2fa4ed0fb911429897a2 SHA512 65b9db1c9f505c6a99d276bf37cc3cc7713e43ef244048000ad5743ed0f2360d8b4f6556f90eda3701f7cab593a8930e1a828c81b7c11114e29f5f9ff5f00c98 diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.18.0.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-1.18.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GST_ORG_MODULE="gst-plugins-good" + +inherit flag-o-matic gstreamer-meson + +DESCRIPTION="Basepack of plugins for GStreamer" +HOMEPAGE="https://gstreamer.freedesktop.org/" + +LICENSE="LGPL-2.1+" +KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86" +IUSE="+orc" + +RDEPEND=" + >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}] + >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}] + >=media-libs/gstreamer-${PV}:${SLOT}[${MULTILIB_USEDEP}] + >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] + >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] + orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] ) +" +DEPEND="${RDEPEND} + >=dev-util/gtk-doc-am-1.12 +" + +multilib_src_configure() { + local emesonargs=( + -Dbz2=enabled + ) + + gstreamer_multilib_src_configure +} + +multilib_src_install_all() { + DOCS="AUTHORS ChangeLog NEWS README RELEASE" + einstalldocs + find "${ED}" -name '*.la' -delete || die +}