[vlc-commits] contrib: shout: Don't build examples nor doc

Hugo Beauzée-Luyssen git at videolan.org
Fri Nov 23 16:11:05 CET 2018


vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Nov 22 12:50:13 2018 +0100| [63179341afc6b04961c602957bbd0fd61957af79] | committer: Hugo Beauzée-Luyssen

contrib: shout: Don't build examples nor doc

(cherry picked from commit ef8c7fc596569ce4757bc8e0240bc42503542184)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=63179341afc6b04961c602957bbd0fd61957af79
---

 contrib/src/shout/no-examples.patch | 11 +++++++++++
 contrib/src/shout/rules.mak         |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/contrib/src/shout/no-examples.patch b/contrib/src/shout/no-examples.patch
new file mode 100644
index 0000000000..4562815265
--- /dev/null
+++ b/contrib/src/shout/no-examples.patch
@@ -0,0 +1,11 @@
+--- libshout/Makefile.am.old	2018-11-22 12:46:19.971954640 +0100
++++ libshout/Makefile.am	2018-11-22 12:46:30.695954599 +0100
+@@ -3,7 +3,7 @@
+ AUTOMAKE_OPTIONS = 1.6 foreign
+ ACLOCAL_AMFLAGS = -I m4
+ 
+-SUBDIRS = include src examples doc win32
++SUBDIRS = include src win32
+ 
+ EXTRA_DIST = INSTALL m4/shout.m4 m4/acx_pthread.m4 \
+ 	m4/ogg.m4 m4/vorbis.m4 m4/xiph_compiler.m4 m4/xiph_net.m4 \
diff --git a/contrib/src/shout/rules.mak b/contrib/src/shout/rules.mak
index 500420cbe2..fedff47b56 100644
--- a/contrib/src/shout/rules.mak
+++ b/contrib/src/shout/rules.mak
@@ -23,7 +23,7 @@ libshout: libshout-$(SHOUT_VERSION).tar.gz .sum-shout
 	$(APPLY) $(SRC)/shout/bsd.patch
 	$(APPLY) $(SRC)/shout/libshout-arpa.patch
 	$(APPLY) $(SRC)/shout/fix-xiph_openssl.patch
-	$(call pkg_static,"shout.pc.in")
+	$(APPLY) $(SRC)/shout/no-examples.patch
 	$(UPDATE_AUTOCONFIG)
 	$(MOVE)
 



More information about the vlc-commits mailing list