SHA256
1
0
forked from pool/SDL2

SDL2-2.0.3

OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=27
This commit is contained in:
Jan Engelhardt 2014-07-21 20:15:42 +00:00 committed by Git OBS Bridge
parent 30d11de82a
commit 39a7400fa7
6 changed files with 19 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:590157f85a8a8b52723848169a74eec6ca07ab4a75cec15beedde648f980e850
size 3812882

Binary file not shown.

3
SDL2-2.0.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5a69a6abf80bcce713fa873607735fe712f44276a7f048d60a61bb2f6b3c90c
size 3871267

BIN
SDL2-2.0.3.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 21 20:13:17 UTC 2014 - jengelh@inai.de
- Update to new upstream release 2.0.3
* This is a minor bugfix release to take care of creating an OpenGL
context on Mac OS X.
-------------------------------------------------------------------
Mon May 26 07:48:54 UTC 2014 - mailaender@opensuse.org

View File

@ -18,29 +18,31 @@
Name: SDL2
%define lname libSDL2-2_0-0
Version: 2.0.2
Version: 2.0.3
Release: 0
Summary: Simple DirectMedia Layer Library
License: Zlib
Group: Development/Libraries/X11
Url: http://libsdl.org/
#DL-URL: http://libsdl.org/download-2.0.php
Source: http://libsdl.org/release/%name-%version.tar.gz
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: arts-devel
BuildRequires: dos2unix
BuildRequires: esound-devel >= 0.2.8
BuildRequires: gcc gcc-c++
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: nasm
BuildRequires: pkgconfig
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(glu)
BuildRequires: pkgconfig(gl)
%if 0%{?suse_version} > 1120
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(glesv1_cm)
@ -52,16 +54,16 @@ BuildRequires: pkgconfig(tslib)
%endif
BuildRequires: pkgconfig(x11)
%if 0%{?suse_version} > 1120
BuildRequires: pkgconfig(xscrnsaver)
BuildRequires: pkgconfig(xcursor)
BuildRequires: pkgconfig(xinerama)
BuildRequires: pkgconfig(xrandr)
BuildRequires: pkgconfig(xscrnsaver)
BuildRequires: pkgconfig(xxf86vm)
%endif
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xi)
BuildRequires: pkgconfig(libpulse-simple) >= 0.9
BuildRequires: pkgconfig(udev)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xi)
%ifarch ppc ppc64
BuildRequires: libspe2-devel
%endif
@ -100,7 +102,6 @@ This package contains files needed for development with the SDL2
library.
%prep
%{?gpg_verify: %gpg_verify %{S:2}}
%setup -q
dos2unix WhatsNew.txt
dos2unix TODO.txt