Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2012 14:34:56 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301155 - in head/audio: . opus
Message-ID:  <201207191434.q6JEYubY089944@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <naddy@FreeBSD.org>
+#
+# $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 <bsd.port.mk>

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



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