From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 12 06:50:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81814106564A for ; Wed, 12 Sep 2012 06:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5689A8FC14 for ; Wed, 12 Sep 2012 06:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8C6o2Dr037108 for ; Wed, 12 Sep 2012 06:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8C6o1RT037094; Wed, 12 Sep 2012 06:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 12 Sep 2012 06:50:01 GMT Resent-Message-Id: <201209120650.q8C6o1RT037094@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Waitman Gobble Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6401106566C for ; Wed, 12 Sep 2012 06:46:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B5A3E8FC0A for ; Wed, 12 Sep 2012 06:46:15 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q8C6kFxS067559 for ; Wed, 12 Sep 2012 06:46:15 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q8C6kFYj067538; Wed, 12 Sep 2012 06:46:15 GMT (envelope-from nobody) Message-Id: <201209120646.q8C6kFYj067538@red.freebsd.org> Date: Wed, 12 Sep 2012 06:46:15 GMT From: Waitman Gobble To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/171564: [UPDATE PORT] audio/opus (0.9.14 to 1.0.1) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 06:50:02 -0000 >Number: 171564 >Category: ports >Synopsis: [UPDATE PORT] audio/opus (0.9.14 to 1.0.1) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Sep 12 06:50:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Waitman Gobble >Release: FreeBSD 10.0-CURRENT amd64 >Organization: Waitman Gobble >Environment: FreeBSD hunny.waitman.net 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sat Aug 11 13:25:18 PDT 2012 root@hunny.waitman.net:/usr/obj/usr/src/sys/KEYSHIA amd64 >Description: Latest stable release libopus 1.0.1 This release includes minor updates (mostly related to the the build system) that did not make it to the final RFC. It is full compliant with the Opus specification included in RFC6716. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # opus # opus/Makefile # opus/distinfo # opus/pkg-descr # opus/pkg-plist # echo c - opus mkdir -p opus > /dev/null 2>&1 echo x - opus/Makefile sed 's/^X//' >opus/Makefile << '7673207fa49a15638662babaf63a8bd0' X# New ports collection makefile for: opus X# Date created: 2012-07-19 X# Whom: Christian Weisgerber X# X# $FreeBSD: ports/audio/opus/Makefile,v 1.2 2012/07/22 19:39:06 naddy Exp $ X# X XPORTNAME= opus XPORTVERSION= 1.0.1 XCATEGORIES= audio XMASTER_SITES= http://downloads.xiph.org/releases/opus/ \ X ${MASTER_SITE_MOZILLA_EXTENDED}/opus/ X XMAINTAINER= naddy@FreeBSD.org XCOMMENT= Interactive speech and audio codec X XUSE_AUTOTOOLS= libtool XUSE_GNOME= gnomehack XUSE_LDCONFIG= yes X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --disable-doc # requires doxygen XMAKE_JOBS_SAFE= yes X X# Don't install dummy doxygen-build.stamp XMAKE_ARGS+= docdir="" doc_DATA="" X Xregression-test: build X @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check X X.include 7673207fa49a15638662babaf63a8bd0 echo x - opus/distinfo sed 's/^X//' >opus/distinfo << '0fe9cbed687949f5610a92ac23121abd' XSHA256 (opus-1.0.1.tar.gz) = 80fa5c3caf2ac0fd68f8a22cce1564fc46b368c773a17554887d0066fe1841ef XSIZE (opus-1.0.1.tar.gz) = 767241 0fe9cbed687949f5610a92ac23121abd echo x - opus/pkg-descr sed 's/^X//' >opus/pkg-descr << '90e8822a44b6baa8e2b8140f5f93ad7f' XThe Opus codec is designed to handle a wide range of interactive Xaudio applications, including Voice over IP, videoconferencing, Xin-game chat, and even remote live music performances. It can scale Xfrom low bit-rate narrowband speech to very high quality stereo Xmusic. X XIt is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 X XWWW: http://opus-codec.org/ 90e8822a44b6baa8e2b8140f5f93ad7f echo x - opus/pkg-plist sed 's/^X//' >opus/pkg-plist << '4e71238c50128bf0230e5a1ddc92ee42' Xinclude/opus/opus.h Xinclude/opus/opus_defines.h Xinclude/opus/opus_multistream.h Xinclude/opus/opus_types.h Xlib/libopus.a Xlib/libopus.la Xlib/libopus.so Xlib/libopus.so.2 Xlibdata/pkgconfig/opus.pc X@dirrm include/opus 4e71238c50128bf0230e5a1ddc92ee42 exit >Release-Note: >Audit-Trail: >Unformatted: