# Maintainer: Natanael Copa pkgname=gst-plugins-good pkgver=1.22.5 pkgrel=0 pkgdesc="GStreamer streaming media framework good plug-ins" url="https://gstreamer.freedesktop.org" arch="all" license="GPL-2.0-or-later LGPL-2.0-or-later" subpackages="$pkgname-lang $pkgname-gtk $pkgname-qt" replaces="gst-plugins-good1 gst-plugins-ugly" depends="libsoup3" makedepends=" cairo-dev flac-dev gdk-pixbuf-dev glib-dev gst-plugins-base-dev gstreamer-dev gtk+3.0-dev jack-dev lame-dev libavc1394-dev libdv-dev libgudev-dev libice-dev libiec61883-dev libjpeg-turbo-dev libogg-dev libpng-dev libshout-dev libsm-dev libsoup3-dev libvpx-dev libxdamage-dev libxext-dev libxv-dev linux-headers meson mpg123-dev nasm orc-compiler orc-dev pulseaudio-dev qt5-qtdeclarative-dev qt6-qtwayland-dev qt5-qtx11extras-dev qt6-qtdeclarative-dev qt6-qttools-dev qt6-qtwayland-dev taglib-dev v4l-utils-dev wavpack-dev zlib-dev " ldpath="/usr/lib/gstreamer-1.0" source="https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-$pkgver.tar.xz flaky-test.patch " case "$CARCH" in armhf|s390x|ppc64le) # really flaky tests options="$options !check" ;; *) ;; esac # secfixes: # 1.18.4-r0: # - CVE-2021-3497 # - CVE-2021-3498 # 1.10.4-r0: # - CVE-2017-5840 # - CVE-2017-5841 # - CVE-2017-5845 # - CVE-2016-9634 # - CVE-2016-9635 # - CVE-2016-9636 # - CVE-2016-9808 # - CVE-2016-10198 # - CVE-2016-10199 build() { CFLAGS="$CFLAGS -O2" \ CXXFLAGS="$CXXFLAGS -O2" \ CPPFLAGS="$CPPFLAGS -O2" \ abuild-meson \ -Db_lto=true \ -Dpackage-origin="https://alpinelinux.org" \ -Dpackage-name="GStreamer good plug-ins (Alpine Linux)" \ -Dtests="$(want_check && echo enabled || echo disabled)" \ . output meson compile -C output } check() { meson test -t 2 --print-errorlogs --no-rebuild -C output } package() { export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" meson install --no-rebuild -C output } _mv() { mkdir -p "$subpkgdir"/"$ldpath" mv "$1" "$subpkgdir"/"$ldpath" } qt() { pkgdesc="Gstreamer Qt plug-in" find "$pkgdir" -type f | while read -r i; do if ldd $i 2>/dev/null | grep -q "libQt"; then _mv "$i" fi done } gtk() { pkgdesc="Gstreamer gtk-3 plug-in" find "$pkgdir" -type f | while read -r i; do if ldd $i 2>/dev/null | grep -q "libgtk-3"; then _mv "$i" fi done } sha512sums=" 20106f4b6a4bd548a0de565d79e95048d771fb2a7a2aa292a35b87805b145acb627f1e77dd666f0d9eb6fa983c3886a1c7152174abf9276222298ea8fa3f7c7f gst-plugins-good-1.22.5.tar.xz b97e660011bc3e212dd436f883724b945112538d06bab97b3c9c5699d884dff2e0bcd8d547df6f179b32d138fa2191fd41827aa30312c39176f0beb93bea7b1b flaky-test.patch "