1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
4 pkgname=gst-plugins-ugly
7 pkgdesc="Multimedia graph framework - ugly plugins"
8 url="https://gstreamer.freedesktop.org/"
11 depends=(gst-plugins-base-libs libdvdread libmpeg2 a52dec libsidplay libcdio
13 makedepends=(python git meson)
14 _commit=bd1dfb44475ab04d42b217acdf90942e0b7893b5 # tags/1.18.5^0
15 source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git#commit=$_commit")
20 git describe --tags | sed 's/-/+/g'
28 arch-meson $pkgname build \
30 -D gobject-cast-checks=disabled \
31 -D package-name="GStreamer Ugly Plugins (Arch Linux)" \
32 -D package-origin="https://www.archlinux.org/"
33 meson compile -C build
37 meson test -C build --print-errorlogs
41 meson install -C build --destdir "$pkgdir"