Accepting request 1038891 from home:jonaski:branches:multimedia:libs

- Update to version 1.4.2:
  + General
    * Remove xmms plugin (Martijn van Beurden, TokyoBlackHole)
    * Remove all pure assembler, removing build dependency on nasm
    * Made console output more uniform across different platforms
      and CPUs
    * Improve ability to tune compile for a certain system (for
      example with -march=native) when combining with
      --disable-asm-optimizations: plain C functions can now be
      better optimized
  + Build system
    * Default CFLAGS are now prepended instead of dropped when user
      CFLAGS are set
    * -msse2 is no longer added by default (was only applicable
      to x86)
    * Fix cross-compiling and out-of-tree building when pandoc and
      doxygen are not available
    * Fix issue with Clang not compiling functions with intrinsics
    * Fix detection of bswap intrinsics (Ozkan Sezer)
    * Improve search for libssp on MinGW (Ozkan Sezer,
      Martijn van Beurden)
  + libFLAC
    * Fix issue when the libFLAC user seeks in a file instead of
      libFLAC itself

OBS-URL: https://build.opensuse.org/request/show/1038891
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=66
This commit is contained in:
Takashi Iwai 2022-11-30 12:50:22 +00:00 committed by Git OBS Bridge
parent e84d5918fa
commit d67fbfeaab
5 changed files with 33 additions and 30 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91303c3e5dfde52c3e94e75976c0ab3ee14ced278ab8f60033a3a12db9209ae6
size 1024160

3
flac-1.4.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e322d58a1f48d23d9dd38f432672865f6f79e73a6f9cc5a5f57fcaa83eb5a8e4
size 1013700

View File

@ -1,19 +0,0 @@
---
configure.ac | 4 ----
1 file changed, 4 deletions(-)
Index: flac-1.4.1/configure.ac
===================================================================
--- flac-1.4.1.orig/configure.ac
+++ flac-1.4.1/configure.ac
@@ -559,10 +559,6 @@ if test x$ac_cv_c_compiler_gnu = xyes -o
XIPH_ADD_CFLAGS([-fno-inline-small-functions])
fi
- if test "x$asm_optimisation$sse_os" = "xyesyes" ; then
- XIPH_ADD_CFLAGS([-msse2])
- fi
-
fi
case "$host_os" in

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Nov 25 17:52:46 UTC 2022 - Jonas Kvinge <jonaski@opensuse.org>
- Update to version 1.4.2:
+ General
* Remove xmms plugin (Martijn van Beurden, TokyoBlackHole)
* Remove all pure assembler, removing build dependency on nasm
* Made console output more uniform across different platforms
and CPUs
* Improve ability to tune compile for a certain system (for
example with -march=native) when combining with
--disable-asm-optimizations: plain C functions can now be
better optimized
+ Build system
* Default CFLAGS are now prepended instead of dropped when user
CFLAGS are set
* -msse2 is no longer added by default (was only applicable
to x86)
* Fix cross-compiling and out-of-tree building when pandoc and
doxygen are not available
* Fix issue with Clang not compiling functions with intrinsics
* Fix detection of bswap intrinsics (Ozkan Sezer)
* Improve search for libssp on MinGW (Ozkan Sezer,
Martijn van Beurden)
+ libFLAC
* Fix issue when the libFLAC user seeks in a file instead of
libFLAC itself
-------------------------------------------------------------------
Fri Sep 23 06:28:22 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -20,7 +20,7 @@
%define sover_plus 10
Name: flac
Version: 1.4.1
Version: 1.4.2
Release: 0
Summary: Free Lossless Audio Codec
License: BSD-3-Clause AND GPL-2.0-or-later AND GFDL-1.2-only
@ -31,7 +31,6 @@ URL: https://xiph.org/flac/
#Changelog: https://xiph.org/flac/changelog.html
Source: https://downloads.xiph.org/releases/flac/%{name}-%{version}.tar.xz
Source2: baselibs.conf
Patch0: flac-cflags.patch
BuildRequires: autoconf >= 2.60
BuildRequires: automake >= 1.11
@ -42,9 +41,6 @@ BuildRequires: pkgconfig
BuildRequires: xz
BuildRequires: pkgconfig(ogg)
Obsoletes: %{name}-doc
%ifarch %{ix86}
BuildRequires: nasm
%endif
%description
FLAC is an audio coding format for lossless compression of digital
@ -98,10 +94,8 @@ autoreconf -fvi
%configure \
--disable-silent-rules \
--disable-thorough-tests \
--disable-xmms-plugin \
--disable-static \
--disable-rpath \
--enable-sse
--disable-rpath
%make_build
%install