From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- media-libs/libshout/files/libshout-2.3.1-underlinking.patch | 13 +++++++++++++ media-libs/libshout/files/libshout-2.4.1-underlinking.patch | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 media-libs/libshout/files/libshout-2.3.1-underlinking.patch create mode 100644 media-libs/libshout/files/libshout-2.4.1-underlinking.patch (limited to 'media-libs/libshout/files') diff --git a/media-libs/libshout/files/libshout-2.3.1-underlinking.patch b/media-libs/libshout/files/libshout-2.3.1-underlinking.patch new file mode 100644 index 000000000000..e9bb73678ae4 --- /dev/null +++ b/media-libs/libshout/files/libshout-2.3.1-underlinking.patch @@ -0,0 +1,13 @@ +http://bugs.gentoo.org/499458 + +--- src/Makefile.am ++++ src/Makefile.am +@@ -26,7 +26,7 @@ + AM_CFLAGS = @XIPH_CFLAGS@ + + libshout_la_LIBADD = net/libicenet.la timing/libicetiming.la avl/libiceavl.la\ +- httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(VORBIS_LIBS) $(SPEEX_LIBS) ++ httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(OGG_LIBS) $(VORBIS_LIBS) $(THEORA_LIBS) $(SPEEX_LIBS) + + INCLUDES = -I$(top_builddir)/include + diff --git a/media-libs/libshout/files/libshout-2.4.1-underlinking.patch b/media-libs/libshout/files/libshout-2.4.1-underlinking.patch new file mode 100644 index 000000000000..0c6b7f2f5a71 --- /dev/null +++ b/media-libs/libshout/files/libshout-2.4.1-underlinking.patch @@ -0,0 +1,13 @@ +http://bugs.gentoo.org/499458 + +--- libshout-2.4.1/src/Makefile.am ++++ libshout-2.4.1/src/Makefile.am +@@ -33,7 +33,7 @@ + AM_CFLAGS = @XIPH_CFLAGS@ + + libshout_la_LIBADD = common/net/libicenet.la common/timing/libicetiming.la common/avl/libiceavl.la\ +- common/httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(VORBIS_LIBS) $(SPEEX_LIBS) @XIPH_LIBS@ ++ common/httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(OGG_LIBS) $(VORBIS_LIBS) $(THEORA_LIBS) $(SPEEX_LIBS) @XIPH_LIBS@ + + INCLUDES = -I$(top_builddir)/include -I./common/ + -- cgit v1.2.3