2007-10-31 08:33:47 +11:00
|
|
|
# Description: DVD authoring tools.
|
|
|
|
# URL: http://dvdauthor.sourceforge.net/
|
2014-11-10 23:28:07 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2017-11-01 23:35:12 +11:00
|
|
|
# Depends on: freetype fribidi libdvdnav libxml2
|
2019-10-13 20:26:55 +11:00
|
|
|
# Optional: imagemagick
|
2007-10-31 08:33:47 +11:00
|
|
|
|
|
|
|
name=dvdauthor
|
2019-10-13 20:26:55 +11:00
|
|
|
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)
|
2007-10-31 08:33:47 +11:00
|
|
|
|
|
|
|
build() {
|
2010-11-13 14:31:40 +11:00
|
|
|
cd $name
|
2007-10-31 08:40:02 +11:00
|
|
|
|
2019-10-13 20:26:55 +11:00
|
|
|
patch -p1 -i $SRC/dvdauthor-freetype_pkgconfig.patch
|
2016-03-17 16:41:47 +11:00
|
|
|
|
2019-10-13 20:26:55 +11:00
|
|
|
prt-get isinst imagemagick && patch -p1 -i $SRC/dvdauthor-0.7.2-imagemagick7.patch
|
|
|
|
|
|
|
|
autoreconf -vi
|
|
|
|
|
|
|
|
./configure --prefix=/usr
|
2007-10-31 08:40:02 +11:00
|
|
|
|
2007-10-31 08:33:47 +11:00
|
|
|
make
|
2010-09-25 13:27:37 +10:00
|
|
|
make DESTDIR=$PKG install
|
2007-10-31 08:33:47 +11:00
|
|
|
}
|