File mingw64-libbs2b.spec of Package mingw64-libbs2b
#
# spec file for package mingw64-libbs2b
#
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{_mingw64_package_header_debug}
Name: mingw64-libbs2b
Version: 3.1.0
Release: 0
Summary: The Bauer stereophonic-to-binaural DSP library
License: MIT
URL: https://bs2b.sourceforge.net/
Source0: https://downloads.sourceforge.net/project/bs2b/libbs2b/%{version}/libbs2b-%{version}.tar.bz2
Patch0: libbs2b-clipping.patch
Patch1: libbs2b-lib-only.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: mingw64-cross-gcc-c++
BuildArch: noarch
BuildSystem: mingw64autotools
%description
The Bauer stereophonic-to-binaural DSP (bs2b) library and plugins is designed to
improve headphone listening of stereo audio records. Recommended for headphone
prolonged listening to disable superstereo fatigue without essential
distortions.
%{_mingw64_debug_package}
%prep -a
autoreconf -fiv
%files
%license COPYING
%{_mingw64_includedir}/bs2b
%{_mingw64_libdir}/libbs2b.a
%{_mingw64_libdir}/pkgconfig/libbs2b.pc
%changelog