2013-07-12 23:58:02 +02:00
|
|
|
|
#
|
2013-07-13 00:34:00 +02:00
|
|
|
|
# spec file for package SDL2_mixer
|
2013-07-12 23:58:02 +02:00
|
|
|
|
#
|
2017-12-25 22:28:07 +01:00
|
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2013-07-12 23:58:02 +02:00
|
|
|
|
#
|
|
|
|
|
# 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 http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
2013-07-13 00:34:00 +02:00
|
|
|
|
Name: SDL2_mixer
|
2013-08-15 15:56:31 +02:00
|
|
|
|
%define lname libSDL2_mixer-2_0-0
|
2017-12-25 22:28:07 +01:00
|
|
|
|
Version: 2.0.2
|
2013-07-13 00:34:00 +02:00
|
|
|
|
Release: 0
|
2015-01-06 13:31:19 +01:00
|
|
|
|
Summary: SDL2 sound mixer library
|
2013-07-13 00:34:00 +02:00
|
|
|
|
License: Zlib
|
2013-08-15 15:56:31 +02:00
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
|
Url: http://libsdl.org/projects/SDL_mixer/
|
|
|
|
|
|
|
|
|
|
#Hg-Clone: http://hg.libsdl.org/SDL_mixer/
|
|
|
|
|
Source: http://libsdl.org/projects/SDL_mixer/release/%name-%version.tar.gz
|
2013-07-13 00:34:00 +02:00
|
|
|
|
Source1: baselibs.conf
|
2017-12-25 22:28:07 +01:00
|
|
|
|
Patch0: SDL2_mixer-only-load-required-interfaces.patch
|
2016-01-10 18:32:19 +01:00
|
|
|
|
BuildRequires: dos2unix
|
2015-01-08 10:15:15 +01:00
|
|
|
|
BuildRequires: pkg-config
|
2015-01-06 13:31:19 +01:00
|
|
|
|
BuildRequires: pkgconfig(flac)
|
|
|
|
|
BuildRequires: pkgconfig(fluidsynth)
|
|
|
|
|
BuildRequires: pkgconfig(libmikmod)
|
2013-08-15 15:56:31 +02:00
|
|
|
|
BuildRequires: pkgconfig(libmodplug) >= 0.8.8
|
2017-12-25 22:28:07 +01:00
|
|
|
|
%if !(0%{?sle_version} == 120200 && 0%{?is_opensuse})
|
|
|
|
|
BuildRequires: pkgconfig(libmpg123)
|
|
|
|
|
%endif
|
2015-01-06 13:31:19 +01:00
|
|
|
|
BuildRequires: pkgconfig(sdl2)
|
|
|
|
|
BuildRequires: pkgconfig(vorbis)
|
2016-01-10 18:32:19 +01:00
|
|
|
|
Recommends: timidity
|
2013-07-12 23:58:02 +02:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
|
|
%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,
|
2017-12-25 22:28:07 +01:00
|
|
|
|
Timidity MIDI, and mpg123 MP3 libraries.
|
2013-07-12 23:58:02 +02:00
|
|
|
|
|
2013-08-15 15:56:31 +02:00
|
|
|
|
%package -n %lname
|
2017-12-25 22:28:07 +01:00
|
|
|
|
Summary: Simple DirectMedia Layer 2 – Sound mixer library
|
2013-07-12 23:58:02 +02:00
|
|
|
|
Group: System/Libraries
|
2015-01-06 13:31:19 +01:00
|
|
|
|
Provides: SDL2_mixer = %version-%release
|
2013-07-13 00:34:00 +02:00
|
|
|
|
|
2013-08-15 15:56:31 +02:00
|
|
|
|
%description -n %lname
|
2013-07-12 23:58:02 +02:00
|
|
|
|
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,
|
2017-12-25 22:28:07 +01:00
|
|
|
|
Timidity MIDI, and mpg123 MP3 libraries.
|
2013-07-12 23:58:02 +02:00
|
|
|
|
|
2013-07-13 00:34:00 +02:00
|
|
|
|
%package -n libSDL2_mixer-devel
|
2015-01-06 13:31:19 +01:00
|
|
|
|
Summary: Development files for the SDL2 sound mixer library
|
2013-07-12 23:58:02 +02:00
|
|
|
|
Group: Development/Libraries/C and C++
|
2013-08-15 15:56:31 +02:00
|
|
|
|
Requires: %lname = %version
|
2015-01-06 13:31:19 +01:00
|
|
|
|
Provides: SDL2_mixer-devel = %version-%release
|
2013-07-13 00:34:00 +02:00
|
|
|
|
|
|
|
|
|
%description -n libSDL2_mixer-devel
|
2013-07-12 23:58:02 +02:00
|
|
|
|
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,
|
2017-12-25 22:28:07 +01:00
|
|
|
|
Timidity MIDI, and mpg123 MP3 libraries.
|
2013-07-12 23:58:02 +02:00
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
2017-12-25 22:28:07 +01:00
|
|
|
|
%patch0 -p1
|
2016-01-10 18:32:19 +01:00
|
|
|
|
dos2unix *.txt
|
2013-07-13 00:34:00 +02:00
|
|
|
|
rm -rf external
|
2013-07-12 23:58:02 +02:00
|
|
|
|
|
|
|
|
|
%build
|
2013-07-13 00:34:00 +02:00
|
|
|
|
%configure \
|
|
|
|
|
--disable-music-mod-modplug-shared \
|
|
|
|
|
--disable-music-mod-mikmod-shared \
|
2017-12-25 22:28:07 +01:00
|
|
|
|
--disable-music-midi-fluidsynth-shared \
|
2013-07-13 00:34:00 +02:00
|
|
|
|
--disable-music-ogg-shared \
|
|
|
|
|
--disable-music-flac-shared \
|
2017-12-25 22:28:07 +01:00
|
|
|
|
%if 0%{?sle_version} == 120200 && 0%{?is_opensuse}
|
|
|
|
|
--enable-music-mp3-mpg123-shared \
|
|
|
|
|
%else
|
|
|
|
|
--disable-music-mp3-mpg123-shared \
|
|
|
|
|
%endif
|
2015-01-06 13:31:19 +01:00
|
|
|
|
--disable-static
|
2013-07-12 23:58:02 +02:00
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
2015-01-06 13:31:19 +01:00
|
|
|
|
%make_install install-bin
|
|
|
|
|
rm -f "%buildroot/%_libdir"/*.la
|
2013-08-28 20:35:24 +02:00
|
|
|
|
# We have these debug tools in SDL_mixer-devel already
|
|
|
|
|
rm -f "%buildroot/%_bindir"/play*
|
2013-07-12 23:58:02 +02:00
|
|
|
|
|
2015-01-06 13:31:19 +01:00
|
|
|
|
%post -n %lname -p /sbin/ldconfig
|
2013-08-15 15:56:31 +02:00
|
|
|
|
%postun -n %lname -p /sbin/ldconfig
|
2013-07-12 23:58:02 +02:00
|
|
|
|
|
2013-08-15 15:56:31 +02:00
|
|
|
|
%files -n %lname
|
2013-07-12 23:58:02 +02:00
|
|
|
|
%defattr(-,root,root)
|
2013-07-13 00:34:00 +02:00
|
|
|
|
%doc CHANGES.txt COPYING.txt README.txt
|
2015-01-06 13:31:19 +01:00
|
|
|
|
%_libdir/libSDL2_mixer-2*.so.*
|
2013-07-12 23:58:02 +02:00
|
|
|
|
|
2013-07-13 00:34:00 +02:00
|
|
|
|
%files -n libSDL2_mixer-devel
|
2013-07-12 23:58:02 +02:00
|
|
|
|
%defattr(-,root,root)
|
2015-01-06 13:31:19 +01:00
|
|
|
|
%_includedir/SDL2/
|
|
|
|
|
%_libdir/libSDL2_mixer.so
|
|
|
|
|
%_libdir/pkgconfig/SDL2_mixer.pc
|
2013-07-12 23:58:02 +02:00
|
|
|
|
|
|
|
|
|
%changelog
|