Accepting request 983873 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/983873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/speexdsp?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2022-06-21 15:15:10 +00:00 committed by Git OBS Bridge
commit 8fd2244662
4 changed files with 23 additions and 7 deletions

BIN
SpeexDSP-1.2.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Jun 18 13:14:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.2.1:
* CI: add gitlab CI integration
* fixed-point: Remove unused MULT16_32_Q1[1-4] macros and inlines
* fixed-point: don't truncate 32-bit arg to MULT16_32_Q15
* fixed-point resample: remove 1-bit shift right before interpolation
* fixed-point: introduce MULT16_32_32 to handle unexpected types in MULT16_32_Q15
* Fix incorrect macro names in arch.h
* Remove unused stack_alloc.h
* autotools: do not use deprecated macros
-------------------------------------------------------------------
Thu Jan 14 09:10:01 UTC 2021 - Martin Pluskal <mpluskal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package speexdsp
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,15 +19,17 @@
%define sover 1
%define libname lib%{name}%{sover}
Name: speexdsp
Version: 1.2.0
Version: 1.2.1
Release: 0
Summary: Patent free speech codec
License: BSD-3-Clause
Group: Productivity/Multimedia/Sound/Editors and Convertors
URL: https://www.speex.org/
#Git-Clone: https://github.com/xiph/speexdsp
Source0: https://downloads.xiph.org/releases/speex/%{name}-%{version}.tar.gz
Source0: https://github.com/xiph/speexdsp/archive/refs/tags/SpeexDSP-%{version}.tar.gz
Source2: baselibs.conf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig >= 0.9.0
BuildRequires: pkgconfig(ogg)
Conflicts: speex <= 1.1.999_1.2rc1
@ -59,9 +61,10 @@ This package contains the files needed to compile programs that use the
SpeeX library.
%prep
%autosetup
%autosetup -n speexdsp-SpeexDSP-%{version}
%build
./autogen.sh
# Disable NEON since it doesn't check for availability of the NEON
# extension at runtime
%configure \