SHA256
1
0
forked from pool/SDL_sound

deactivate physfs

OBS-URL: https://build.opensuse.org/package/show/games/SDL_sound?expand=0&rev=18
This commit is contained in:
Jan Engelhardt 2019-01-17 23:32:17 +00:00 committed by Git OBS Bridge
parent b754ee420d
commit ed7e18dbcb
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 17 23:27:04 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Deactivate physfs support. SDL_sound only supports physfs < 3.x,
and the distro moved on.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 8 09:52:45 UTC 2015 - jengelh@inai.de Thu Jan 8 09:52:45 UTC 2015 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package SDL_sound # spec file for package SDL_sound
# #
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -21,7 +21,7 @@ Name: SDL_sound
Version: 1.0.3 Version: 1.0.3
Release: 0 Release: 0
Summary: Sound Sample Library for SDL (Simple DirectMedia Layer) Summary: Sound Sample Library for SDL (Simple DirectMedia Layer)
License: LGPL-2.1+ License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: http://icculus.org/SDL_sound/ Url: http://icculus.org/SDL_sound/
@ -33,7 +33,6 @@ BuildRequires: libSDL-devel
BuildRequires: libmikmod-devel BuildRequires: libmikmod-devel
BuildRequires: libogg-devel BuildRequires: libogg-devel
BuildRequires: libvorbis-devel BuildRequires: libvorbis-devel
BuildRequires: physfs-devel
BuildRequires: speex-devel BuildRequires: speex-devel
BuildRequires: pkgconfig(libmodplug) BuildRequires: pkgconfig(libmodplug)
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build