Date: Monday, January 22, 2018 @ 00:19:24 Author: bgyorgy Revision: 284811
upgpkg: gavl 1.4.0-3 Adopt the package, build the documentation Modified: gavl/trunk/PKGBUILD ----------+ PKGBUILD | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-21 23:54:35 UTC (rev 284810) +++ PKGBUILD 2018-01-22 00:19:24 UTC (rev 284811) @@ -1,27 +1,28 @@ # $Id$ -# Maintainer: Lukas Fleischer <[email protected]> +# Maintainer: Balló György <ballogyor+arch at gmail dot com> +# Contributor: Lukas Fleischer <[email protected]> # Contributor: Robert Emil Berge <[email protected]> # Contributor: Mateusz Herych <[email protected]> pkgname=gavl pkgver=1.4.0 -pkgrel=2 -pkgdesc='A low level library, upon which multimedia APIs can be built.' +pkgrel=3 +pkgdesc='Low level library, upon which multimedia APIs can be built' arch=('x86_64') url='http://gmerlin.sourceforge.net/' license=('GPL') depends=('glibc') -source=("http://downloads.sourceforge.net/sourceforge/gmerlin/$pkgname-$pkgver.tar.gz") -md5sums=('2752013a817fbc43ddf13552215ec2c0') +makedepends=('doxygen') +source=("https://downloads.sourceforge.net/gmerlin/$pkgname-$pkgver.tar.gz") +sha256sums=('51aaac41391a915bd9bad07710957424b046410a276e7deaff24a870929d33ce') build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure --prefix=/usr --without-doxygen --with-cpuflags=none + cd $pkgname-$pkgver + ./configure --prefix=/usr --with-cpuflags=none make } package() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }
