Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2018 15:25:04 +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: r480742 - in head/audio: . libopusenc
Message-ID:  <201809261525.w8QFP4I9037621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Wed Sep 26 15:25:03 2018
New Revision: 480742
URL: https://svnweb.freebsd.org/changeset/ports/480742

Log:
  Import libopusenc 0.2.
  
  The libopusenc libraries provide a high-level API for encoding .opus
  files.

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

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
+++ head/audio/Makefile	Wed Sep 26 15:25:03 2018	(r480742)
@@ -438,6 +438,7 @@
     SUBDIR += liboggz
     SUBDIR += libopenmpt
     SUBDIR += libopenspc
+    SUBDIR += libopusenc
     SUBDIR += libsamplerate
     SUBDIR += libshairport
     SUBDIR += libshout

Added: head/audio/libopusenc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/libopusenc/Makefile	Wed Sep 26 15:25:03 2018	(r480742)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	libopusenc
+PORTVERSION=	0.2
+CATEGORIES=	audio
+MASTER_SITES=	MOZILLA/opus
+
+MAINTAINER=	naddy@FreeBSD.org
+COMMENT=	High-level API for encoding .opus files
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libopus.so:audio/opus
+
+USES=		gmake libtool pathfix
+USE_LDCONFIG=	yes
+
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-maintainer-mode	# avoid autotools cascade
+CONFIGURE_ARGS+=--disable-doc			# requires doxygen
+INSTALL_TARGET=	install-strip
+
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.port.mk>

Added: head/audio/libopusenc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/libopusenc/distinfo	Wed Sep 26 15:25:03 2018	(r480742)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1537972823
+SHA256 (libopusenc-0.2.tar.gz) = c79e95eeee43a0b965e9b2c59a243763a8f8b0a7e71441df2aa9084f6171c73a
+SIZE (libopusenc-0.2.tar.gz) = 388027

Added: head/audio/libopusenc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/libopusenc/pkg-descr	Wed Sep 26 15:25:03 2018	(r480742)
@@ -0,0 +1,4 @@
+The libopusenc libraries provide a high-level API for encoding .opus
+files.
+
+WWW: https://opus-codec.org/

Added: head/audio/libopusenc/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/libopusenc/pkg-plist	Wed Sep 26 15:25:03 2018	(r480742)
@@ -0,0 +1,9 @@
+include/opus/opusenc.h
+lib/libopusenc.a
+lib/libopusenc.so
+lib/libopusenc.so.0
+lib/libopusenc.so.0.4.2
+libdata/pkgconfig/libopusenc.pc
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/README.md



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