diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-04-07 07:13:21 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-04-07 07:13:21 +0000 |
commit | 93ce768b8604aa3951dc8ec42ef958377e9d81fa (patch) | |
tree | fc413656d57a01aac581efd519d18733da147c20 | |
parent | 5f56cc0578adef078fdce09c9d18a64ab9ff32e9 (diff) | |
download | aports-93ce768b8604aa3951dc8ec42ef958377e9d81fa.tar.bz2 aports-93ce768b8604aa3951dc8ec42ef958377e9d81fa.tar.xz |
testing/dvdauthor: upgrade to 0.7.2
-rw-r--r-- | testing/dvdauthor/APKBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/dvdauthor/APKBUILD b/testing/dvdauthor/APKBUILD index 0541cb5818..92ee08f21a 100644 --- a/testing/dvdauthor/APKBUILD +++ b/testing/dvdauthor/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=dvdauthor -pkgver=0.7.1 +pkgver=0.7.2 pkgrel=0 pkgdesc="DVD authoring tools" url="http://dvdauthor.sourceforge.net" arch="all" license="GPL" makedepends="libpng-dev freetype-dev libdvdread-dev - fribidi-dev imagemagick-dev libxml2-dev" + fribidi-dev libxml2-dev" subpackages="$pkgname-doc" source="http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz" builddir="$srcdir/$pkgname" @@ -22,7 +22,8 @@ build() { cd "$builddir" ./configure \ --prefix=/usr \ - --sysconfdir=/etc + --sysconfdir=/etc \ + --disable-static make } @@ -31,4 +32,4 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="0875300df4711bf5758cb8a3ec03793689abd403cdebfc5736463d9b6df49a22e66e9e1f0c2abfcb7d25469c2e7f7e76789f7779cc0743ec972f8965b0f744a9 dvdauthor-0.7.1.tar.gz" +sha512sums="202b8bba38939d122dc864921a57e89906ca99ddabf44e3b07419cc42cc052567cd892b41f1171c9c195c9a770758e9319a942ea64d14ee8fa847588c7761125 dvdauthor-0.7.2.tar.gz" |