libshout4 stable port information

Package: libshout4
Version: 2.1
Revision: 3
###
Depends: %N-shlibs (= %v-%r)
BuildDepends: fink (>= 0.24.12), libvorbis0 (>= 1.1-1), libogg (>= 1.1-1), libtheora0, pkgconfig
BuildDependsOnly: true
Conflicts: libshout
Replaces: libshout
###
Source: http://downloads.xiph.org/releases/libshout/libshout-%v.tar.gz
Source-MD5: ca6e98af87fd17c709821d9be82b37d5
###
PatchFile: %n.patch
PatchFile-MD5: e3afc3ffbb929705f3a80f5b47c898e2
PatchScript: <<
%{default_script}
perl -pi -e 's,#include \,#include \\n#include \,g' configure
perl -pi -e 's,#include \,#include \\n#include \,g' src/ogg.c
perl -pi -e 's,#include \,#include \\n#include \,g' src/vorbis.c
perl -pi -e 's,#include \,#include \\n#include \,g' src/theora.c
<<
###
ConfigureParams: --with-pic --enable-shared --enable-static --mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
###
DocFiles: COPYING README
###
SplitOff: <<
Package: %N-shlibs
Depends: libogg-shlibs (>= 1.1-1), libvorbis0-shlibs (>= 1.1-1), libtheora0-shlibs
Files: <<
lib/libshout.*.dylib
<<
Shlibs: <<
%p/lib/libshout.3.dylib 5.0.0 %n (>= 2.1-1)
<<
DocFiles: COPYING INSTALL README
<<
###
Description: Library for streaming to icecast
DescDetail: <<
Libshout allows applications to easily communicate and broadcast to an
Icecast streaming media server. It handles the socket connections,
metadata communication, and data streaming for the calling application,
and lets developers focus on feature sets instead of implementation details.
<<
###
License: LGPL
Maintainer: Justin F. Hallett
Homepage: http://developer.icecast.org/libshout/

libshout4 stable port .patch

diff -uNr libshout-2.1/examples/Makefile.in libshout-2.1-new/examples/Makefile.in
--- libshout-2.1/examples/Makefile.in 2005-02-19 12:50:59.000000000 -0500
+++ libshout-2.1-new/examples/Makefile.in 2005-09-12 14:31:52.000000000 -0400
@@ -222,7 +222,7 @@
nonblocking_SOURCES = nonblocking.c
nonblocking_LDADD = $(top_builddir)/src/libshout.la
AM_CFLAGS = @XIPH_CFLAGS@
-AM_CPPFLAGS = @XIPH_CPPFLAGS@ -I$(top_builddir)/include
+AM_CPPFLAGS = -I$(top_builddir)/include @XIPH_CPPFLAGS@
all: all-am

.SUFFIXES:

libshout4 _unstable_ port .patch