[vlc-commits] contrib: png: don't build binaries

Rafaël Carré git at videolan.org
Tue Aug 20 15:38:35 CEST 2013


vlc/vlc-2.1 | branch: master | Rafaël Carré <funman at videolan.org> | Tue Aug 20 14:06:00 2013 +0200| [19d92c1755ebfb436907cfc90c02a0fd87ebce16] | committer: Jean-Baptiste Kempf

contrib: png: don't build binaries

(cherry picked from commit 5b25b3ddffcc3bac63e379f9bae68bc53aa3b4fe)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=19d92c1755ebfb436907cfc90c02a0fd87ebce16
---

 contrib/src/png/bins.patch |   15 +++++++++++++++
 contrib/src/png/rules.mak  |    1 +
 2 files changed, 16 insertions(+)

diff --git a/contrib/src/png/bins.patch b/contrib/src/png/bins.patch
new file mode 100644
index 0000000..1f51ada
--- /dev/null
+++ b/contrib/src/png/bins.patch
@@ -0,0 +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
+@@ -7,10 +7,10 @@
+ ACLOCAL_AMFLAGS = -I scripts
+ 
+ # test programs - run on make check, make distcheck
+-check_PROGRAMS= pngtest pngunknown pngstest pngvalid
++check_PROGRAMS= 
+ 
+ # Utilities - installed
+-bin_PROGRAMS= pngfix png-fix-itxt
++bin_PROGRAMS= 
+ 
+ pngtest_SOURCES = pngtest.c
+ pngtest_LDADD = libpng at PNGLIB_MAJOR@@PNGLIB_MINOR at .la
diff --git a/contrib/src/png/rules.mak b/contrib/src/png/rules.mak
index 45c8107..ae6ae5b 100644
--- a/contrib/src/png/rules.mak
+++ b/contrib/src/png/rules.mak
@@ -15,6 +15,7 @@ $(TARBALLS)/libpng-$(PNG_VERSION).tar.xz:
 png: libpng-$(PNG_VERSION).tar.xz .sum-png
 	$(UNPACK)
 	$(APPLY) $(SRC)/png/winrt.patch
+	$(APPLY) $(SRC)/png/bins.patch
 	$(MOVE)
 
 DEPS_png = zlib $(DEPS_zlib)



More information about the vlc-commits mailing list