comparison src/libpng.mk @ 634:891ee2b83294

update version of package libpng
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 12 Jan 2010 13:57:46 +0100
parents 2c227cdbffff
children dab071eac9c0
comparison
equal deleted inserted replaced
633:cfaacd7e3cc3 634:891ee2b83294
1 # Copyright (C) 2009 Volker Grabsch 1 # Copyright (C) 2009, 2010 Volker Grabsch
2 # 2 #
3 # Permission is hereby granted, free of charge, to any person obtaining 3 # Permission is hereby granted, free of charge, to any person obtaining
4 # a copy of this software and associated documentation files (the 4 # a copy of this software and associated documentation files (the
5 # "Software"), to deal in the Software without restriction, including 5 # "Software"), to deal in the Software without restriction, including
6 # without limitation the rights to use, copy, modify, merge, publish, 6 # without limitation the rights to use, copy, modify, merge, publish,
20 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21 21
22 # libpng 22 # libpng
23 PKG := libpng 23 PKG := libpng
24 $(PKG)_IGNORE := 24 $(PKG)_IGNORE :=
25 $(PKG)_VERSION := 1.2.41 25 $(PKG)_VERSION := 1.4.0
26 $(PKG)_CHECKSUM := e859ce73c5344ce10576d03cab3b660459b30c13 26 $(PKG)_CHECKSUM := 886d651394024b5cab7e9cb5afac41b391f1ccd2
27 $(PKG)_SUBDIR := libpng-$($(PKG)_VERSION) 27 $(PKG)_SUBDIR := libpng-$($(PKG)_VERSION)
28 $(PKG)_FILE := libpng-$($(PKG)_VERSION).tar.bz2 28 $(PKG)_FILE := libpng-$($(PKG)_VERSION).tar.bz2
29 $(PKG)_WEBSITE := http://www.libpng.org/ 29 $(PKG)_WEBSITE := http://www.libpng.org/
30 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/libpng/00-libpng-stable/$($(PKG)_VERSION)/$($(PKG)_FILE) 30 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/libpng/01-libpng-master/$($(PKG)_VERSION)/$($(PKG)_FILE)
31 $(PKG)_URL_2 := http://$(SOURCEFORGE_MIRROR)/project/libpng/libpng-stable/$($(PKG)_VERSION)/$($(PKG)_FILE) 31 $(PKG)_URL_2 := ftp://ftp.simplesystems.org/pub/libpng/png/src/$($(PKG)_FILE)
32 $(PKG)_DEPS := gcc zlib 32 $(PKG)_DEPS := gcc zlib
33 33
34 define $(PKG)_UPDATE 34 define $(PKG)_UPDATE
35 wget -q -O- 'http://libpng.git.sourceforge.net/git/gitweb.cgi?p=libpng/libpng;a=tags' | \ 35 wget -q -O- 'http://libpng.git.sourceforge.net/git/gitweb.cgi?p=libpng/libpng;a=tags' | \
36 grep '<a class="list name"' | \ 36 grep '<a class="list name"' | \