Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade: soundtouch version to 2.3.3 #11835

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SPECS-EXTENDED/soundtouch/soundtouch.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"soundtouch-2.1.1.tar.gz": "09311b159e15b2f5ceec953ad711922b466642a3000449f17de1874ce7a3ac8a"
"soundtouch-2.3.3.tar.gz": "43b23dfac2f64a3aff55d64be096ffc7b73842c3f5665caff44975633a975a99"
}
}
}
65 changes: 58 additions & 7 deletions SPECS-EXTENDED/soundtouch/soundtouch.spec
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Vendor: Microsoft Corporation
Distribution: Azure Linux
Name: soundtouch
Version: 2.1.1
Release: 5%{?dist}
Version: 2.3.3
Release: 2%{?dist}
Summary: Audio Processing library for changing Tempo, Pitch and Playback Rates
License: LGPLv2+
URL: http://www.surina.net/soundtouch/
License: LGPL-2.1-or-later
URL: https://www.surina.net/soundtouch/
Source0: https://gitlab.com/soundtouch/soundtouch/-/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: autoconf automake libtool

%description
Expand All @@ -32,7 +33,8 @@ Libraries, include files, etc you can use to develop soundtouch applications.


%prep
%autosetup -p1
%setup -q -n soundtouch

# Remove -O3 because we have our default optimizations.
sed -i 's|-O3||' source/SoundTouch/Makefile.*
sed -i 's|-O3||' source/SoundStretch/Makefile.*
Expand Down Expand Up @@ -81,17 +83,66 @@ ln -s soundtouch.pc %{buildroot}%{_libdir}/pkgconfig/soundtouch-1.0.pc
%license COPYING.TXT
%{_bindir}/soundstretch
%{_libdir}/lib*.so.*
%{_includedir}/SoundTouchDLL.h


%files devel
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{name}
%{_includedir}/SoundTouchDLL.h
%{_datadir}/aclocal/%{name}.m4


%changelog
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 2.1.1-5
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
* Thu Jan 09 2025 Archana Shettigar <[email protected]> - 2.3.3-2
- Initial Azure Linux import from Fedora 41 (license: MIT).
- License Verified

* Sun Sep 29 2024 Sérgio Basto <[email protected]> - 2.3.3-1
- Update soundtouch to 2.3.3 (#2293433)

* Sat Jul 20 2024 Fedora Release Engineering <[email protected]> - 2.3.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Sat Jan 27 2024 Fedora Release Engineering <[email protected]> - 2.3.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sat Jul 22 2023 Fedora Release Engineering <[email protected]> - 2.3.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Sat Jan 21 2023 Fedora Release Engineering <[email protected]> - 2.3.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Sat Jul 23 2022 Fedora Release Engineering <[email protected]> - 2.3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Sat Jan 22 2022 Fedora Release Engineering <[email protected]> - 2.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Thu Sep 09 2021 Uwe Klotz <[email protected]> - 2.3.1-1
- Update to new upstream version 2.3.1
Switch build from autotools to CMake

* Tue Aug 31 2021 Sérgio Basto <[email protected]> - 2.3.0-2
- Continuing to use the autotools build instead of new CMake
https://gitlab.com/soundtouch/soundtouch/-/issues/45

* Sun Aug 29 2021 Sérgio Basto <[email protected]> - 2.3.0-1
- Update to 2.3.0 (#1998849)

* Sun Aug 29 2021 Uwe Klotz <[email protected]> - 2.1.2-1
- Update to new upstream version 2.1.2
Bump version to 2.1.2 to correct incorrect version info in configure.ac

* Fri Jul 23 2021 Fedora Release Engineering <[email protected]> - 2.1.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 2.1.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Wed Jul 29 2020 Fedora Release Engineering <[email protected]> - 2.1.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Thu Jan 30 2020 Fedora Release Engineering <[email protected]> - 2.1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27886,8 +27886,8 @@
"type": "other",
"other": {
"name": "soundtouch",
"version": "2.1.1",
"downloadUrl": "https://gitlab.com/soundtouch/soundtouch/-/archive/2.1.1/soundtouch-2.1.1.tar.gz"
"version": "2.3.3",
"downloadUrl": "https://gitlab.com/soundtouch/soundtouch/-/archive/2.3.3/soundtouch-2.3.3.tar.gz"
}
}
},
Expand Down