diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2010-09-25 13:27:37 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2010-10-02 18:17:33 +1000 |
commit | 6d5e55e329616ef874e0316f1d10691c8667390d (patch) | |
tree | 51186da0c13e725b5e8e327c82510789020ecb0a /dvdauthor | |
parent | 6ac118d7026e7242aa66e8662aca8bc00ffe7322 (diff) | |
download | contrib-6d5e55e329616ef874e0316f1d10691c8667390d.tar.gz contrib-6d5e55e329616ef874e0316f1d10691c8667390d.tar.xz |
dvdauthor: 0.6.14 -> 0.6.18
(cherry picked from commit 9dd0b8449208a8d30e0bdbdbc8c24cddc1dab42f)
Diffstat (limited to 'dvdauthor')
-rw-r--r-- | dvdauthor/.md5sum | 2 | ||||
-rw-r--r-- | dvdauthor/Pkgfile | 11 |
2 files changed, 6 insertions, 7 deletions
diff --git a/dvdauthor/.md5sum b/dvdauthor/.md5sum index a945ac85b..a8c1a573f 100644 --- a/dvdauthor/.md5sum +++ b/dvdauthor/.md5sum @@ -1 +1 @@ -bd646b47950c4091ffd781d43fd2c5e9 dvdauthor-0.6.14.tar.gz +ded5373800ac6448ff044606f5047550 dvdauthor-0.6.18.tar.gz diff --git a/dvdauthor/Pkgfile b/dvdauthor/Pkgfile index dab34107e..6d81fd4cd 100644 --- a/dvdauthor/Pkgfile +++ b/dvdauthor/Pkgfile @@ -2,21 +2,20 @@ # URL: http://dvdauthor.sourceforge.net/ # Maintainer: Danny Rawlins, monster dot romster at gmail dot com # Packager: Matt Housh, jaeger at morpheus dot net -# Depends on: libxml2 libdvdnav libpng +# Depends on: libxml2 libdvdnav libpng fribidi name=dvdauthor -version=0.6.14 +version=0.6.18 release=1 source=(http://downloads.sourceforge.net/sourceforge/dvdauthor/dvdauthor-$version.tar.gz) build() { - cd dvdauthor-$version + cd dvdauthor ./configure \ --prefix=/usr \ - --mandir=$PKG/usr/man + --mandir=/usr/man make - make prefix=$PKG/usr install + make DESTDIR=$PKG install } - |