1 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
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")
13 _commit=01a461da1bdb3b29edd2d198b877ec0765af1f39 # tags/3.0.27^0
14 source=("git+https://gitlab.gnome.org/GNOME/clutter-gst.git#commit=$_commit")
19 git describe --tags | sed 's/-/+/g'
24 git tag -f 3.0.26 7e191b675decc87bca263f08c1b01a694c74d44a # Fixup missing tag
25 NOCONFIGURE=1 ./autogen.sh
30 ./configure --prefix=/usr --sysconfdir=/etc \
33 # https://bugzilla.gnome.org/show_bug.cgi?id=655517
34 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
46 make DESTDIR="$pkgdir" install
49 # vim:set ts=2 sw=2 et: