Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2014 03:53:32 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351442 - in head/audio: . shout-idjc
Message-ID:  <201404170353.s3H3rW65009436@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@freebsd.org>
+# $FreeBSD$
+
+PORTNAME=	libshout
+PORTVERSION=	2.3.1
+CATEGORIES=	audio python
+MASTER_SITES=	SF/idjc/libshout-idjc/
+DISTNAME=	${PORTNAME}-idjc-${PORTVERSION}
+
+MAINTAINER=	sbruno@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
+@dirrmtry %%DOCSDIR%%-idjc
+@dirrmtry libdata/pkgconfig
+@dirrmtry include/shoutidjc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404170353.s3H3rW65009436>