summaryrefslogtreecommitdiff
path: root/dvdauthor/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-10-13 20:26:55 +1100
committerDanny Rawlins <monster.romster@gmail.com>2019-10-13 20:26:55 +1100
commitdc6402ec692427faf34bf201ac11ffc5cba1aca3 (patch)
tree3df630126c9014b543f9373b05acd0838e037134 /dvdauthor/Pkgfile
parenta34962276383d5d5ef497cf9a596486732478e53 (diff)
downloadcontrib-dc6402ec692427faf34bf201ac11ffc5cba1aca3.tar.gz
contrib-dc6402ec692427faf34bf201ac11ffc5cba1aca3.tar.xz
dvdauthor: 0.7.1 -> 0.7.2
Diffstat (limited to 'dvdauthor/Pkgfile')
-rw-r--r--dvdauthor/Pkgfile21
1 files changed, 12 insertions, 9 deletions
diff --git a/dvdauthor/Pkgfile b/dvdauthor/Pkgfile
index dd3a9bffe..61305f7c2 100644
--- a/dvdauthor/Pkgfile
+++ b/dvdauthor/Pkgfile
@@ -1,23 +1,26 @@
# Description: DVD authoring tools.
# URL: http://dvdauthor.sourceforge.net/
# Maintainer: Danny Rawlins, crux at romster dot me
-# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: freetype fribidi libdvdnav libxml2
+# Optional: imagemagick
name=dvdauthor
-version=0.7.1
-release=2
-source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz
- dvdauthor-0.7.1-glibc220.patch)
+version=0.7.2
+release=1
+source=(https://sourceforge.net/projects/$name/files/$name-$version.tar.gz
+ dvdauthor-freetype_pkgconfig.patch
+ dvdauthor-0.7.2-imagemagick7.patch)
build() {
cd $name
- patch -p1 -i $SRC/dvdauthor-0.7.1-glibc220.patch
+ patch -p1 -i $SRC/dvdauthor-freetype_pkgconfig.patch
- ./configure \
- --prefix=/usr \
- --mandir=/usr/man
+ prt-get isinst imagemagick && patch -p1 -i $SRC/dvdauthor-0.7.2-imagemagick7.patch
+
+ autoreconf -vi
+
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install

Generated by cgit