[package] update libpng to 1.2.40 (#5797)
authorFlorian Fainelli <florian@openwrt.org>
Sun, 20 Sep 2009 10:36:31 +0000 (10:36 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 20 Sep 2009 10:36:31 +0000 (10:36 +0000)
SVN-Revision: 17619

libs/libpng/Makefile
libs/libpng/patches/100-config_fix.patch

index f83381a426d344c9cd8bfec70c48f7a4a71d6e7f..4afa31de7f33af6f0658ae483e482ca333aa56f3 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libpng
-PKG_VERSION:=1.2.38
+PKG_VERSION:=1.2.40
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=@SF/libpng
-PKG_MD5SUM:=5401c2586846fca209eba0c02c8ee9e0
+PKG_MD5SUM:=29bbd1c3cbe54b04bfc2bda43067ccb5
 
 PKG_FIXUP = libtool
 
index 852aec7be965969317ad62d42b50cdf9a904ac5f..64ca0c0116f3abb176eda382611ea2d2dbca89f3 100644 (file)
@@ -13,7 +13,7 @@
 @@ -6,5 +6,5 @@
  Name: libpng
  Description: Loads and saves PNG files
- Version: 1.2.38
+ Version: 1.2.40
 -Libs: -L${libdir} -lpng12
 +Libs: -lpng12
  Cflags: -I${includedir}