# HG changeset patch # User Pascal Bellard # Date 1553077450 -3600 # Node ID b3295b68d65ef72103e96524f980b9f9514ccec7 # Parent 54964ce9b4429997658fdf15d5777446ff10d6fe dvdauthor: not imagemagick 7 support diff -r 54964ce9b442 -r b3295b68d65e dvdauthor/receipt --- a/dvdauthor/receipt Wed Mar 20 11:08:01 2019 +0100 +++ b/dvdauthor/receipt Wed Mar 20 11:24:10 2019 +0100 @@ -11,9 +11,8 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="imagemagick tiff jpeg libxml2 fribidi libdvdread" -BUILD_DEPENDS="imagemagick-dev tiff-dev jpeg-dev libxml2-dev libdvdread-dev \ -libpng-dev" +DEPENDS="libpng tiff jpeg libxml2 fribidi libdvdread" +BUILD_DEPENDS="libpng-dev tiff-dev jpeg-dev libxml2-dev libdvdread-dev" # Rules to configure and make the package. compile_rules()