# Maintainer: drakkan pkgname=gst-plugins-openh264 _pkgname=gst-plugins-bad pkgver=1.18.3 pkgrel=1 pkgdesc="GStreamer open-source multimedia framework OpenH264 plugins" url="https://gstreamer.freedesktop.org/" arch=(x86_64) license=(LGPL) depends=(gst-plugins-base-libs openh264) makedepends=(meson git) _commit=382e373d9be363f1e21b12990a4d12f1ecb6df41 # tags/1.18.3^0 source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=$_commit") sha256sums=('SKIP') pkgver() { cd $_pkgname git describe --tags | sed 's/-/+/g' } build() { arch-meson $_pkgname build \ --auto-features=disabled \ -D openh264=enabled \ -D package-name="GStreamer Bad Plugins (Arch Linux)" \ -D package-origin="https://www.archlinux.org/" ninja -C build } package() { install -Dm755 build/ext/openh264/libgstopenh264.so "$pkgdir"/usr/lib/gstreamer-1.0/libgstopenh264.so } # vim: ts=2 sw=2 et: