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:
parent
58ec204205
commit
3f622fa697
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277416
@ -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/
|
||||
|
10
audio/libshout2/files/patch-libshout-shout.pc.in
Normal file
10
audio/libshout2/files/patch-libshout-shout.pc.in
Normal 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@
|
22
audio/libshout2/files/patch-src-Makefile.am
Normal file
22
audio/libshout2/files/patch-src-Makefile.am
Normal 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
|
Loading…
Reference in New Issue
Block a user