]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
bump version libpng-1.6.28
authorMarkham <markham001@gmx.de>
Fri, 10 Feb 2017 09:12:00 +0000 (10:12 +0100)
committerMarkham <markham001@gmx.de>
Fri, 10 Feb 2017 09:12:00 +0000 (10:12 +0100)
archive-patches/libpng-1.26.x-disable-tools.patch [new file with mode: 0644]
make/libraries.mk
make/versions.mk

diff --git a/archive-patches/libpng-1.26.x-disable-tools.patch b/archive-patches/libpng-1.26.x-disable-tools.patch
new file mode 100644 (file)
index 0000000..88bb962
--- /dev/null
@@ -0,0 +1,22 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -18,7 +18,7 @@
+ endif
+ # Utilities - installed
+-bin_PROGRAMS= pngfix png-fix-itxt
++bin_PROGRAMS=
+ # 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,
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -104,7 +104,6 @@
+       pngstest$(EXEEXT) pngvalid$(EXEEXT) pngimage$(EXEEXT) \
+       pngcp$(EXEEXT) $(am__EXEEXT_1)
+ @HAVE_CLOCK_GETTIME_TRUE@am__append_1 = timepng
+-bin_PROGRAMS = pngfix$(EXEEXT) png-fix-itxt$(EXEEXT)
+ @PNG_ARM_NEON_TRUE@am__append_2 = arm/arm_init.c\
+ @PNG_ARM_NEON_TRUE@   arm/filter_neon.S arm/filter_neon_intrinsics.c
+
index 31e10e6dd57d023b50b557508fe6e06b6f179faf..a46da5b8d55935e7fdbae4142cd52daea52eb67d 100755 (executable)
@@ -246,14 +246,16 @@ $(D)/freetype: $(D)/zlib $(D)/libpng $(ARCHIVE)/freetype-$(FREETYPE_VER).tar.bz2
 $(D)/libpng: $(D)/zlib $(ARCHIVE)/libpng-$(PNG_VER).tar.xz | $(TARGETPREFIX)
        $(UNTAR)/libpng-$(PNG_VER).tar.xz
        pushd $(BUILD_TMP)/libpng-$(PNG_VER) && \
+               $(PATCH)/libpng-1.26.x-disable-tools.patch && \
                $(CONFIGURE) \
                        --prefix=$(TARGETPREFIX) \
                        --build=$(BUILD) \
                        --host=$(TARGET) \
                        --bindir=$(HOSTPREFIX)/bin \
-                       --mandir=$(BUILD_TMP)/libpng-$(PNG_VER)/tmpman && \
+                       --mandir=$(BUILD_TMP)/.remove && \
                ECHO=echo $(MAKE) all && \
                $(MAKE) install
+       $(REMOVE)/.remove
        $(REMOVE)/libpng-$(PNG_VER)
        touch $@
 
index 7b4974c80d0c41b3c3f696efb49225a69bafb062..54524f786d49e246eccc0b577809d499dfea69b9 100644 (file)
@@ -54,7 +54,7 @@ JPEG_TURBO_VER = 1.4.2
 LIBDVBSI_GIT=ff57e5
 
 # libpng; reference library for reading and writing PNGs
-PNG_VER=1.6.21
+PNG_VER=1.6.28
 
 # libupnp; portable Universal Plug and Play (UPnP) needed for ushare
 LIBUPNP_VER = 1.6.19