wok-next diff apngdis/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 | f463de72afe3 |
children | dc626da69d4e |
line diff
1.1 --- a/apngdis/receipt Sun Jun 18 04:38:10 2017 +0300 1.2 +++ b/apngdis/receipt Wed Feb 28 17:32:31 2018 +0200 1.3 @@ -11,8 +11,8 @@ 1.4 TARBALL="$PACKAGE-$VERSION-src.zip" 1.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.6 1.7 -DEPENDS="zlib libpng" 1.8 -BUILD_DEPENDS="zlib-dev libpng-dev" 1.9 +DEPENDS="zlib libpng16" 1.10 +BUILD_DEPENDS="zlib-dev libpng16-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules()