aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2015-12-28 23:49:48 +0800
committernaddy <naddy@FreeBSD.org>2015-12-28 23:49:48 +0800
commit32bf34e464d718945043d460b4198f0811a9d5d5 (patch)
tree00a35831fa0488d59e91b268af019d6b751cd906 /audio
parent6dabf1455c1fa2e1ac5e46586d64df2abbf505a2 (diff)
downloadfreebsd-ports-gnome-32bf34e464d718945043d460b4198f0811a9d5d5.tar.gz
freebsd-ports-gnome-32bf34e464d718945043d460b4198f0811a9d5d5.tar.zst
freebsd-ports-gnome-32bf34e464d718945043d460b4198f0811a9d5d5.zip
Move homepage to https; add license.
Diffstat (limited to 'audio')
-rw-r--r--audio/opus-tools/Makefile6
-rw-r--r--audio/opus-tools/pkg-descr2
-rw-r--r--audio/opus/Makefile1
-rw-r--r--audio/opus/pkg-descr2
4 files changed, 8 insertions, 3 deletions
diff --git a/audio/opus-tools/Makefile b/audio/opus-tools/Makefile
index 08135710a0f3..f311d3c77ade 100644
--- a/audio/opus-tools/Makefile
+++ b/audio/opus-tools/Makefile
@@ -2,7 +2,7 @@
PORTNAME= opus-tools
PORTVERSION= 0.1.9
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
MOZILLA/opus
@@ -10,6 +10,10 @@ MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
MAINTAINER= naddy@FreeBSD.org
COMMENT= Encode, inspect, and decode Opus files
+LICENSE= BSD2CLAUSE GPLv2
+LICENSE_COMB= multi
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \
libogg.so:${PORTSDIR}/audio/libogg \
libopus.so:${PORTSDIR}/audio/opus
diff --git a/audio/opus-tools/pkg-descr b/audio/opus-tools/pkg-descr
index eabd9dadd1c1..6c703a594080 100644
--- a/audio/opus-tools/pkg-descr
+++ b/audio/opus-tools/pkg-descr
@@ -1,4 +1,4 @@
Opus-tools provides command-line utilities to encode, inspect, and
decode .opus files.
-WWW: http://opus-codec.org/
+WWW: https://opus-codec.org/
diff --git a/audio/opus/Makefile b/audio/opus/Makefile
index ea6c10299e63..34e9f756554a 100644
--- a/audio/opus/Makefile
+++ b/audio/opus/Makefile
@@ -2,6 +2,7 @@
PORTNAME= opus
PORTVERSION= 1.1.1
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
MOZILLA/opus
diff --git a/audio/opus/pkg-descr b/audio/opus/pkg-descr
index 4d3fe643693e..f7f1b31fbc4e 100644
--- a/audio/opus/pkg-descr
+++ b/audio/opus/pkg-descr
@@ -11,4 +11,4 @@ stereo music at 510 kbit/s. Opus uses both Linear Prediction (LP)
and the Modified Discrete Cosine Transform (MDCT) to achieve good
compression of both speech and music.
-WWW: http://opus-codec.org/
+WWW: https://opus-codec.org/