1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Allan McRae <allan@archlinux.org>
3 # Contributor: Jan de Groot <jgc@archlinux.org>
4 # Contributor: William Rea <sillywilly@gmail.com>
7 pkgver=3.12.3+r24+gd01ba738
9 pkgdesc="CD/DVD mastering tool"
10 url="https://wiki.gnome.org/Apps/Brasero"
13 depends=(gtk3 gst-plugins-good totem-plparser cdrtools cdrdao shared-mime-info
14 libcanberra dvd+rw-tools dconf libsm libnotify gvfs tracker3)
15 makedepends=(gtk-doc yelp-tools gnome-common intltool libburn libisofs
16 gobject-introspection itstool docbook-xsl git)
17 optdepends=('libburn: alternative back-end'
18 'libisofs: libburn back-end'
19 'dvdauthor: video project'
20 'vcdimager: video project')
21 _commit=d01ba738eb22502852fdc6001d2422bc7af04116 # master
22 source=("git+https://gitlab.gnome.org/GNOME/brasero.git#commit=$_commit")
27 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
32 NOCONFIGURE=1 ./autogen.sh
40 --localstatedir=/var \
43 --disable-schemas-compile \
44 --enable-compile-warnings=minimum \
46 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
52 make DESTDIR="$pkgdir" install