pkgname: 'gstreamer-plugins-good' pkgver: '1.28.6' pkgrel: '2' pkgdesc: 'GStreamer Multimedia Framework good Plugins' url: 'https://gstreamer.freedesktop.org/' arch: x86_64 license: - LGPL depends: [] makedepends: - meson - ninja - aalib - jack - lame - libcaca - libdv - libgudev - mpg123 - speex - wavpack - 'v4l-utils' - taglib - libshout - libraw1394 - 'gstreamer-plugins-base' - flac - gtk3 - 'gdk-pixbuf' - 'libjpeg-turbo' - libpng - libsoup3 - libvpx - pulseaudio source: - 'https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${pkgver}.tar.xz' sha256sums: - SKIP build: | meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gst-plugins-good-${pkgver} builddir meson compile -C builddir DESTDIR=${PKGDIR} meson install -C builddir package: | install -Dm644 gst-plugins-good-${pkgver}/COPYING \ ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING