./devel/SDL2, Simple DirectMedia Layer is a cross-platform multimedia library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q2, Version: 2.0.5nb4, Package name: SDL2-2.0.5nb4, Maintainer: pkgsrc-users

Simple DirectMedia Layer is a cross-platform development library designed to
provide low level access to audio, keyboard, mouse, joystick, and graphics
hardware via OpenGL and Direct3D. It is used by video playback software,
emulators, and popular games including Valve's award winning catalog and many
Humble Bundle games.

SDL officially supports Windows, Mac OS X, Linux, iOS, and Android. Support for
other platforms may be found in the source code.

SDL is written in C, works natively with C++, and there are bindings available
for several other languages, including C# and Python.

SDL 2.0 is distributed under the zlib license. This license allows you to use
SDL freely in any software.


Required to run:
[devel/libusb] [graphics/MesaLib] [x11/xcursor] [x11/liboldXrandr] [x11/libXScrnSaver]

Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers] [x11/fixesproto4] [x11/damageproto] [x11/glproto] [x11/renderproto] [x11/xf86vidmodeproto] [x11/xf86driproto] [x11/inputproto] [x11/randrproto] [x11/xextproto] [x11/dri2proto] [x11/scrnsaverproto] [x11/xproto]

Package options: opengl, oss, x11

Master sites:

SHA1: c4f87580630387796df4ac87c362b4f9a721457e
RMD160: 91283ce74bd451e83651910259cf226cae70e4bb
Filesize: 4110.695 KB

Version history: (Expand)


CVS history: (Expand)


   2017-09-16 17:39:08 by S.P.Zeidler | Files touched by this commit (2)
Log message:
Pullup ticket #5548 - requested by he
devel/SDL2: build fix for macppc

Revisions pulled up:
- devel/SDL2/distinfo                                           1.25
- devel/SDL2/patches/patch-src_video_SDL__blit__N.c             1.1

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Tue Sep  5 09:02:18 UTC 2017

   Modified Files:
   	pkgsrc/devel/SDL2: distinfo
   Added Files:
   	pkgsrc/devel/SDL2/patches: patch-src_video_SDL__blit__N.c

   Log message:
   Add a patch to move active code after declarations in the altivec case.
   No PKGREVISION bump, since this is a build fix only.

   To generate a diff of this commit:
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/SDL2/distinfo
   cvs rdiff -u -r0 -r1.1 \
       pkgsrc/devel/SDL2/patches/patch-src_video_SDL__blit__N.c