# HG changeset patch # User Christopher Rogers # Date 1322411489 0 # Node ID 810a579f14cfcd23b2fa145d1170efdb9947a488 # Parent ad0b23f0fdd88591eb102952ff1ee995ae74b918 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. diff -r ad0b23f0fdd8 -r 810a579f14cf libpng-dev/receipt --- a/libpng-dev/receipt Sat Nov 26 14:56:42 2011 +0000 +++ b/libpng-dev/receipt Sun Nov 27 16:31:29 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libpng-dev" -VERSION="1.4.8" +VERSION="1.2.46" CATEGORY="development" SHORT_DESC="PNG images library devel files." MAINTAINER="pankso@slitaz.org" diff -r ad0b23f0fdd8 -r 810a579f14cf libpng/receipt --- a/libpng/receipt Sat Nov 26 14:56:42 2011 +0000 +++ b/libpng/receipt Sun Nov 27 16:31:29 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libpng" -VERSION="1.4.8" +VERSION="1.2.46" CATEGORY="x-window" SHORT_DESC="PNG images library." MAINTAINER="pankso@slitaz.org" @@ -11,17 +11,10 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="zlib" -PATCH="$SF_MIRROR/libpng-apng/$PACKAGE-$VERSION-apng.patch.gz" - # Rules to configure and make the package. compile_rules() { cd $src - [ -s $SOURCES_REPOSITORY/$(basename $PATCH) ] || - wget -P $SOURCES_REPOSITORY $PATCH - # Add animated PNG (apng) support - # see http://sourceforge.net/projects/libpng-apng/ - zcat $(basename $PATCH) | patch -p1 ./configure \ --enable-shared \ --prefix=/usr \