forked from pool/SDL_sound
Accepting request 147401 from games
- BuildRequire pkgconfig(libmodplug) (forwarded request 146876 from elvigia) OBS-URL: https://build.opensuse.org/request/show/147401 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_sound?expand=0&rev=18
This commit is contained in:
commit
fcc37a7c97
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 3 02:27:56 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- BuildRequire pkgconfig(libmodplug)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 17 10:24:03 UTC 2011 - jengelh@medozas.de
|
Sat Sep 17 10:24:03 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package SDL_sound
|
# spec file for package SDL_sound
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products 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
|
||||||
@ -16,18 +16,24 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: SDL_sound
|
Name: SDL_sound
|
||||||
BuildRequires: flac-devel libSDL-devel libmikmod-devel libogg-devel libvorbis-devel physfs-devel speex-devel
|
BuildRequires: flac-devel
|
||||||
|
BuildRequires: libSDL-devel
|
||||||
|
BuildRequires: libmikmod-devel
|
||||||
|
BuildRequires: libogg-devel
|
||||||
|
BuildRequires: libvorbis-devel
|
||||||
|
BuildRequires: physfs-devel
|
||||||
|
BuildRequires: speex-devel
|
||||||
|
BuildRequires: pkgconfig(libmodplug)
|
||||||
Url: http://icculus.org/SDL_sound/
|
Url: http://icculus.org/SDL_sound/
|
||||||
Summary: Sound Sample Library for SDL (Simple DirectMedia Layer)
|
Summary: Sound Sample Library for SDL (Simple DirectMedia Layer)
|
||||||
|
License: LGPL-2.1+
|
||||||
|
Group: System/Libraries
|
||||||
Version: 1.0.3
|
Version: 1.0.3
|
||||||
Release: 68
|
Release: 0
|
||||||
Source: %{name}-%{version}-nompglib.tar.bz2
|
Source: %{name}-%{version}-nompglib.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Patch0: %{name}-%{version}-nompglib.patch
|
Patch0: %{name}-%{version}-nompglib.patch
|
||||||
License: LGPL-2.1+
|
|
||||||
Group: System/Libraries
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -38,9 +44,8 @@ pointer to the waveform. SDL_sound also can handle channel conversion
|
|||||||
on-the-fly and behind-the-scenes.
|
on-the-fly and behind-the-scenes.
|
||||||
|
|
||||||
%package -n libSDL_sound-1_0-1
|
%package -n libSDL_sound-1_0-1
|
||||||
Group: System/Libraries
|
|
||||||
Summary: Sound Sample Library for SDL (Simple DirectMedia Layer)
|
Summary: Sound Sample Library for SDL (Simple DirectMedia Layer)
|
||||||
License: LGPL-2.1+
|
Group: System/Libraries
|
||||||
Provides: SDL_sound = %{version}
|
Provides: SDL_sound = %{version}
|
||||||
Obsoletes: SDL_sound <= %{version}
|
Obsoletes: SDL_sound <= %{version}
|
||||||
|
|
||||||
@ -52,10 +57,10 @@ pointer to the waveform. SDL_sound also can handle channel conversion
|
|||||||
on-the-fly and behind-the-scenes.
|
on-the-fly and behind-the-scenes.
|
||||||
|
|
||||||
%package -n libSDL_sound-devel
|
%package -n libSDL_sound-devel
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: Sound Sample Library for SDL (Simple DirectMedia Layer)
|
Summary: Sound Sample Library for SDL (Simple DirectMedia Layer)
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libSDL_sound-1_0-1 = %{version} libSDL-devel
|
Requires: libSDL-devel
|
||||||
|
Requires: libSDL_sound-1_0-1 = %{version}
|
||||||
Provides: SDL_sound-devel = %{version}
|
Provides: SDL_sound-devel = %{version}
|
||||||
Obsoletes: SDL_sound-devel <= %{version}
|
Obsoletes: SDL_sound-devel <= %{version}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user