From owner-svn-ports-all@FreeBSD.ORG Thu Jul 19 14:34:56 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B86E91065673; Thu, 19 Jul 2012 14:34:56 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A3EF28FC08; Thu, 19 Jul 2012 14:34:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6JEYuZD089950; Thu, 19 Jul 2012 14:34:56 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6JEYubY089944; Thu, 19 Jul 2012 14:34:56 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201207191434.q6JEYubY089944@svn.freebsd.org> From: Christian Weisgerber Date: Thu, 19 Jul 2012 14:34:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301155 - in head/audio: . opus X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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, 19 Jul 2012 14:34:56 -0000 Author: naddy Date: Thu Jul 19 14:34:56 2012 New Revision: 301155 URL: http://svn.freebsd.org/changeset/ports/301155 Log: Import opus 0.9.14. The Opus codec is designed to handle a wide range of interactive audio applications, including Voice over IP, videoconferencing, in-game chat, and even remote live music performances. It can scale from low bit-rate narrowband speech to very high quality stereo music. WWW: http://opus-codec.org/ Added: head/audio/opus/ head/audio/opus/Makefile (contents, props changed) head/audio/opus/distinfo (contents, props changed) head/audio/opus/pkg-descr (contents, props changed) head/audio/opus/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Thu Jul 19 12:36:12 2012 (r301154) +++ head/audio/Makefile Thu Jul 19 14:34:56 2012 (r301155) @@ -521,6 +521,7 @@ SUBDIR += opencore-amr SUBDIR += openspc SUBDIR += optimfrog + SUBDIR += opus SUBDIR += osalp SUBDIR += osd-lyrics SUBDIR += osdmixer Added: head/audio/opus/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/opus/Makefile Thu Jul 19 14:34:56 2012 (r301155) @@ -0,0 +1,30 @@ +# New ports collection makefile for: opus +# Date created: 2012-07-19 +# Whom: Christian Weisgerber +# +# $FreeBSD$ +# + +PORTNAME= opus +PORTVERSION= 0.9.14 +CATEGORIES= audio +MASTER_SITES= http://downloads.xiph.org/releases/opus/ + +MAINTAINER= naddy@FreeBSD.org +COMMENT= Interactive speech and audio codec + +USE_AUTOTOOLS= libtool +USE_GNOME= gnomehack +USE_LDCONFIG= yes + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-doc # requires doxygen +MAKE_JOBS_SAFE= yes + +# Don't install dummy doxygen-build.stamp +MAKE_ARGS+= docdir="" doc_DATA="" + +regression-test: build + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check + +.include Added: head/audio/opus/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/opus/distinfo Thu Jul 19 14:34:56 2012 (r301155) @@ -0,0 +1,2 @@ +SHA256 (opus-0.9.14.tar.gz) = b1cad6846a8f819a141009fe3f8f10c946e8eff7e9c2339cd517bb136cc59eae +SIZE (opus-0.9.14.tar.gz) = 727782 Added: head/audio/opus/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/opus/pkg-descr Thu Jul 19 14:34:56 2012 (r301155) @@ -0,0 +1,7 @@ +The Opus codec is designed to handle a wide range of interactive +audio applications, including Voice over IP, videoconferencing, +in-game chat, and even remote live music performances. It can scale +from low bit-rate narrowband speech to very high quality stereo +music. + +WWW: http://opus-codec.org/ Added: head/audio/opus/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/opus/pkg-plist Thu Jul 19 14:34:56 2012 (r301155) @@ -0,0 +1,10 @@ +include/opus/opus.h +include/opus/opus_defines.h +include/opus/opus_multistream.h +include/opus/opus_types.h +lib/libopus.a +lib/libopus.la +lib/libopus.so +lib/libopus.so.0 +libdata/pkgconfig/opus.pc +@dirrm include/opus