Accepting request 586157 from home:plater
- Update to 0.1.3 - Upstream changes: * SIMD enhancements: SSE, AVX, Neon. * Improve support for clang, ARM, and cross-compilation. * Provide env. var. override of runtime parameters. * Build fix re cmake variables AVCODEC_INCLUDE_DIRS & AVUTIL_INCLUDE_DIRS. * Build options WITH_SINGLE_PRECISION, WITH_DOUBLE_PRECISION & WITH_SIMD have been removed; replacement options are detailed in INSTALL, `Resampling engines'. OBS-URL: https://build.opensuse.org/request/show/586157 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soxr?expand=0&rev=11
This commit is contained in:
parent
8bb58db3cb
commit
d11a405a1b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54e6f434f1c491388cd92f0e3c47f1ade082cc24327bdc43762f7d1eefe0c275
|
||||
size 83760
|
BIN
soxr-0.1.3.tar.xz
(Stored with Git LFS)
Normal file
BIN
soxr-0.1.3.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
14
soxr.changes
14
soxr.changes
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 13 06:24:29 UTC 2018 - davejplater@gmail.com
|
||||
|
||||
- Update to 0.1.3
|
||||
- Upstream changes:
|
||||
* SIMD enhancements: SSE, AVX, Neon.
|
||||
* Improve support for clang, ARM, and cross-compilation.
|
||||
* Provide env. var. override of runtime parameters.
|
||||
* Build fix re cmake variables AVCODEC_INCLUDE_DIRS &
|
||||
AVUTIL_INCLUDE_DIRS.
|
||||
* Build options WITH_SINGLE_PRECISION, WITH_DOUBLE_PRECISION &
|
||||
WITH_SIMD have been removed; replacement options are detailed
|
||||
in INSTALL, `Resampling engines'.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 16 08:52:37 UTC 2015 - olaf@aepfle.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package soxr
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define lname libsoxr0
|
||||
%define lname_lsr libsoxr-lsr0
|
||||
Name: soxr
|
||||
Version: 0.1.2
|
||||
Version: 0.1.3
|
||||
Release: 0
|
||||
Summary: The SoX Resampler library
|
||||
License: LGPL-2.1+
|
||||
@ -85,12 +85,13 @@ make %{?_smp_mflags}
|
||||
|
||||
%files -n %{lname}
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING.LGPL LICENCE NEWS
|
||||
%doc AUTHORS NEWS
|
||||
%license COPYING.LGPL LICENCE
|
||||
%{_libdir}/libsoxr.so.*
|
||||
|
||||
%files -n %{lname_lsr}
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING.LGPL LICENCE NEWS
|
||||
%license COPYING.LGPL LICENCE
|
||||
%{_libdir}/libsoxr-lsr.so.*
|
||||
|
||||
%files devel
|
||||
|
Loading…
Reference in New Issue
Block a user