libvorbis: Update from 1.3.5 to 1.3.6

This commit is contained in:
Fredrik Fornwall 2018-03-18 21:11:53 +01:00
parent 6045de25f7
commit ba75a4e65c
2 changed files with 9 additions and 10 deletions

View File

@ -1,8 +1,7 @@
TERMUX_PKG_HOMEPAGE=http://www.vorbis.com/
TERMUX_PKG_DESCRIPTION="Library for using the Ogg Vorbis compressed audio format"
TERMUX_PKG_VERSION=1.3.5
TERMUX_PKG_REVISION=2
TERMUX_PKG_VERSION=1.3.6
TERMUX_PKG_SHA256=af00bb5a784e7c9e69f56823de4637c350643deedaf333d0fa86ecdba6fcb415
TERMUX_PKG_SRCURL=http://downloads.xiph.org/releases/vorbis/libvorbis-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=54f94a9527ff0a88477be0a71c0bab09a4c3febe0ed878b24824906cd4b0e1d1
TERMUX_PKG_DEPENDS="libogg"
TERMUX_PKG_DEVPACKAGE_DEPENDS="libogg-dev"

View File

@ -1,15 +1,15 @@
clang does not support -mno-ieee-fp:
https://llvm.org/bugs/show_bug.cgi?id=25615
https://llvm.org/bugs/show_bug.cgi?id=25615
diff -u -r ../libvorbis-1.3.5/configure ./configure
--- ../libvorbis-1.3.5/configure 2015-02-26 23:09:49.000000000 +0100
+++ ./configure 2017-01-22 23:48:11.744025641 +0100
@@ -12685,7 +12685,7 @@
diff -u -r ../libvorbis-1.3.6/configure ./configure
--- ../libvorbis-1.3.6/configure 2018-03-16 03:36:56.000000000 +0000
+++ ./configure 2018-03-18 20:09:59.528102502 +0000
@@ -12734,7 +12734,7 @@
case $host in
*86-*-linux*)
DEBUG="-g -Wall -Wextra -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
- CFLAGS="-O3 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char"
+ CFLAGS="-O3 -ffast-math -D_REENTRANT -fsigned-char"
- CFLAGS="-O3 -Wall -Wextra -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char"
+ CFLAGS="-O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char"
# PROFILE="-Wall -Wextra -pg -g -O3 -ffast-math -D_REENTRANT -fsigned-char -fno-inline -static"
PROFILE="-Wall -Wextra -pg -g -O3 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -fno-inline"