Commit Graph

14 Commits

Author SHA1 Message Date
ksterker
e8ab4a7952 Updated SDL2 to use dlopen instead of load_add_on, as discussed on haikuports ML (#841)
* FIXED SDL2 2.0.4 patchset. SDL2 was no longer handling any events.

* Added recipe for SDL2 2.0.5

* Updated SDL to use dlopen instead of load_add_on for loading dynamic
libraries
This resolves issues with SDL2_mixer not finding required 3rd party
libs, such as libvorso.3

* Removed trailing whitespace
2016-10-30 23:19:18 -04:00
ksterker
e82a987973 SDL2-2.0.5 recipe based on previous recipe and patchset (#830)
* Added recipe for SDL2 2.0.5
2016-10-20 16:09:30 -04:00
ksterker
7e425de2ac FIXED SDL2 2.0.4 patchset. SDL2 was no longer handling any events. (#827) 2016-10-19 15:27:47 -04:00
François Revol
6a45dc0ff9 sdl2: add patch to fetch application signature from resources
This avoids warnings like:
Signature in rsrc doesn't match constructor arg.
(application/x-SDL-executable, application/x-vnd.oricutron)

It also avoid roster messing around with applications it things are the same.
2016-07-11 17:40:38 +02:00
Jerome Duval
a2cc9f9809 libsdl2: add recipe for version 2.0.4.
* remove oldest recipes.
2016-02-25 20:48:57 +00:00
Puck Meerburg
7d1303b6b6 libsdl2: Add extra check on switching context, fix build 2015-01-17 20:29:40 +01:00
Adrien Destugues
eb2e52395e SDL2: fix NULL pointer dereference. 2014-09-03 19:28:47 +02:00
Jerome Duval
53fc7a4c94 libsdl2: added a recipe for version 2.0.3 2014-08-30 14:01:01 +00:00
Adrien Destugues
ca546eeb3d Make SDL2 work better
* Fix a compilation problem on gcc2
* Use dlopen for shared library suport, as the custom code doesn't look
for libs in the right place (fixes libSDL2 not finding libpng, for
example).
2014-07-13 08:42:05 +02:00
Alexander von Gluck IV
cbd58fbf1b sdl2: Fix build for x86 secondary arch
* Patch to remove old be/ include paths
* Fix sdl2-config, you're supposed to let
  the fixPkgconfig create the symlink
* Requires recent gcc update
2014-01-15 01:09:55 -06:00
Scott McCreary
bdf9b97675 Renamed libsdl2 patch so that it matches and gets used. 2013-10-02 08:53:13 -07:00
Scott McCreary
548c1faf89 Initial .recipe files for libsdl2 and sdl2_ttf, not working yet, but libsdl2 builds 2013-10-02 04:49:26 -07:00
Alexander von Gluck IV
b0e932557c libsdl2: Rename to libsdl 2.0.0
* As per our mailing list discussion, package
  management will support multiple versions of
  the same package being installed at the same
  time, so this *should* work like this in theory.
* Adjust patch to match 1:1 SDL changes accepted
  upstream.
2013-09-17 01:12:46 +02:00
Alexander von Gluck IV
295b38ef1d libsdl2: Add SDL2 port. Marked unstable
* Small number of changes to get it building
* Very unstable, but getting there.
* split sdl 2.0 from libsdl to libsdl2. The reasoning
  behind this is that libsdl uses -lsdl, while libsdl 2.x
  uses -lsdl2. (SDL2 breaks a lot of binary compat I guess)
* Remove old sdl2 bep's in libsdl.. these never worked well.
* libsdl 2.0.0 seems to build with gcc2 and gcc4 (yay)
* libsdl 2.0.0 patch pushed upstream in SDL bug #2046
* Thanks to the gsoc students for their hard work!

(cherry picked from commit d7e59f63c1)

Conflicts:
	media-libs/libsdl2/libsdl2-2.0.0.bep
2013-09-17 01:12:23 +02:00