forked from jengelh/SDL2
Accepting request 235354 from home:Mailaender:branches:games
OBS-URL: https://build.opensuse.org/request/show/235354 OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=24
This commit is contained in:
parent
4ce222371b
commit
3970081f61
10
SDL2.changes
10
SDL2.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 26 07:48:54 UTC 2014 - mailaender@opensuse.org
|
||||
|
||||
- Added missing build dependencies
|
||||
* arts
|
||||
* dbus
|
||||
* udev
|
||||
* tslib
|
||||
- Removed unrecognized options: --disable-video-svga, --disable-video-ps3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 26 07:00:15 UTC 2014 - mailaender@opensuse.org
|
||||
|
||||
|
@ -30,11 +30,14 @@ Source2: http://libsdl.org/release/%name-%version.tar.gz.sig
|
||||
Source3: %name.keyring
|
||||
Source4: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: arts-devel
|
||||
BuildRequires: alsa-devel >= 0.9.0
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: esound-devel >= 0.2.8
|
||||
BuildRequires: gcc gcc-c++
|
||||
BuildRequires: nasm
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(glu)
|
||||
BuildRequires: pkgconfig(gl)
|
||||
@ -44,6 +47,9 @@ BuildRequires: pkgconfig(glesv1_cm)
|
||||
BuildRequires: pkgconfig(glesv2)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(ice)
|
||||
%if 0%{?suse_version} > 1120
|
||||
BuildRequires: pkgconfig(tslib)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(x11)
|
||||
%if 0%{?suse_version} > 1120
|
||||
BuildRequires: pkgconfig(xscrnsaver)
|
||||
@ -55,6 +61,7 @@ BuildRequires: pkgconfig(xxf86vm)
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xi)
|
||||
BuildRequires: pkgconfig(libpulse-simple) >= 0.9
|
||||
BuildRequires: pkgconfig(udev)
|
||||
%ifarch ppc ppc64
|
||||
BuildRequires: libspe2-devel
|
||||
%endif
|
||||
@ -108,8 +115,6 @@ dos2unix COPYING.txt
|
||||
--with-pic \
|
||||
--disable-rpath \
|
||||
--disable-alsa-shared \
|
||||
--disable-video-svga \
|
||||
--disable-video-ps3 \
|
||||
--disable-video-directfb
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user