[vlc-commits] contrib: shout: Don't build examples nor doc
Hugo Beauzée-Luyssen
git at videolan.org
Fri Nov 23 16:06:55 CET 2018
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Nov 22 12:50:13 2018 +0100| [ef8c7fc596569ce4757bc8e0240bc42503542184] | committer: Hugo Beauzée-Luyssen
contrib: shout: Don't build examples nor doc
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ef8c7fc596569ce4757bc8e0240bc42503542184
---
contrib/src/shout/no-examples.patch | 11 +++++++++++
contrib/src/shout/rules.mak | 1 +
2 files changed, 12 insertions(+)
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 ae585f6238..417137bd6d 100644
--- a/contrib/src/shout/rules.mak
+++ b/contrib/src/shout/rules.mak
@@ -26,6 +26,7 @@ libshout: libshout-$(SHOUT_VERSION).tar.gz .sum-shout
$(APPLY) $(SRC)/shout/shout-strings.patch
$(APPLY) $(SRC)/shout/shout-timeval.patch
$(APPLY) $(SRC)/shout/shout-win32-socklen.patch
+ $(APPLY) $(SRC)/shout/no-examples.patch
$(call pkg_static,"shout.pc.in")
$(UPDATE_AUTOCONFIG)
$(MOVE)
More information about the vlc-commits
mailing list