Accepting request 333505 from multimedia:libs
1 OBS-URL: https://build.opensuse.org/request/show/333505 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soxr?expand=0&rev=2
This commit is contained in:
commit
889d02dcfb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dcc16868d1a157079316f84233afcc2b52dd0bd541dd8439dc25bceb306faac2
|
|
||||||
size 80716
|
|
3
soxr-0.1.2.tar.xz
Normal file
3
soxr-0.1.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:54e6f434f1c491388cd92f0e3c47f1ade082cc24327bdc43762f7d1eefe0c275
|
||||||
|
size 83760
|
17
soxr.changes
17
soxr.changes
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 24 17:53:12 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to 1.1.2
|
||||||
|
* Fix conversion failure when I/O types differ but I/O rates
|
||||||
|
don't.
|
||||||
|
* Fix #defines for interpolation order selection.
|
||||||
|
* Fix ineffectual SOXR_MINIMUM_PHASE and SOXR_INTERMEDIATE_PHASE
|
||||||
|
in soxr_quality_spec recipe.
|
||||||
|
* Fix soxr_delay() returning a negative number after end-of-input
|
||||||
|
has been indicated.
|
||||||
|
* Fix crash when using soxr_process() after calling soxr_clear().
|
||||||
|
* Be more POSIX compliant w.r.t. errno in the examples; fixes
|
||||||
|
erroneous reporting of errors on FreeBSD.
|
||||||
|
* Quality improvement for variable-rate.
|
||||||
|
* Various fixes/improvements to build/tests/documentation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 28 21:45:23 UTC 2015 - sor.alexei@meowr.ru
|
Tue Apr 28 21:45:23 UTC 2015 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define lname libsoxr0
|
%define lname libsoxr0
|
||||||
%define lname_lsr libsoxr-lsr0
|
%define lname_lsr libsoxr-lsr0
|
||||||
Name: soxr
|
Name: soxr
|
||||||
Version: 0.1.1
|
Version: 0.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The SoX Resampler library
|
Summary: The SoX Resampler library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -55,8 +55,8 @@ soxr libsamplerate API compatibility layer (to some extent).
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files of soxr
|
Summary: Development files of soxr
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{lname} = %{version}
|
|
||||||
Requires: %{lname_lsr} = %{version}
|
Requires: %{lname_lsr} = %{version}
|
||||||
|
Requires: %{lname} = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The soxr development package includes the header files,
|
The soxr development package includes the header files,
|
||||||
|
Loading…
Reference in New Issue
Block a user