# Contributor: mio <miyopan@e.email>
# Maintainer: mio <miyopan@e.email>
pkgname=gnome-video-effects
pkgver=0.6.0
pkgrel=0
pkgdesc="Collection of GStreamer effects for GNOME Modules"
url="https://gitlab.gnome.org/GNOME/gnome-video-effects"
arch="noarch"
license="GPL-2.0-or-later"
makedepends="
	frei0r-plugins
	gettext
	gst-plugins-bad
	gst-plugins-good
	meson
	"
subpackages="$pkgname-dev"
source="https://gitlab.gnome.org/GNOME/gnome-video-effects/-/archive/$pkgver/gnome-video-effects-$pkgver.tar.gz"
options="!check" # No tests

build() {
	abuild-meson . output
	meson compile -C output
}

package() {
	DESTDIR="$pkgdir" meson install --no-rebuild -C output
}

sha512sums="
91608d24d37c01caab4561822e95193e67fd2675b036f1b02b7edabb5a582a82caf96e0c5bf1c0c6eea6a8c8ca5f7e8fd197d515c6b0c983ca6396d60c9f2cf7  gnome-video-effects-0.6.0.tar.gz
"
