1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Update to official release 2.0

PR:     ports/55271
Submitted by:   Melvyn Sopacua <melvyn@webteckies.org>
Approved by:    arved (Mentor)
This commit is contained in:
Michael Nottebrock 2003-08-06 15:21:10 +00:00
parent fe94bc33b8
commit bc08a7d601
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86385
4 changed files with 15 additions and 44 deletions

View File

@ -6,14 +6,13 @@
#
PORTNAME= libshout2
PORTVERSION= 20021112
PORTREVISION= 1
PORTVERSION= 2.0
PORTEPOCH= 1
CATEGORIES= audio net
MASTER_SITES= http://tigress.com/lofi/ \
http://lofi.dyndns.org/
DISTNAME= libshout-devel-${PORTVERSION}
MASTER_SITES= http://www.icecast.org/files/libshout/
DISTNAME= libshout-${PORTVERSION}
MAINTAINER= michaelnottebrock@gmx.net
MAINTAINER= lofi@freebsd.org
COMMENT= Routines for connecting and transmitting data to the icecast server
LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg \
@ -23,32 +22,7 @@ CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
USE_GMAKE= yes
USE_AUTOMAKE= yes
USE_LIBTOOL= yes
USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/libshout
# Idiot packagers
pre-configure:
.for file in config.guess config.sub ltmain.sh
${LN} -sf ${LIBTOOL_SHAREDIR}/${file} ${WRKSRC}
.endfor
post-configure:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|'\
${WRKSRC}/examples/Makefile
@${REINPLACE_CMD} -E -e 's|(INCLUDES \=.*)|\1 -I${LOCALBASE}/include|'\
${WRKSRC}/src/Makefile
@${REINPLACE_CMD} -e 's|-O20|${CFLAGS}|' ${WRKSRC}/examples/Makefile \
${WRKSRC}/include/Makefile \
${WRKSRC}/include/shout/Makefile \
${WRKSRC}/src/avl/Makefile \
${WRKSRC}/src/httpp/Makefile \
${WRKSRC}/src/net/Makefile \
${WRKSRC}/src/timing/Makefile \
${WRKSRC}/src/thread/Makefile \
${WRKSRC}/src/Makefile \
${WRKSRC}/Makefile
CONFLICTS= libshout-1.0.7
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (libshout-devel-20021112.tar.gz) = a3302e2f2fd45a16f22f60a5a3b2ba2a
MD5 (libshout-2.0.tar.gz) = 627f3eede05b2237bee1369e4a95143c

View File

@ -1,11 +0,0 @@
--- src/Makefile.am.orig Fri Aug 16 23:22:16 2002
+++ src/Makefile.am Sun Jan 26 07:23:34 2003
@@ -12,6 +12,8 @@
libshout_la_LIBADD = net/libicenet.la timing/libicetiming.la avl/libiceavl.la\
httpp/libicehttpp.la thread/libicethread.la
+libshout_la_LDFLAGS = -version-info 3:0:1
+
INCLUDES = -I$(top_srcdir)/include/shout -I$(srcdir)/net -I$(srcdir)/timing -I$(srcdir)/avl -I$(srcdir)/thread -I$(srcdir)/httpp
debug:

View File

@ -1,5 +1,13 @@
include/shout/shout.h
lib/libshout.a
lib/libshout.la
lib/libshout.so
lib/libshout.so.3
lib/pkgconfig/shout.pc
share/aclocal/shout.m4
share/doc/libshout/COPYING
share/doc/libshout/README
share/doc/libshout/example.c
@dirrm share/doc/libshout
@dirrm lib/pkgconfig
@dirrm include/shout