SDL_mixer/SDL_mixer.spec

111 lines
3.3 KiB
RPMSpec
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#
# spec file for package SDL_mixer
#
# 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/
#
Name: SDL_mixer
%define lname libSDL_mixer-1_2-0
Version: 1.2.12
Release: 0
Summary: SDL sound mixer library
License: Zlib
Group: Development/Libraries/C and C++
URL: http://libsdl.org/projects/SDL_mixer/release-1.2.html
Source: http://libsdl.org/projects/SDL_mixer/release/%name-%version.tar.gz
Source1: baselibs.conf
Patch1: mikmod1.patch
Patch2: mikmod2.patch
Patch3: double-free-crash.patch
Patch4: gcc14.patch
BuildRequires: pkg-config
BuildRequires: pkgconfig(flac)
BuildRequires: pkgconfig(fluidsynth)
BuildRequires: pkgconfig(libmikmod)
BuildRequires: pkgconfig(libmodplug) >= 0.8.7
BuildRequires: pkgconfig(sdl)
BuildRequires: pkgconfig(vorbis)
%description
A multichannel audio mixer. It supports four channels of 16-bit stereo
audio, plus a single channel of music, mixed by the popular MikMod MOD,
Timidity MIDI, and SMPEG MP3 libraries.
%package -n %lname
Summary: Simple DirectMedia Layer  Sound mixer library
Group: System/Libraries
Provides: SDL_mixer = %version
Obsoletes: SDL_mixer < %version
# bug437293
%ifarch ppc64
Obsoletes: SDL_mixer-64bit
%endif
%description -n %lname
A multichannel audio mixer. It supports four channels of 16-bit stereo
audio, plus a single channel of music, mixed by the popular MikMod MOD,
Timidity MIDI, and SMPEG MP3 libraries.
%package devel
Summary: Development files for the SDL sound mixer library
Group: Development/Libraries/C and C++
Requires: %lname = %version-%release
Obsoletes: libSDL_mixer-devel < %version-%release
Provides: libSDL_mixer-devel = %version-%release
# bug437293
%ifarch ppc64
Obsoletes: SDL_mixer-devel-64bit
%endif
%description devel
A multi-channel audio mixer. It supports 4 channels of 16-bit stereo
audio, plus a single channel of music, mixed by the popular MikMod MOD,
Timidity MIDI, and SMPEG MP3 libraries.
%prep
%autosetup -p1
# remove unneccessary files from upstream tarball [bnc#508180] to clean up source RPM
rm libmikmod-3.1.12.zip
rm Watcom-OS2.zip
rm -rf VisualC
rm -rf Xcode
rm -rf Xcode-iOS
%build
%configure --disable-music-mod-shared --disable-music-ogg-shared \
--disable-music-flac-shared --enable-music-mod-modplug \
--disable-static
%make_build
%install
%make_install install-bin
rm -f "%buildroot/%_libdir"/*.la
%ldconfig_scriptlets -n %lname
%files -n %lname
%license COPYING
%_libdir/libSDL_mixer-1*.so.*
%files devel
%doc README CHANGES
%_bindir/play*
%_includedir/SDL/
%_libdir/libSDL_mixer.so
%_libdir/pkgconfig/SDL_mixer.pc
%changelog