Date: Wed, 18 Dec 2013 07:52:48 GMT From: "Eric L. Camachat" <eric@camachat.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/184956: Update audio/opus ports Message-ID: <201312180752.rBI7qmMY017018@oldred.freebsd.org> Resent-Message-ID: <201312180800.rBI8017K071190@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 184956 >Category: ports >Synopsis: Update audio/opus ports >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 Dec 18 08:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Eric L. Camachat >Release: 10-STABLE >Organization: Motorola Solutions, Inc. >Environment: FreeBSD ketagalan 10.0-PRERELEASE FreeBSD 10.0-PRERELEASE #1 r259524M: Tue Dec 17 12:43:15 PST 2013 root@ketagalan:/usr/obj/usr/src/sys/KETAGALAN amd64 >Description: Update audio/opus ports to version 1.1. Tested by totem via gstreamer-plugins-opus. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: audio/opus/Makefile =================================================================== diff --git a/head/audio/opus/Makefile b/head/audio/opus/Makefile --- a/head/audio/opus/Makefile (revision 336760) +++ b/head/audio/opus/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= opus -PORTVERSION= 1.0.3 +PORTVERSION= 1.1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ https://ftp.mozilla.org/pub/mozilla.org/opus/ Index: audio/opus/distinfo =================================================================== diff --git a/head/audio/opus/distinfo b/head/audio/opus/distinfo --- a/head/audio/opus/distinfo (revision 336760) +++ b/head/audio/opus/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (opus-1.0.3.tar.gz) = 191a089c92dbc403de6980463dd3604b65beb12d283c607e246c8076363cb49c -SIZE (opus-1.0.3.tar.gz) = 781049 +SHA256 (opus-1.1.tar.gz) = b9727015a58affcf3db527322bf8c4d2fcf39f5f6b8f15dbceca20206cbe1d95 +SIZE (opus-1.1.tar.gz) = 850208 Index: audio/opus/files/patch-configure =================================================================== diff --git a/head/audio/opus/files/patch-configure b/head/audio/opus/files/patch-configure new file mode 10644 --- /dev/null (revision 0) +++ b/head/audio/opus/files/patch-configure (working copy) @@ -0,0 +1,36 @@ +--- configure.orig 2013-12-17 23:39:52.000000000 -0800 ++++ configure 2013-12-17 23:41:47.000000000 -0800 +@@ -12807,21 +12807,27 @@ + CPU_ARM_FALSE= + fi + +- if test x"${inline_optimization:0:3}" = x"ARM"; then ++ case "$inline_optimization" in ++ ARM*) + OPUS_ARM_INLINE_ASM_TRUE= + OPUS_ARM_INLINE_ASM_FALSE='#' +-else ++ ;; ++ *) + OPUS_ARM_INLINE_ASM_TRUE='#' + OPUS_ARM_INLINE_ASM_FALSE= +-fi ++ ;; ++esac + +- if test x"${asm_optimization:0:3}" = x"ARM"; then ++ case "$inline_optimization" in ++ ARM*) + OPUS_ARM_EXTERNAL_ASM_TRUE= + OPUS_ARM_EXTERNAL_ASM_FALSE='#' +-else ++ ;; ++ *) + OPUS_ARM_EXTERNAL_ASM_TRUE='#' + OPUS_ARM_EXTERNAL_ASM_FALSE= +-fi ++ ;; ++esac + + + if test x"$enable_rtcd" = x"yes"; then : Property changes on: head/audio/opus/files/patch-configure ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: audio/opus/pkg-plist =================================================================== diff --git a/head/audio/opus/pkg-plist b/head/audio/opus/pkg-plist --- a/head/audio/opus/pkg-plist (revision 336760) +++ b/head/audio/opus/pkg-plist (working copy) @@ -6,7 +6,7 @@ lib/libopus.a lib/libopus.la lib/libopus.so -lib/libopus.so.4 +lib/libopus.so.5 libdata/pkgconfig/opus.pc share/aclocal/opus.m4 @dirrm include/opus >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312180752.rBI7qmMY017018>