[package] update libpng to 1.2.38 (#5576)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 26 Jul 2009 10:37:03 +0000 (10:37 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 26 Jul 2009 10:37:03 +0000 (10:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16997 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 039b6c8..f83381a 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libpng
-PKG_VERSION:=1.2.37
+PKG_VERSION:=1.2.38
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=@SF/libpng
-PKG_MD5SUM:=6d1ee0888dbb711214943cb19c294b49
+PKG_MD5SUM:=5401c2586846fca209eba0c02c8ee9e0
 
 PKG_FIXUP = libtool
 
index 7b59463..852aec7 100644 (file)
@@ -13,7 +13,7 @@
 @@ -6,5 +6,5 @@
  Name: libpng
  Description: Loads and saves PNG files
- Version: 1.2.37
+ Version: 1.2.38
 -Libs: -L${libdir} -lpng12
 +Libs: -lpng12
  Cflags: -I${includedir}