Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:X0F:branches:multimedia
soundtouch
soundtouch.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File soundtouch.spec of Package soundtouch
# # spec file for package soundtouch # # Copyright (c) 2024 SUSE LLC # # 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/ # %define sover 2 Name: soundtouch Version: 2.3.3 Release: 0 Summary: Audio Processing Library License: LGPL-2.1-or-later Group: Productivity/Multimedia/Sound/Editors and Convertors URL: https://www.surina.net/soundtouch Source: https://codeberg.org/soundtouch/soundtouch/archive/%{version}.tar.gz Source1: https://salsa.debian.org/multimedia-team/soundtouch/raw/master/debian/soundstretch.1 Source99: baselibs.conf Patch1: disable-ffast-math.patch BuildRequires: cmake BuildRequires: dos2unix BuildRequires: gcc-c++ BuildRequires: pkgconfig %description SoundTouch is a C++ audio processing library that allows changing the sound tempo, pitch and playback rate parameters independently from each other. * Implements time stretch, pitch shift and sample rate transposing routines. * Supports the 16-bit integer or 32-bit floating point PCM mono/stereo formats. * Capable of real-time audio stream processing (depending on hardware). * Additional use of assembler level and Intel MMX instruction sets. %package -n libSoundTouch%{sover} Summary: Audio Processing Library Group: System/Libraries %description -n libSoundTouch%{sover} SoundTouch is a C++ audio processing library that allows changing the sound tempo, pitch and playback rate parameters independently from each other. %package devel Summary: Development files for the SoundTouch audio processing library Group: Development/Languages/C and C++ Requires: glibc-devel Requires: libSoundTouch%{sover} = %{version} %description devel SoundTouch is a C++ audio processing library that allows changing the sound tempo, pitch and playback rate parameters independently from each other. This subpackage contains the header files for building programs with SoundTouch. %prep %autosetup -p1 -n %{name} dos2unix README.html %build %cmake \ -DSOUNDTOUCH_DLL=ON %cmake_build %install %cmake_install find %{buildroot} -type f -name "*.la" -delete -print # Add man page for soundstretch generated by help2man mkdir -p %{buildroot}%{_mandir}/man1 cp %{SOURCE1} %{buildroot}%{_mandir}/man1 rm -fr %{buildroot}%{_datadir}/doc/%{name} %post -n libSoundTouch%{sover} -p /sbin/ldconfig %postun -n libSoundTouch%{sover} -p /sbin/ldconfig %files %{_bindir}/* %{_mandir}/man1/* %files -n libSoundTouch%{sover} %license COPYING.TXT %{_libdir}/libSoundTouch.so.%{sover}* %files devel %{_includedir}/%{name} %{_libdir}/cmake %{_libdir}/pkgconfig/*.pc %{_libdir}/*.so %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor