1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="GStreamer bindings for clutter"
7 url="https://gitlab.gnome.org/GNOME/clutter-gst"
10 depends=(clutter gst-plugins-base-libs libxdamage libgudev gdk-pixbuf2)
11 makedepends=(gobject-introspection gtk-doc git gst-plugins-good)
12 optdepends=("gst-plugins-good: Video camera capture")
14 _commit=01a461da1bdb3b29edd2d198b877ec0765af1f39 # tags/3.0.27^0
15 source=("git+https://gitlab.gnome.org/GNOME/clutter-gst.git#commit=$_commit"
16 0001-video-sink-Remove-RGBx-BGRx-support.patch)
18 '818d20462b9ac623e036d205dc28c07e17045f913fa652a79f73996310be067a')
22 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
28 # https://bugs.archlinux.org/task/74222
29 git apply -3 ../0001-video-sink-Remove-RGBx-BGRx-support.patch
31 NOCONFIGURE=1 ./autogen.sh
36 ./configure --prefix=/usr --sysconfdir=/etc --enable-gtk-doc
38 # https://bugzilla.gnome.org/show_bug.cgi?id=655517
39 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
51 make DESTDIR="$pkgdir" install