SDL2-2.0.3
OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=27
This commit is contained in:
parent
30d11de82a
commit
39a7400fa7
@ -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
3
SDL2-2.0.3.tar.gz
Normal 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
BIN
SDL2-2.0.3.tar.gz.sig
Normal file
Binary file not shown.
@ -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
|
Mon May 26 07:48:54 UTC 2014 - mailaender@opensuse.org
|
||||||
|
|
||||||
|
17
SDL2.spec
17
SDL2.spec
@ -18,29 +18,31 @@
|
|||||||
|
|
||||||
Name: SDL2
|
Name: SDL2
|
||||||
%define lname libSDL2-2_0-0
|
%define lname libSDL2-2_0-0
|
||||||
Version: 2.0.2
|
Version: 2.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple DirectMedia Layer Library
|
Summary: Simple DirectMedia Layer Library
|
||||||
License: Zlib
|
License: Zlib
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Url: http://libsdl.org/
|
Url: http://libsdl.org/
|
||||||
|
|
||||||
#DL-URL: http://libsdl.org/download-2.0.php
|
#DL-URL: http://libsdl.org/download-2.0.php
|
||||||
Source: http://libsdl.org/release/%name-%version.tar.gz
|
Source: http://libsdl.org/release/%name-%version.tar.gz
|
||||||
Source2: http://libsdl.org/release/%name-%version.tar.gz.sig
|
Source2: http://libsdl.org/release/%name-%version.tar.gz.sig
|
||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
Source4: baselibs.conf
|
Source4: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: arts-devel
|
|
||||||
BuildRequires: alsa-devel >= 0.9.0
|
BuildRequires: alsa-devel >= 0.9.0
|
||||||
|
BuildRequires: arts-devel
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: esound-devel >= 0.2.8
|
BuildRequires: esound-devel >= 0.2.8
|
||||||
BuildRequires: gcc gcc-c++
|
BuildRequires: gcc
|
||||||
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: nasm
|
BuildRequires: nasm
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(dbus-1)
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
|
BuildRequires: pkgconfig(gl)
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(glu)
|
BuildRequires: pkgconfig(glu)
|
||||||
BuildRequires: pkgconfig(gl)
|
|
||||||
%if 0%{?suse_version} > 1120
|
%if 0%{?suse_version} > 1120
|
||||||
BuildRequires: pkgconfig(egl)
|
BuildRequires: pkgconfig(egl)
|
||||||
BuildRequires: pkgconfig(glesv1_cm)
|
BuildRequires: pkgconfig(glesv1_cm)
|
||||||
@ -52,16 +54,16 @@ BuildRequires: pkgconfig(tslib)
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
%if 0%{?suse_version} > 1120
|
%if 0%{?suse_version} > 1120
|
||||||
BuildRequires: pkgconfig(xscrnsaver)
|
|
||||||
BuildRequires: pkgconfig(xcursor)
|
BuildRequires: pkgconfig(xcursor)
|
||||||
BuildRequires: pkgconfig(xinerama)
|
BuildRequires: pkgconfig(xinerama)
|
||||||
BuildRequires: pkgconfig(xrandr)
|
BuildRequires: pkgconfig(xrandr)
|
||||||
|
BuildRequires: pkgconfig(xscrnsaver)
|
||||||
BuildRequires: pkgconfig(xxf86vm)
|
BuildRequires: pkgconfig(xxf86vm)
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(xext)
|
|
||||||
BuildRequires: pkgconfig(xi)
|
|
||||||
BuildRequires: pkgconfig(libpulse-simple) >= 0.9
|
BuildRequires: pkgconfig(libpulse-simple) >= 0.9
|
||||||
BuildRequires: pkgconfig(udev)
|
BuildRequires: pkgconfig(udev)
|
||||||
|
BuildRequires: pkgconfig(xext)
|
||||||
|
BuildRequires: pkgconfig(xi)
|
||||||
%ifarch ppc ppc64
|
%ifarch ppc ppc64
|
||||||
BuildRequires: libspe2-devel
|
BuildRequires: libspe2-devel
|
||||||
%endif
|
%endif
|
||||||
@ -100,7 +102,6 @@ This package contains files needed for development with the SDL2
|
|||||||
library.
|
library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%{?gpg_verify: %gpg_verify %{S:2}}
|
|
||||||
%setup -q
|
%setup -q
|
||||||
dos2unix WhatsNew.txt
|
dos2unix WhatsNew.txt
|
||||||
dos2unix TODO.txt
|
dos2unix TODO.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user