Accepting request 448372 from home:alois:branches:multimedia:libs
Update to 1.3.2 (now with mk2 tarball) OBS-URL: https://build.opensuse.org/request/show/448372 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=51
This commit is contained in:
parent
f061c96912
commit
cce712aa57
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4773c0099dba767d963fd92143263be338c48702172e8754b9bc5103efe1c56c
|
|
||||||
size 941848
|
|
3
flac-1.3.2.tar.xz
Normal file
3
flac-1.3.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:91cfc3ed61dc40f47f050a109b08610667d73477af6ef36dcad31c31a4a8d53f
|
||||||
|
size 776192
|
@ -1,26 +1,27 @@
|
|||||||
diff -up flac-1.3.1/configure.ac.cflags flac-1.3.1/configure.ac
|
Index: flac-1.3.2/configure.ac
|
||||||
--- flac-1.3.1/configure.ac.cflags 2014-11-27 03:45:33.598155763 +0100
|
===================================================================
|
||||||
+++ flac-1.3.1/configure.ac 2014-11-27 13:45:18.092749862 +0100
|
--- flac-1.3.2.orig/configure.ac
|
||||||
@@ -352,8 +352,7 @@ if test "x$debug" = xtrue; then
|
+++ flac-1.3.2/configure.ac
|
||||||
|
@@ -389,8 +389,7 @@ if test "x$debug" = xtrue; then
|
||||||
CFLAGS="-g $CFLAGS"
|
CFLAGS="-g $CFLAGS"
|
||||||
else
|
else
|
||||||
CPPFLAGS="-DNDEBUG $CPPFLAGS"
|
CPPFLAGS="-DNDEBUG $CPPFLAGS"
|
||||||
- CFLAGS=$(echo "$CFLAGS" | sed 's/-O2//;s/-g//')
|
- CFLAGS=$(echo "$CFLAGS" | sed 's/-O2//')
|
||||||
- CFLAGS="-O3 -funroll-loops $CFLAGS"
|
- CFLAGS="-O3 -funroll-loops $CFLAGS"
|
||||||
+ CFLAGS="$user_cflags"
|
+ CFLAGS="$user_cflags"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
XIPH_GCC_VERSION
|
XIPH_GCC_VERSION
|
||||||
@@ -363,7 +362,6 @@ if test x$ac_cv_c_compiler_gnu = xyes ;
|
@@ -400,7 +399,6 @@ if test x$ac_cv_c_compiler_gnu = xyes ;
|
||||||
CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wcast-align -Wshadow -Wwrite-strings -Wctor-dtor-privacy -Wnon-virtual-dtor -Wreorder -Wsign-promo -Wundef -Wunreachable-code " # -Wcast-qual -Wbad-function-cast -Wwrite-strings -Woverloaded-virtual -Wmissing-declarations
|
CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wcast-align -Wshadow -Wwrite-strings -Wctor-dtor-privacy -Wnon-virtual-dtor -Wreorder -Wsign-promo -Wundef " # -Wcast-qual -Wbad-function-cast -Wwrite-strings -Woverloaded-virtual -Wmissing-declarations
|
||||||
|
|
||||||
XIPH_ADD_CFLAGS([-Wdeclaration-after-statement])
|
XIPH_ADD_CFLAGS([-Wdeclaration-after-statement])
|
||||||
- XIPH_ADD_CFLAGS([-D_FORTIFY_SOURCE=2])
|
- XIPH_ADD_CFLAGS([-D_FORTIFY_SOURCE=2])
|
||||||
|
|
||||||
AC_LANG_PUSH([C++])
|
AC_LANG_PUSH([C++])
|
||||||
XIPH_ADD_CXXFLAGS([-Weffc++])
|
XIPH_ADD_CXXFLAGS([-Weffc++])
|
||||||
@@ -385,10 +383,6 @@ if test x$ac_cv_c_compiler_gnu = xyes ;
|
@@ -426,10 +424,6 @@ if test x$ac_cv_c_compiler_gnu = xyes ;
|
||||||
XIPH_ADD_CFLAGS([-fgnu89-inline])
|
XIPH_ADD_CFLAGS([-fno-inline-small-functions])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- if test "x$asm_optimisation$sse_os" = "xyesyes" ; then
|
- if test "x$asm_optimisation$sse_os" = "xyesyes" ; then
|
||||||
@ -29,4 +30,4 @@ diff -up flac-1.3.1/configure.ac.cflags flac-1.3.1/configure.ac
|
|||||||
-
|
-
|
||||||
fi
|
fi
|
||||||
|
|
||||||
XIPH_ADD_CFLAGS([-Wextra])
|
case "$host_os" in
|
||||||
|
41
flac.changes
41
flac.changes
@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 1 04:35:06 UTC 2017 - aloisio@gmx.com
|
||||||
|
|
||||||
|
- Update to version 1.3.2
|
||||||
|
* Fix undefined behaviour using GCC/Clang UBSAN (erikd).
|
||||||
|
* General hardening via fuzz testing with AFL (erikd and
|
||||||
|
others).
|
||||||
|
* General code improvements (lvqcl, erikd and others).
|
||||||
|
* Add FLAC in MP4 specification docs (Ralph Giles).
|
||||||
|
* Fix some cppcheck warnings (erikd).
|
||||||
|
* Assume all currently used OSes support SSE2.
|
||||||
|
flac:
|
||||||
|
* Fix potential infinite loop on flac-to-flac conversion
|
||||||
|
(erikd).
|
||||||
|
* Add WAVEFORMATEXTENSIBLE to WAV (as needed) when
|
||||||
|
decoding (lvqcl).
|
||||||
|
* Only write vorbis-comments if they are non-empty.
|
||||||
|
* Error out if decoding RAW with bits != (8|16|24).
|
||||||
|
metaflac:
|
||||||
|
* Add --scan-replay-gain option.
|
||||||
|
libraries:
|
||||||
|
* CPU detection cleanup and fixes (Julian Calaby, erikd
|
||||||
|
and lvqcl).
|
||||||
|
* Fix two stream decoder bugs (Max Kellermann).
|
||||||
|
* Fix a NULL dereference bug (on a malformed file).
|
||||||
|
* Changed the LPC order guess for a slight compression
|
||||||
|
improvement, particularly for classical music
|
||||||
|
(Martijn van Beurden).
|
||||||
|
* Improved encoding speed on older Intel CPUs.
|
||||||
|
* Fixed a seeking bug when decoding certain files
|
||||||
|
(Miroslav Lichvar).
|
||||||
|
* Put an upper bound (32768) on the number of seek
|
||||||
|
points.
|
||||||
|
* Fix potential memory leaks.
|
||||||
|
* Support 64bit brword/bwword allowing
|
||||||
|
FLAC__BYTES_PER_WORD to be set to 8 (disabled by
|
||||||
|
default).
|
||||||
|
* Fix an out-of-bounds heap read.
|
||||||
|
|
||||||
|
- Refreshed flac-cflags.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 10 07:35:50 UTC 2016 - tchvatal@suse.com
|
Sat Sep 10 07:35:50 UTC 2016 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package flac
|
# spec file for package flac
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: flac
|
Name: flac
|
||||||
Version: 1.3.1
|
Version: 1.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Free Lossless Audio Codec
|
Summary: Free Lossless Audio Codec
|
||||||
License: BSD-3-Clause and GPL-2.0+ and GFDL-1.2
|
License: BSD-3-Clause and GPL-2.0+ and GFDL-1.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user