1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Add patch to have dependencies link to libspeex which is needed by

libshout
- Add patch to pkgconfig to list libspeex as a dep of libshout2

Obtained from:  Debian
This commit is contained in:
Steve Wills 2011-07-09 23:06:36 +00:00
parent 58ec204205
commit 3f622fa697
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277416
3 changed files with 33 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= libshout2
PORTVERSION= 2.2.2
PORTREVISION= 4
PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= audio net
MASTER_SITES= http://downloads.xiph.org/releases/libshout/

View File

@ -0,0 +1,10 @@
--- shout.pc.in.orig 2007-12-11 14:35:45.000000000 +0100
+++ shout.pc.in 2007-12-11 14:35:56.000000000 +0100
@@ -10,6 +10,6 @@
Name: Shout
Description: Audio streaming library for icecast encoders
Version: @VERSION@
-Requires: @SHOUT_REQUIRES@
+Requires.private: @SHOUT_REQUIRES@
Libs: -L${libdir} -lshout
Cflags: -I${includedir} @PTHREAD_CPPFLAGS@ @SHOUT_CFLAGS@

View File

@ -0,0 +1,22 @@
--- src/Makefile.am.orig 2006-01-03 20:22:17.000000000 +0100
+++ src/Makefile.am 2006-05-28 18:37:22.000000000 +0200
@@ -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)
+ httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(SPEEX_LIBS) $(VORBIS_LIBS)
INCLUDES = -I$(top_builddir)/include
--- src/Makefile.in.orig 2006-01-03 20:24:29.000000000 +0100
+++ src/Makefile.in 2006-05-28 18:37:56.000000000 +0200
@@ -261,7 +261,7 @@
libshout_la_SOURCES = shout.c util.c ogg.c vorbis.c mp3.c $(MAYBE_THEORA) $(MAYBE_SPEEX)
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)
+ httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(SPEEX_LIBS) $(VORBIS_LIBS)
INCLUDES = -I$(top_builddir)/include
all: all-recursive