|
|
@ -1,10 +1,10 @@
|
|
|
|
Name: libopenmpt
|
|
|
|
Name: libopenmpt
|
|
|
|
Version: 0.6.12
|
|
|
|
Version: 0.7.11
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
%global tar_root %{name}-%{version}+release.autotools
|
|
|
|
%global tar_root %{name}-%{version}+release.autotools
|
|
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
License: BSD-3-Clause
|
|
|
|
Summary: C/C++ library to decode tracker music module (MOD) files
|
|
|
|
Summary: C/C++ library to decode tracker music module (MOD) files
|
|
|
|
|
|
|
|
|
|
|
|
URL: https://lib.openmpt.org/libopenmpt/
|
|
|
|
URL: https://lib.openmpt.org/libopenmpt/
|
|
|
@ -28,10 +28,6 @@ BuildRequires: pulseaudio-libs-devel
|
|
|
|
#BuildRequires: SDL-devel
|
|
|
|
#BuildRequires: SDL-devel
|
|
|
|
#BuildRequires: SDL2-devel
|
|
|
|
#BuildRequires: SDL2-devel
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} < 8
|
|
|
|
|
|
|
|
BuildRequires: devtoolset-8-toolchain
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
libopenmpt is a cross-platform C++ and C library to decode tracked music
|
|
|
|
libopenmpt is a cross-platform C++ and C library to decode tracked music
|
|
|
|
files (modules) into a raw PCM audio stream.
|
|
|
|
files (modules) into a raw PCM audio stream.
|
|
|
@ -66,10 +62,6 @@ sed -i 's/\r$//' LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} < 8
|
|
|
|
|
|
|
|
. /opt/rh/devtoolset-8/enable
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%configure \
|
|
|
|
%configure \
|
|
|
|
--disable-static \
|
|
|
|
--disable-static \
|
|
|
|
--without-sdl --without-sdl2 \
|
|
|
|
--without-sdl --without-sdl2 \
|
|
|
@ -101,8 +93,35 @@ chrpath --delete ${RPM_BUILD_ROOT}%{_bindir}/openmpt123
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Sat Nov 4 2023 Michael Schwendt <mschwendt@fedoraproject.org> - 0.6.12-1
|
|
|
|
* Sun Oct 27 2024 Michael Schwendt <mschwendt@fedoraproject.org> - 0.7.11-1
|
|
|
|
- update to 0.6.12
|
|
|
|
- update to 0.7.11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Sep 22 2024 Michael Schwendt <mschwendt@fedoraproject.org> - 0.7.10-1
|
|
|
|
|
|
|
|
- update to 0.7.10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jul 21 2024 Michael Schwendt <mschwendt@fedoraproject.org> - 0.7.9-1
|
|
|
|
|
|
|
|
- update to 0.7.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.8-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jun 9 2024 Michael Schwendt <mschwendt@fedoraproject.org> - 0.7.8-1
|
|
|
|
|
|
|
|
- Update to 0.7.8.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 29 2024 Michael Schwendt <mschwendt@fedoraproject.org> - 0.7.6-1
|
|
|
|
|
|
|
|
- update to 0.7.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Nov 4 2023 Michael Schwendt <mschwendt@fedoraproject.org> - 0.7.3-1
|
|
|
|
|
|
|
|
- update to 0.7.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jul 23 2023 Michael Schwendt <mschwendt@fedoraproject.org> - 0.7.2-1
|
|
|
|
|
|
|
|
- upgrade to 0.7.2
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Michael Schwendt <mschwendt@fedoraproject.org> - 0.6.11-1
|
|
|
|
* Thu Jul 20 2023 Michael Schwendt <mschwendt@fedoraproject.org> - 0.6.11-1
|
|
|
|
- update to 0.6.11
|
|
|
|
- update to 0.6.11
|
|
|
@ -110,6 +129,9 @@ chrpath --delete ${RPM_BUILD_ROOT}%{_bindir}/openmpt123
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.10-2
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jul 02 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 0.6.10-1
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Apr 30 2023 Michael Schwendt <mschwendt@fedoraproject.org> - 0.6.10-1
|
|
|
|
* Sun Apr 30 2023 Michael Schwendt <mschwendt@fedoraproject.org> - 0.6.10-1
|
|
|
|
- update to 0.6.10
|
|
|
|
- update to 0.6.10
|
|
|
|
|
|
|
|
|