aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2012-07-20 04:56:44 +0800
committernaddy <naddy@FreeBSD.org>2012-07-20 04:56:44 +0800
commitfbb534cfa7808bed3c09a51d0099aed9db84a8d8 (patch)
treeae73ccc391e4f43df73ac06f63e0f4b426198d05
parenteaea290ddb2022230f5f41944fb9729b9cd373f9 (diff)
downloadfreebsd-ports-gnome-fbb534cfa7808bed3c09a51d0099aed9db84a8d8.tar.gz
freebsd-ports-gnome-fbb534cfa7808bed3c09a51d0099aed9db84a8d8.tar.zst
freebsd-ports-gnome-fbb534cfa7808bed3c09a51d0099aed9db84a8d8.zip
Import opus-tools 0.1.3.
Opus-tools provides command-line utilities to encode, inspect, and decode .opus files. WWW: http://opus-codec.org/
-rw-r--r--audio/Makefile1
-rw-r--r--audio/opus-tools/Makefile25
-rw-r--r--audio/opus-tools/distinfo2
-rw-r--r--audio/opus-tools/pkg-descr4
4 files changed, 32 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index bf9dd8989f06..a37d06984d81 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -522,6 +522,7 @@
SUBDIR += openspc
SUBDIR += optimfrog
SUBDIR += opus
+ SUBDIR += opus-tools
SUBDIR += osalp
SUBDIR += osd-lyrics
SUBDIR += osdmixer
diff --git a/audio/opus-tools/Makefile b/audio/opus-tools/Makefile
new file mode 100644
index 000000000000..bf07f8bebdee
--- /dev/null
+++ b/audio/opus-tools/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: opus-tools
+# Date created: 2012-07-19
+# Whom: Christian Weisgerber <naddy@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= opus-tools
+PORTVERSION= 0.1.3
+CATEGORIES= audio
+MASTER_SITES= http://downloads.xiph.org/releases/opus/
+
+MAINTAINER= naddy@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>
diff --git a/audio/opus-tools/distinfo b/audio/opus-tools/distinfo
new file mode 100644
index 000000000000..ea4f89fca0da
--- /dev/null
+++ b/audio/opus-tools/distinfo
@@ -0,0 +1,2 @@
+SHA256 (opus-tools-0.1.3.tar.gz) = 008317297d6ce84f84992abf8cc948a048a4fa135e1d1caf429fafde8965a792
+SIZE (opus-tools-0.1.3.tar.gz) = 269141
diff --git a/audio/opus-tools/pkg-descr b/audio/opus-tools/pkg-descr
new file mode 100644
index 000000000000..eabd9dadd1c1
--- /dev/null
+++ b/audio/opus-tools/pkg-descr
@@ -0,0 +1,4 @@
+Opus-tools provides command-line utilities to encode, inspect, and
+decode .opus files.
+
+WWW: http://opus-codec.org/