From owner-svn-ports-head@freebsd.org Wed Sep 26 15:25:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9970C10AFBE0; Wed, 26 Sep 2018 15:25:05 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FED7822AA; Wed, 26 Sep 2018 15:25:05 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3172B19023; Wed, 26 Sep 2018 15:25:05 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8QFP5Y8037626; Wed, 26 Sep 2018 15:25:05 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8QFP4I9037621; Wed, 26 Sep 2018 15:25:04 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <201809261525.w8QFP4I9037621@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Wed, 26 Sep 2018 15:25:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480742 - in head/audio: . libopusenc X-SVN-Group: ports-head X-SVN-Commit-Author: naddy X-SVN-Commit-Paths: in head/audio: . libopusenc X-SVN-Commit-Revision: 480742 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2018 15:25:05 -0000 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 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