From owner-svn-ports-all@FreeBSD.ORG Thu Apr 17 03:53:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 816E79B0; Thu, 17 Apr 2014 03:53:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DBC21C9B; Thu, 17 Apr 2014 03:53:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3H3rXSn009442; Thu, 17 Apr 2014 03:53:33 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3H3rW65009436; Thu, 17 Apr 2014 03:53:32 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201404170353.s3H3rW65009436@svn.freebsd.org> From: Glen Barber Date: Thu, 17 Apr 2014 03:53:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351442 - in head/audio: . shout-idjc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2014 03:53:33 -0000 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 +# $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 + +.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 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