Skip to content

Commit

Permalink
Contribs: update PNG to 1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed May 24, 2014
1 parent 9b11ab7 commit 4bcd83c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion contrib/src/png/SHA512SUMS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
788da3ba1785fd9b9d1009f3b2dad5120ce330e0340b14057143957010b71920a0f524c9f77c877f359382f75f95542f6b71a81b6ee138b7b6ae1d11c318ebde libpng-1.6.8.tar.xz
f475ba5544b11064544a1571e194a7e4cf387d386cd9f300f8bbdc252636a141ac2beeff47f32ee45617d894a8dee8c0c81e71ba3d0c42a47160ce32078cd1b5 libpng-1.6.10.tar.xz
10 changes: 5 additions & 5 deletions contrib/src/png/bins.patch
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
--- png/Makefile.am.orig 2013-08-20 14:05:04.803159380 +0200
+++ png/Makefile.am 2013-08-20 14:05:10.795159128 +0200
--- libpng-1.6.10/Makefile.am.orig 2014-05-24 18:11:01.881964331 +0200
+++ libpng-1.6.10/Makefile.am 2014-05-24 18:12:02.839819773 +0200
@@ -7,10 +7,10 @@
ACLOCAL_AMFLAGS = -I scripts

# test programs - run on make check, make distcheck
-check_PROGRAMS= pngtest pngunknown pngstest pngvalid
-check_PROGRAMS= pngtest pngunknown pngstest pngvalid pngimage
+check_PROGRAMS=

# Utilities - installed
-bin_PROGRAMS= pngfix png-fix-itxt
+bin_PROGRAMS=

pngtest_SOURCES = pngtest.c
pngtest_LDADD = libpng@PNGLIB_MAJOR@@[email protected]
# This ensures that pnglibconf.h gets built at the start of 'make all' or
# 'make check', but it does not add dependencies to the individual programs,
2 changes: 1 addition & 1 deletion contrib/src/png/rules.mak
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PNG
PNG_VERSION := 1.6.8
PNG_VERSION := 1.6.10
PNG_URL := $(SF)/libpng/libpng16/$(PNG_VERSION)/libpng-$(PNG_VERSION).tar.xz

PKGS += png
Expand Down

0 comments on commit 4bcd83c

Please sign in to comment.