svn commit: r351442 - in head/audio: . shout-idjc
Glen Barber
gjb at FreeBSD.org
Thu Apr 17 03:53:33 UTC 2014
Author: gjb
Date: Thu Apr 17 03:53:32 2014
New Revision: 351442
URL: http://svnweb.freebsd.org/changeset/ports/351442
QAT: https://qat.redports.org/buildarchive/r351442/
Log:
Add audio/idjc, audio/shout-idjc
PR: 188660
Submitted by: sbruno (maintainer)
Sponsored by: The FreeBSD Foundation
Added:
head/audio/shout-idjc/
head/audio/shout-idjc/Makefile (contents, props changed)
head/audio/shout-idjc/distinfo (contents, props changed)
head/audio/shout-idjc/pkg-descr (contents, props changed)
head/audio/shout-idjc/pkg-plist (contents, props changed)
Modified:
head/audio/Makefile
Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile Thu Apr 17 03:47:54 2014 (r351441)
+++ head/audio/Makefile Thu Apr 17 03:53:32 2014 (r351442)
@@ -665,6 +665,7 @@
SUBDIR += shntool
SUBDIR += shorten
SUBDIR += shout
+ SUBDIR += shout-idjc
SUBDIR += shoutcast
SUBDIR += sidplay
SUBDIR += sidplay2
Added: head/audio/shout-idjc/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/shout-idjc/Makefile Thu Apr 17 03:53:32 2014 (r351442)
@@ -0,0 +1,37 @@
+# Created by: Sean Bruno <sbruno at freebsd.org>
+# $FreeBSD$
+
+PORTNAME= libshout
+PORTVERSION= 2.3.1
+CATEGORIES= audio python
+MASTER_SITES= SF/idjc/libshout-idjc/
+DISTNAME= ${PORTNAME}-idjc-${PORTVERSION}
+
+MAINTAINER= sbruno at FreeBSD.org
+COMMENT= Shoutcast/Icecast Library for audio/idjc
+
+LICENSE= LGPL20
+
+LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
+ libvorbis.so:${PORTSDIR}/audio/libvorbis \
+ libogg.so:${PORTSDIR}/audio/libogg \
+ libspeex.so:${PORTSDIR}/audio/speex
+
+HAS_CONFIGURE= yes
+USES= pkgconfig pathfix
+USE_LDCONFIG= yes
+
+MAKE_JOBS_UNSAFE= no
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 900000
+BROKEN= audio/shout-idjc IPv6 problem on compile in sock.c
+.endif
+
+# 10 and higer seem to be fine
+.if ${OSVERSION} < 1000000
+USE_GCC= 4.6+
+.endif
+
+.include <bsd.port.post.mk>
Added: head/audio/shout-idjc/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/shout-idjc/distinfo Thu Apr 17 03:53:32 2014 (r351442)
@@ -0,0 +1,2 @@
+SHA256 (libshout-idjc-2.3.1.tar.gz) = 188bed3389c43effc7427b68934f70977ce6eb505281a92d31a22deeae26ac47
+SIZE (libshout-idjc-2.3.1.tar.gz) = 454846
Added: head/audio/shout-idjc/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/shout-idjc/pkg-descr Thu Apr 17 03:53:32 2014 (r351442)
@@ -0,0 +1,3 @@
+Shoutcast / Icecast Library for IDJC
+
+WWW: http://sourceforge.net/projects/idjc/
Added: head/audio/shout-idjc/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/shout-idjc/pkg-plist Thu Apr 17 03:53:32 2014 (r351442)
@@ -0,0 +1,12 @@
+include/shoutidjc/shout.h
+lib/libshout-idjc.a
+lib/libshout-idjc.la
+lib/libshout-idjc.so
+lib/libshout-idjc.so.5
+libdata/pkgconfig/shout-idjc.pc
+%%DOCSDIR%%-idjc/COPYING
+%%DOCSDIR%%-idjc/NEWS
+%%DOCSDIR%%-idjc/README
+ at dirrmtry %%DOCSDIR%%-idjc
+ at dirrmtry libdata/pkgconfig
+ at dirrmtry include/shoutidjc
More information about the svn-ports-head
mailing list