Accepting request 925666 from home:dirkmueller:Factory
- update to 0.2.2: * Fix CMake overlinking for examples (#146) * Switch to GCC's visibility for hiding more implementation details * Check GNU ld instead of gcc for exported symbols control logic in configure.ac * Disable static builds using Autotools by default. * ABI version incompatibility between Autotools and CMake build on Apple platforms. * Fixes and improvements for CMake build system. * Fixes and improvements for Autotools build system. * Switch to .xz over .bz2 for release tarballs. * Minor bug fixes and updates. - update to 0.2.1: OBS-URL: https://build.opensuse.org/request/show/925666 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsamplerate?expand=0&rev=41
This commit is contained in:
parent
06b893d33b
commit
f5354dcf68
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f6323b5e234753579d70a0af27796dde4ebeddf58aae4be598e39b3cee00c90a
|
|
||||||
size 3747188
|
|
BIN
libsamplerate-0.2.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
libsamplerate-0.2.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,7 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 16 10:14:55 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.2.2:
|
||||||
|
* Fix CMake overlinking for examples (#146)
|
||||||
|
* Switch to GCC's visibility for hiding more implementation details
|
||||||
|
* Check GNU ld instead of gcc for exported symbols control logic in configure.ac
|
||||||
|
* Disable static builds using Autotools by default.
|
||||||
|
* ABI version incompatibility between Autotools and CMake build on Apple platforms.
|
||||||
|
* Fixes and improvements for CMake build system.
|
||||||
|
* Fixes and improvements for Autotools build system.
|
||||||
|
* Switch to .xz over .bz2 for release tarballs.
|
||||||
|
* Minor bug fixes and updates.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 24 16:32:14 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Sun Jan 24 16:32:14 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- update to 0.10.0:
|
- update to 0.2.1:
|
||||||
* Add src_clone() function to clone a SRC_STATE* handle
|
* Add src_clone() function to clone a SRC_STATE* handle
|
||||||
* Cleanup Autotools build system.
|
* Cleanup Autotools build system.
|
||||||
* Require C99 compiler
|
* Require C99 compiler
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libsamplerate
|
Name: libsamplerate
|
||||||
Version: 0.2.1
|
Version: 0.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Sample Rate Converter Library
|
Summary: A Sample Rate Converter Library
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://libsndfile.github.io/libsamplerate/
|
URL: https://libsndfile.github.io/libsamplerate/
|
||||||
Source0: https://github.com/libsndfile/libsamplerate/releases/download/%{version}/libsamplerate-%{version}.tar.bz2
|
Source0: https://github.com/libsndfile/libsamplerate/releases/download/%{version}/libsamplerate-%{version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
# PATCH-FEATURE-OPENSUSE -- Make build reproducible
|
# PATCH-FEATURE-OPENSUSE -- Make build reproducible
|
||||||
Patch0: libsamplerate-0.2.1-reproducible.patch
|
Patch0: libsamplerate-0.2.1-reproducible.patch
|
||||||
@ -77,8 +77,8 @@ to develop applications that require these.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fvi
|
autoreconf -fvi
|
||||||
%configure --disable-silent-rules --disable-static
|
%configure
|
||||||
profiledir=`mktemp -d`
|
profiledir=`mktemp -d`
|
||||||
|
|
||||||
%make_build CFLAGS="%{optflags} %{cflags_profile_generate}=$profiledir"
|
%make_build CFLAGS="%{optflags} %{cflags_profile_generate}=$profiledir"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user