#Packager: George Vlahavas pkgname=gnome-video-effects pkgver=0.5.0 _majorver=$( echo $pkgver | cut -d'.' -f 1,2 ) pkgrel=1gv source=("https://download.gnome.org/sources/gnome-video-effects/${_majorver}/gnome-video-effects-${pkgver}.tar.xz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gnome-video-effects (Collection of GStreamer effects for GNOME)" "This package includes a collection of effects that can be used through" "GStreamer." ) build() { cd $startdir/src/$pkgname-$pkgver meson setup \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --infodir=/usr/info \ --localstatedir=/var \ --mandir=/usr/man \ --sysconfdir=/etc \ --strip \ build meson compile -C build -j $numjobs meson install -C build --destdir $startdir/pkg/ }