svn commit: r301190 - in head/audio: . opus-tools

Christian Weisgerber naddy at FreeBSD.org
Thu Jul 19 20:56:45 UTC 2012


Author: naddy
Date: Thu Jul 19 20:56:44 2012
New Revision: 301190
URL: http://svn.freebsd.org/changeset/ports/301190

Log:
  Import opus-tools 0.1.3.
  
  Opus-tools provides command-line utilities to encode, inspect, and
  decode .opus files.
  
  WWW: http://opus-codec.org/

Added:
  head/audio/opus-tools/
  head/audio/opus-tools/Makefile   (contents, props changed)
  head/audio/opus-tools/distinfo   (contents, props changed)
  head/audio/opus-tools/pkg-descr   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Thu Jul 19 20:15:43 2012	(r301189)
+++ head/audio/Makefile	Thu Jul 19 20:56:44 2012	(r301190)
@@ -522,6 +522,7 @@
     SUBDIR += openspc
     SUBDIR += optimfrog
     SUBDIR += opus
+    SUBDIR += opus-tools
     SUBDIR += osalp
     SUBDIR += osd-lyrics
     SUBDIR += osdmixer

Added: head/audio/opus-tools/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/opus-tools/Makefile	Thu Jul 19 20:56:44 2012	(r301190)
@@ -0,0 +1,25 @@
+# New ports collection makefile for:	opus-tools
+# Date created:        2012-07-19
+# Whom:                Christian Weisgerber <naddy at FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	opus-tools
+PORTVERSION=	0.1.3
+CATEGORIES=	audio
+MASTER_SITES=	http://downloads.xiph.org/releases/opus/
+
+MAINTAINER=	naddy at FreeBSD.org
+COMMENT=	Encode, inspect, and decode Opus files
+
+LIB_DEPENDS=	ogg.8:${PORTSDIR}/audio/libogg \
+		opus:${PORTSDIR}/audio/opus
+
+GNU_CONFIGURE=	yes
+MAKE_JOBS_SAFE=	yes
+
+PLIST_FILES=	bin/opusdec bin/opusenc bin/opusinfo
+MAN1=		opusdec.1 opusenc.1 opusinfo.1
+
+.include <bsd.port.mk>

Added: head/audio/opus-tools/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/opus-tools/distinfo	Thu Jul 19 20:56:44 2012	(r301190)
@@ -0,0 +1,2 @@
+SHA256 (opus-tools-0.1.3.tar.gz) = 008317297d6ce84f84992abf8cc948a048a4fa135e1d1caf429fafde8965a792
+SIZE (opus-tools-0.1.3.tar.gz) = 269141

Added: head/audio/opus-tools/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/opus-tools/pkg-descr	Thu Jul 19 20:56:44 2012	(r301190)
@@ -0,0 +1,4 @@
+Opus-tools provides command-line utilities to encode, inspect, and
+decode .opus files.
+
+WWW: http://opus-codec.org/



More information about the svn-ports-head mailing list