forked from pool/SDL2_mixer
Accepting request 834756 from games
- Demote Recommends to Suggests. OBS-URL: https://build.opensuse.org/request/show/834756 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL2_mixer?expand=0&rev=7
This commit is contained in:
commit
85476f0681
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 15 22:56:34 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Demote Recommends to Suggests.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 5 09:30:50 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
Tue Mar 5 09:30:50 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package SDL2_mixer
|
# spec file for package SDL2_mixer
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@ Release: 0
|
|||||||
Summary: SDL2 sound mixer library
|
Summary: SDL2 sound mixer library
|
||||||
License: Zlib
|
License: Zlib
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://libsdl.org/projects/SDL_mixer/
|
URL: http://libsdl.org/projects/SDL_mixer/
|
||||||
|
|
||||||
#Hg-Clone: http://hg.libsdl.org/SDL_mixer/
|
#Hg-Clone: http://hg.libsdl.org/SDL_mixer/
|
||||||
Source: http://libsdl.org/projects/SDL_mixer/release/%name-%version.tar.gz
|
Source: http://libsdl.org/projects/SDL_mixer/release/%name-%version.tar.gz
|
||||||
@ -40,12 +40,11 @@ BuildRequires: pkgconfig(libmpg123)
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(sdl2)
|
BuildRequires: pkgconfig(sdl2)
|
||||||
BuildRequires: pkgconfig(vorbis)
|
BuildRequires: pkgconfig(vorbis)
|
||||||
Recommends: timidity
|
Suggests: timidity
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A multichannel audio mixer. It supports four channels of 16-bit stereo
|
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,
|
audio, plus a single channel of music, mixed by the MikMod MOD,
|
||||||
Timidity MIDI, and mpg123 MP3 libraries.
|
Timidity MIDI, and mpg123 MP3 libraries.
|
||||||
|
|
||||||
%package -n %lname
|
%package -n %lname
|
||||||
@ -55,7 +54,7 @@ Provides: SDL2_mixer = %version-%release
|
|||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
A multichannel audio mixer. It supports four channels of 16-bit stereo
|
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,
|
audio, plus a single channel of music, mixed by the MikMod MOD,
|
||||||
Timidity MIDI, and mpg123 MP3 libraries.
|
Timidity MIDI, and mpg123 MP3 libraries.
|
||||||
|
|
||||||
%package -n libSDL2_mixer-devel
|
%package -n libSDL2_mixer-devel
|
||||||
@ -66,11 +65,11 @@ Provides: SDL2_mixer-devel = %version-%release
|
|||||||
|
|
||||||
%description -n libSDL2_mixer-devel
|
%description -n libSDL2_mixer-devel
|
||||||
A multi-channel audio mixer. It supports 4 channels of 16-bit stereo
|
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,
|
audio, plus a single channel of music, mixed by the MikMod MOD,
|
||||||
Timidity MIDI, and mpg123 MP3 libraries.
|
Timidity MIDI, and mpg123 MP3 libraries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
dos2unix *.txt
|
dos2unix *.txt
|
||||||
rm -rf external
|
rm -rf external
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user