# HG changeset patch # User Eric Joseph-Alexandre # Date 1220706441 -7200 # Node ID 9f60adb04c9b84c3c42c1b5b4a0e6299012fbbc2 # Parent 490af9e6cbbbcb188c3a7050e5b0b7e5a45680be iFix: dvdauthor BUILD_DEPENDS, needs libdvdread-dev to build. diff -r 490af9e6cbbb -r 9f60adb04c9b dvdauthor/receipt --- a/dvdauthor/receipt Sat Sep 06 15:05:54 2008 +0200 +++ b/dvdauthor/receipt Sat Sep 06 15:07:21 2008 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="A simple set of tools to help you author a DVD." MAINTAINER="pankso@slitaz.org" DEPENDS="imagemagick tiff jpeg libxml2" -BUILD_DEPENDS="imagemagick-dev tiff-dev jpeg-dev libxml2-dev" +BUILD_DEPENDS="imagemagick-dev tiff-dev jpeg-dev libxml2-dev libdvdread-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://dvdauthor.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"