wok-next rev 20382
Up dvdauthor (0.7.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 29 18:01:14 2017 +0100 (2017-11-29) |
parents | 46e497b9cae2 |
children | 8164c0612ccf |
files | dvdauthor/receipt |
line diff
1.1 --- a/dvdauthor/receipt Wed Nov 29 18:47:16 2017 +0200 1.2 +++ b/dvdauthor/receipt Wed Nov 29 18:01:14 2017 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dvdauthor" 1.7 -VERSION="0.7.0" 1.8 +VERSION="0.7.2" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="A simple set of tools to help you author a DVD." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -10,14 +10,13 @@ 1.13 WEB_SITE="http://dvdauthor.sourceforge.net/" 1.14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 1.16 -DEPENDS="imagemagick tiff jpeg libxml2 fribidi libdvdread" 1.17 -BUILD_DEPENDS="imagemagick-dev tiff-dev jpeg-dev libxml2-dev libdvdread-dev \ 1.18 +DEPENDS="imagemagick6 tiff jpeg libxml2 fribidi libdvdread" 1.19 +BUILD_DEPENDS="imagemagick6-dev tiff-dev jpeg-dev libxml2-dev libdvdread-dev \ 1.20 libpng-dev" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - cd $src 1.26 ./configure \ 1.27 --prefix=/usr \ 1.28 --mandir=/usr/share/man \ 1.29 @@ -33,4 +32,3 @@ 1.30 cp -a $install/usr/bin $fs/usr 1.31 cp -a $install/usr/share/$PACKAGE $fs/usr/share 1.32 } 1.33 -