wok-next diff podofo/receipt @ rev 20454
Choose between libpng16 and libpng12
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Feb 28 17:32:31 2018 +0200 (2018-02-28) |
parents | 63cbc306c335 |
children | 8940878905f3 |
line diff
1.1 --- a/podofo/receipt Thu Mar 10 19:10:25 2016 +0100 1.2 +++ b/podofo/receipt Wed Feb 28 17:32:31 2018 +0200 1.3 @@ -9,9 +9,9 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://podofo.sourceforge.net/" 1.6 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.7 -DEPENDS="fontconfig freetype zlib jpeg tiff gcc-lib-base libpng" 1.8 +DEPENDS="fontconfig freetype zlib jpeg tiff gcc-lib-base libpng16" 1.9 BUILD_DEPENDS="cmake fontconfig-dev freetype-dev zlib-dev jpeg-dev tiff-dev \ 1.10 -libpng-dev" 1.11 +libpng16-dev" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules()