FreeBSD Bugzilla – Attachment 138865 Details for
Bug 184956
Update audio/opus ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.78 KB, created by
Eric Camachat
on 2013-12-18 08:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Eric Camachat
Created:
2013-12-18 08:00:01 UTC
Size:
2.78 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 184956
: 138865