Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2013 16:05:42 +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: r336844 - head/audio/opus-tools
Message-ID:  <201312181605.rBIG5g8V063474@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Wed Dec 18 16:05:42 2013
New Revision: 336844
URL: http://svnweb.freebsd.org/changeset/ports/336844

Log:
  Update to 0.1.8. Changes include:
  * update to opus 1.0.3 surround encoder API
  * support for encoding from FLAC files
  * better metadata support, including copying tags from FLAC input

Modified:
  head/audio/opus-tools/Makefile
  head/audio/opus-tools/distinfo

Modified: head/audio/opus-tools/Makefile
==============================================================================
--- head/audio/opus-tools/Makefile	Wed Dec 18 16:04:49 2013	(r336843)
+++ head/audio/opus-tools/Makefile	Wed Dec 18 16:05:42 2013	(r336844)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	opus-tools
-PORTVERSION=	0.1.6
-PORTREVISION=	1
+PORTVERSION=	0.1.8
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.xiph.org/releases/opus/ \
 		https://ftp.mozilla.org/pub/mozilla.org/opus/
@@ -10,10 +9,12 @@ MASTER_SITES=	http://downloads.xiph.org/
 MAINTAINER=	naddy@FreeBSD.org
 COMMENT=	Encode, inspect, and decode Opus files
 
-LIB_DEPENDS=	libogg.so:${PORTSDIR}/audio/libogg \
+LIB_DEPENDS=	libFLAC.so:${PORTSDIR}/audio/flac \
+		libogg.so:${PORTSDIR}/audio/libogg \
 		libopus.so:${PORTSDIR}/audio/opus
 
 USES=		pkgconfig
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-maintainer-mode
 
 .include <bsd.port.mk>

Modified: head/audio/opus-tools/distinfo
==============================================================================
--- head/audio/opus-tools/distinfo	Wed Dec 18 16:04:49 2013	(r336843)
+++ head/audio/opus-tools/distinfo	Wed Dec 18 16:05:42 2013	(r336844)
@@ -1,2 +1,2 @@
-SHA256 (opus-tools-0.1.6.tar.gz) = cc86dbc2a4d76da7e1ed9afee85448c8f798c465a5412233f178783220f3a2c1
-SIZE (opus-tools-0.1.6.tar.gz) = 306902
+SHA256 (opus-tools-0.1.8.tar.gz) = e4e188579ea1c4e4d5066460d4a7214a7eafe3539e9a4466fdc98af41ba4a2f6
+SIZE (opus-tools-0.1.8.tar.gz) = 388711



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