Refactored SDL_EGL_CreateContext: It now supports context flags and OpenGL ES 3+ contexts, and its behavior more closely matches the GLX and WGL context creation code.
Improved the code style consistency of SDL_egl.c.
Fixes bugzilla #2865.
1 Summary: Simple DirectMedia Layer
5 Source: http://www.libsdl.org/release/%{name}-%{version}.tar.gz
6 URL: http://www.libsdl.org/
8 Group: System Environment/Libraries
9 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
12 Provides: libSDL2-2.0.so.0
15 %define __defattr %defattr(-,root,root)
19 This is the Simple DirectMedia Layer, a generic API that provides low
20 level access to audio, keyboard, mouse, and display framebuffer across
24 Summary: Libraries, includes and more to develop SDL applications.
25 Group: Development/Libraries
26 Requires: %{name} = %{version}
29 This is the Simple DirectMedia Layer, a generic API that provides low
30 level access to audio, keyboard, mouse, and display framebuffer across
33 This is the libraries, include files and other resources you can use
34 to develop SDL applications.
42 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-video-directfb
49 rm -rf $RPM_BUILD_ROOT
51 make install prefix=$RPM_BUILD_ROOT%{prefix} \
52 bindir=$RPM_BUILD_ROOT%{_bindir} \
53 libdir=$RPM_BUILD_ROOT%{_libdir} \
54 includedir=$RPM_BUILD_ROOT%{_includedir} \
55 datadir=$RPM_BUILD_ROOT%{_datadir} \
56 mandir=$RPM_BUILD_ROOT%{_mandir}
62 rm -rf $RPM_BUILD_ROOT
66 %doc README*.txt COPYING.txt CREDITS.txt BUGS.txt
67 %{_libdir}/lib*.%{__soext}.*
71 %doc README*.txt COPYING.txt CREDITS.txt BUGS.txt WhatsNew.txt
75 %{_libdir}/lib*.%{__soext}
77 %{_libdir}/pkgconfig/*
81 * Sun Dec 07 2014 Simone Contini <s.contini@oltrelinux.com>
82 - Fixed changelog date issue and docs filenames
84 * Sun Jan 22 2012 Sam Lantinga <slouken@libsdl.org>
87 * Tue May 16 2006 Sam Lantinga <slouken@libsdl.org>
88 - Removed support for Darwin, due to build problems on ps2linux
90 * Sat Jan 03 2004 Anders Bjorklund <afb@algonet.se>
91 - Added support for Darwin, updated spec file
93 * Wed Jan 19 2000 Sam Lantinga <slouken@libsdl.org>
94 - Re-integrated spec file into SDL distribution
95 - 'name' and 'version' come from configure
96 - Some of the documentation is devel specific
97 - Removed SMP support from %build - it doesn't work with libtool anyway
99 * Tue Jan 18 2000 Hakan Tandogan <hakan@iconsult.com>
100 - Hacked Mandrake sdl spec to build 1.1
102 * Sun Dec 19 1999 John Buswell <johnb@mandrakesoft.com>
105 * Sat Dec 18 1999 John Buswell <johnb@mandrakesoft.com>
106 - Add symlink for libSDL-1.0.so.0 required by sdlbomber
109 * Thu Dec 09 1999 Lenny Cartier <lenny@mandrakesoft.com>
112 * Mon Nov 1 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com>
113 - First spec file for Mandrake distribution.