2024-01-05 17:42:41 +01:00
|
|
|
Name: sdl2_mixer
|
2024-01-22 10:09:15 +01:00
|
|
|
Version: 2.8.0
|
2024-01-05 17:42:41 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: a sample multi-channel audio mixer library.
|
|
|
|
Group: System/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 17:42:41 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 17:42:41 +01:00
|
|
|
URL: https://www.libsdl.org/projects/SDL_mixer/
|
|
|
|
Source: https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-%{version}.zip
|
|
|
|
License: zlib/libpng
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libSDL2-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires(post): %{__install_info}
|
|
|
|
Requires(preun): %{__install_info}
|
|
|
|
|
|
|
|
%description
|
|
|
|
SDL_mixer is a sample multi-channel audio mixer library.
|
|
|
|
It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular FLAC, MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries.
|
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Shared libraries for %{name}
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
This package contains shared libraries for %{name}.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n SDL2_mixer-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n lib%{name}-devel
|
|
|
|
%install_info %{name}.info
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%preun -n lib%{name}-devel
|
|
|
|
%uninstall_info %{name}.info
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 17:42:41 +01:00
|
|
|
%{_libdir}/libSDL2_mixer-2.0.so.*
|
|
|
|
%doc LICENSE.txt
|
2024-01-05 17:42:41 +01:00
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/SDL2/*.h
|
2024-01-05 17:42:41 +01:00
|
|
|
%{_libdir}/libSDL2_mixer.a
|
|
|
|
%{_libdir}/libSDL2_mixer.so
|
2024-01-05 17:42:41 +01:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2024-01-05 17:42:41 +01:00
|
|
|
%dir %{_libdir}/cmake/SDL2_mixer
|
|
|
|
%{_libdir}/cmake/SDL2_mixer/sdl2_mixer*.cmake
|
2024-01-05 17:42:41 +01:00
|
|
|
%doc README.txt
|
|
|
|
|
|
|
|
%changelog
|
2024-01-22 10:09:15 +01:00
|
|
|
* Mon Jan 22 2024 Automatic Build System <autodist@openmamba.org> 2.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:42:41 +01:00
|
|
|
* Thu Feb 09 2023 Automatic Build System <autodist@mambasoft.it> 2.6.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:42:41 +01:00
|
|
|
* Mon Aug 22 2022 Automatic Build System <autodist@mambasoft.it> 2.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:42:41 +01:00
|
|
|
* Fri Feb 26 2021 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2.0.4-1mamba
|
|
|
|
- package created using the webbuild interface
|