wok rev 11346

Up: libpng to 1.2.46. Downgrade from 1.4.8. Don't updated in less chroot does auto updates otherwise there will be no point.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Nov 27 16:31:29 2011 +0000 (2011-11-27)
parents ad0b23f0fdd8
children c05293a5f7df
files libpng-dev/receipt libpng/receipt
line diff
     1.1 --- a/libpng-dev/receipt	Sat Nov 26 14:56:42 2011 +0000
     1.2 +++ b/libpng-dev/receipt	Sun Nov 27 16:31:29 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libpng-dev"
     1.7 -VERSION="1.4.8"
     1.8 +VERSION="1.2.46"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="PNG images library devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/libpng/receipt	Sat Nov 26 14:56:42 2011 +0000
     2.2 +++ b/libpng/receipt	Sun Nov 27 16:31:29 2011 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libpng"
     2.7 -VERSION="1.4.8"
     2.8 +VERSION="1.2.46"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="PNG images library."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -11,17 +11,10 @@
    2.13  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    2.14  DEPENDS="zlib"
    2.15  
    2.16 -PATCH="$SF_MIRROR/libpng-apng/$PACKAGE-$VERSION-apng.patch.gz"
    2.17 -
    2.18  # Rules to configure and make the package.
    2.19  compile_rules()
    2.20  {
    2.21  	cd $src
    2.22 -	[ -s $SOURCES_REPOSITORY/$(basename $PATCH) ] ||
    2.23 -		wget -P $SOURCES_REPOSITORY $PATCH
    2.24 -	# Add animated PNG (apng) support
    2.25 -	# see http://sourceforge.net/projects/libpng-apng/
    2.26 -	zcat $(basename $PATCH) | patch -p1
    2.27  	./configure \
    2.28  		--enable-shared \
    2.29  		--prefix=/usr \