File mingw64-rubberband.spec of Package mingw64-rubberband
#
# spec file for package mingw64-rubberband
#
# 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-rubberband
Version: 4.0.0
Release: 0
Summary: Library for audio time-stretching and pitch-shifting
License: GPL-2.0-only
URL: https://breakfastquay.com/rubberband/
Source0: https://breakfastquay.com/files/releases/rubberband-%{version}.tar.bz2
BuildRequires: mingw64-cross-gcc-c++
BuildRequires: mingw64-cross-meson
BuildRequires: mingw64-speex
BuildArch: noarch
BuildSystem: mingw64meson
BuildOption: -Dresampler=speex
BuildOption: -Dcmdline=disabled
BuildOption: -Dvamp=disabled
BuildOption: -Dlv2=disabled
BuildOption: -Dladspa=disabled
BuildOption: -Djni=disabled
BuildOption: -Dtests=disabled
%description
Rubber Band Library is a software library for audio time-stretching
and pitch-shifting. It permits you to change the tempo and pitch of
an audio stream or recording dynamically and independently of one
another.
%{_mingw64_debug_package}
%files
%license COPYING
%{_mingw64_includedir}/rubberband
%{_mingw64_libdir}/librubberband.a
%{_mingw64_libdir}/pkgconfig/rubberband.pc
%changelog