Accepting request 206236 from games
(forwarded request 206100 from Mailaender) OBS-URL: https://build.opensuse.org/request/show/206236 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL2?expand=0&rev=4
This commit is contained in:
commit
71afe9529d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f6ac8153d90e06a118474d5400624ae82b3d3e080915505db27cebc52b27178
|
||||
size 3623960
|
Binary file not shown.
3
SDL2-2.0.1.tar.gz
Normal file
3
SDL2-2.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ae7e902a26777614a011fe7053ca7e8b14843db3c42ca117564d208cf6732f0
|
||||
size 3660224
|
BIN
SDL2-2.0.1.tar.gz.sig
Normal file
BIN
SDL2-2.0.1.tar.gz.sig
Normal file
Binary file not shown.
18
SDL2.changes
18
SDL2.changes
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 10:56:36 UTC 2013 - mailaender@opensuse.org
|
||||
|
||||
- Update to version 2.0.1:
|
||||
* Added an API to get common filesystem paths in SDL_filesystem.h:
|
||||
SDL_GetBasePath(), SDL_GetPrefPath()
|
||||
* Added an API to do optimized YV12 and IYUV texture updates:
|
||||
SDL_UpdateYUVTexture()
|
||||
* Added an API to get the amount of RAM on the system:
|
||||
SDL_GetSystemRAM()
|
||||
* Added a macro to perform timestamp comparisons with SDL_GetTicks():
|
||||
SDL_TICKS_PASSED()
|
||||
* Dramatically improved OpenGL ES 2.0 rendering performance
|
||||
* Added OpenGL attribute SDL_GL_FRAMEBUFFER_SRGB_CAPABLE
|
||||
* Fixed float audio support with the PulseAudio driver
|
||||
* Fixed missing line endpoints in the OpenGL renderer on some drivers
|
||||
* X11 symbols are no longer defined to avoid collisions when linking statically
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 17:59:05 UTC 2013 - prusnak@opensuse.org
|
||||
|
||||
|
10
SDL2.spec
10
SDL2.spec
@ -18,7 +18,7 @@
|
||||
|
||||
Name: SDL2
|
||||
%define lname libSDL2-2_0-0
|
||||
Version: 2.0.0
|
||||
Version: 2.0.1
|
||||
Release: 0
|
||||
Summary: Simple DirectMedia Layer Library
|
||||
License: Zlib
|
||||
@ -36,6 +36,7 @@ BuildRequires: Mesa-libGL-devel
|
||||
BuildRequires: Mesa-libGLESv1_CM-devel
|
||||
BuildRequires: Mesa-libGLESv2-devel
|
||||
BuildRequires: alsa-devel >= 0.9.0
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: esound-devel >= 0.2.8
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libX11-devel
|
||||
@ -90,6 +91,13 @@ library.
|
||||
%prep
|
||||
%{?gpg_verify: %gpg_verify %{S:2}}
|
||||
%setup -q
|
||||
dos2unix WhatsNew.txt
|
||||
dos2unix TODO.txt
|
||||
dos2unix BUGS.txt
|
||||
dos2unix README-SDL.txt
|
||||
dos2unix README.txt
|
||||
dos2unix CREDITS.txt
|
||||
dos2unix COPYING.txt
|
||||
|
||||
%build
|
||||
%configure \
|
||||
|
Loading…
Reference in New Issue
Block a user