1 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
3 pkgname=gnome-video-effects
4 pkgver=0.5.0+4+g9554041
6 pkgdesc="Collection of GStreamer effects for GNOME"
8 url="https://gitlab.gnome.org/GNOME/gnome-video-effects"
10 depends=(gst-plugins-good gst-plugins-bad frei0r-plugins)
11 makedepends=(meson git)
12 _commit=955404195ada606819974dd63c48956f25611e14 # master
14 source=("git+$url.git#commit=$_commit")
19 git describe --tags | sed 's/-/+/g'
27 arch-meson $pkgname build
32 meson test -C build --print-errorlogs
36 DESTDIR="$pkgdir" meson install -C build
39 # vim:set ts=2 sw=2 et: