summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-05 15:09:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-05 15:09:18 +0000
commita3dfd36fa5a08fa7ed7914dbe14a750b92256ec7 (patch)
tree4393df181888163094b906bf98e3ff9214be99e0 /audio
parentReplace "${OPSYS:tl}" with "freebsd" on 4 ports (diff)
- Remove audio/libshout2
Notes
Notes: svn path=/head/; revision=353024
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/libshout2/Makefile36
-rw-r--r--audio/libshout2/distinfo2
-rw-r--r--audio/libshout2/pkg-descr7
-rw-r--r--audio/libshout2/pkg-plist14
5 files changed, 0 insertions, 60 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 50002dfa3b49..144b25992c7b 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -390,7 +390,6 @@
SUBDIR += libsamplerate
SUBDIR += libshairport
SUBDIR += libshout
- SUBDIR += libshout2
SUBDIR += libsidplay
SUBDIR += libsidplay2
SUBDIR += libsidplayfp
diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile
deleted file mode 100644
index a725810f8c14..000000000000
--- a/audio/libshout2/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Zach Zurflu <zach@pabst.bendnet.com>
-# $FreeBSD$
-
-PORTNAME= libshout
-PORTVERSION= 2.3.1
-PORTREVISION= 1
-PORTEPOCH= 1
-CATEGORIES= audio net
-MASTER_SITES= http://downloads.xiph.org/releases/${PORTNAME}/ \
- LOCAL/sunpoet
-PKGNAMESUFFIX= 2
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Connect and transmit data to an Icecast media streaming server
-
-LICENSE= LGPL20
-
-LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex \
- libtheora.so:${PORTSDIR}/multimedia/libtheora \
- libvorbis.so:${PORTSDIR}/audio/libvorbis
-
-CONFLICTS= libshout-[0-9]*
-
-CFLAGS+= -I${LOCALBASE}/include
-GNU_CONFIGURE= yes
-LDFLAGS+= -L${LOCALBASE}/lib -pthread
-USE_LDCONFIG= yes
-USES= gmake pathfix pkgconfig
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-ffast-math||g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|^Requires: |Requires.private: |' ${WRKSRC}/shout.pc.in
- @${REINPLACE_CMD} -e '/^AM_CPPFLAGS = / s|^\(.*\) \(@XIPH_CPPFLAGS@\) \(.*\)$$|\1 \3 \2|' ${WRKSRC}/examples/Makefile.in
- @${REINPLACE_CMD} -e 's|#ifdef IPV6_V6ONLY|#if defined(__BSD_VISIBLE) \&\& defined(IPV6_V6ONLY)|' ${WRKSRC}/src/net/sock.c
-
-.include <bsd.port.mk>
diff --git a/audio/libshout2/distinfo b/audio/libshout2/distinfo
deleted file mode 100644
index a9d2d97caa3f..000000000000
--- a/audio/libshout2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (libshout-2.3.1.tar.gz) = cf3c5f6b4a5e3fcfbe09fb7024aa88ad4099a9945f7cb037ec06bcee7a23926e
-SIZE (libshout-2.3.1.tar.gz) = 464229
diff --git a/audio/libshout2/pkg-descr b/audio/libshout2/pkg-descr
deleted file mode 100644
index d5c5dec4cb0f..000000000000
--- a/audio/libshout2/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-This is a port of the libshout library. 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.
-
-WWW: http://www.icecast.org/
diff --git a/audio/libshout2/pkg-plist b/audio/libshout2/pkg-plist
deleted file mode 100644
index 502061cb232a..000000000000
--- a/audio/libshout2/pkg-plist
+++ /dev/null
@@ -1,14 +0,0 @@
-include/shout/shout.h
-lib/libshout.a
-lib/libshout.la
-lib/libshout.so
-lib/libshout.so.5
-libdata/pkgconfig/shout.pc
-share/aclocal/shout.m4
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/example.c
-%%PORTDOCS%%%%DOCSDIR%%/nonblocking.c
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm include/shout