|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: libopenmpt
|
|
|
|
Name: libopenmpt
|
|
|
|
Version: 0.7.9
|
|
|
|
Version: 0.7.10
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
%global tar_root %{name}-%{version}+release.autotools
|
|
|
|
%global tar_root %{name}-%{version}+release.autotools
|
|
|
@ -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,6 +93,9 @@ chrpath --delete ${RPM_BUILD_ROOT}%{_bindir}/openmpt123
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* 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
|
|
|
|
* Sun Jul 21 2024 Michael Schwendt <mschwendt@fedoraproject.org> - 0.7.9-1
|
|
|
|
- update to 0.7.9
|
|
|
|
- update to 0.7.9
|
|
|
|
|
|
|
|
|
|
|
|