[Midnightbsd-cvs] mports [20132] trunk/audio: add libshout

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 30 12:05:02 EDT 2015


Revision: 20132
          http://svnweb.midnightbsd.org/mports/?rev=20132
Author:   laffer1
Date:     2015-08-30 12:05:01 -0400 (Sun, 30 Aug 2015)
Log Message:
-----------
add libshout

Modified Paths:
--------------
    trunk/audio/Makefile

Added Paths:
-----------
    trunk/audio/libshout/
    trunk/audio/libshout/Makefile
    trunk/audio/libshout/distinfo
    trunk/audio/libshout/pkg-descr
    trunk/audio/libshout/pkg-plist

Modified: trunk/audio/Makefile
===================================================================
--- trunk/audio/Makefile	2015-08-30 14:56:39 UTC (rev 20131)
+++ trunk/audio/Makefile	2015-08-30 16:05:01 UTC (rev 20132)
@@ -85,6 +85,7 @@
 SUBDIR += libofa
 SUBDIR += libogg
 SUBDIR += libsamplerate
+SUBDIR += libshout
 SUBDIR += libsndfile
 SUBDIR += libvorbis
 SUBDIR += linux-f10-alsa-lib

Added: trunk/audio/libshout/Makefile
===================================================================
--- trunk/audio/libshout/Makefile	                        (rev 0)
+++ trunk/audio/libshout/Makefile	2015-08-30 16:05:01 UTC (rev 20132)
@@ -0,0 +1,37 @@
+# Created by: Zach Zurflu <zach at pabst.bendnet.com>
+# $MidnightBSD$
+# $FreeBSD: head/audio/libshout/Makefile 369830 2014-10-02 15:31:31Z sunpoet $
+
+PORTNAME=	libshout
+PORTVERSION=	2.3.1
+CATEGORIES=	audio net
+MASTER_SITES=	http://downloads.xiph.org/releases/${PORTNAME}/ \
+		FREEBSD_LOCAL/sunpoet
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Connect and transmit data to an Icecast media streaming server
+
+LICENSE=	lgpl
+
+LIB_DEPENDS=	libspeex.so:${PORTSDIR}/audio/speex \
+		libtheora.so:${PORTSDIR}/multimedia/libtheora \
+		libvorbis.so:${PORTSDIR}/audio/libvorbis
+
+CONFLICTS=	libshout2-[0-9]*
+
+OPTIONS_DEFINE=	DOCS
+
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USE_LDCONFIG=	yes
+USES=		gmake libtool pathfix pkgconfig
+
+PORTDOCS=	*
+
+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>


Property changes on: trunk/audio/libshout/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/libshout/distinfo
===================================================================
--- trunk/audio/libshout/distinfo	                        (rev 0)
+++ trunk/audio/libshout/distinfo	2015-08-30 16:05:01 UTC (rev 20132)
@@ -0,0 +1,2 @@
+SHA256 (libshout-2.3.1.tar.gz) = cf3c5f6b4a5e3fcfbe09fb7024aa88ad4099a9945f7cb037ec06bcee7a23926e
+SIZE (libshout-2.3.1.tar.gz) = 464229


Property changes on: trunk/audio/libshout/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/libshout/pkg-descr
===================================================================
--- trunk/audio/libshout/pkg-descr	                        (rev 0)
+++ trunk/audio/libshout/pkg-descr	2015-08-30 16:05:01 UTC (rev 20132)
@@ -0,0 +1,7 @@
+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/


Property changes on: trunk/audio/libshout/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/libshout/pkg-plist
===================================================================
--- trunk/audio/libshout/pkg-plist	                        (rev 0)
+++ trunk/audio/libshout/pkg-plist	2015-08-30 16:05:01 UTC (rev 20132)
@@ -0,0 +1,7 @@
+include/shout/shout.h
+lib/libshout.a
+lib/libshout.so
+lib/libshout.so.3
+lib/libshout.so.3.2.0
+libdata/pkgconfig/shout.pc
+share/aclocal/shout.m4


Property changes on: trunk/audio/libshout/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list