summaryrefslogtreecommitdiff
path: root/devel/SDL
AgeCommit message (Collapse)AuthorFilesLines
2014-04-14Fix building on newer OS X. Courtesy of Jan Danielsson.adam2-1/+18
2014-03-24Fix capitalization and make it build on FreeBSD 9-10.asau2-1/+20
2013-11-25PKGREVISION bump for json-c shlib rename.wiz1-2/+2
2013-02-09Bump PKGREVISION from audio/jack.ryoon1-2/+2
2012-11-03Recursive revbump from audio/pulseaudio 2.1ryoon1-2/+2
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-28As promised a week ago, remove arts and aalib from default suggestedwiz2-4/+4
options. arts is obsolete and aalib only ever was a nice hack, not something to be enabled by default.
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz1-2/+1
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-14Add comments to patches.wiz4-7/+14
2012-08-29Really disable X11 on IRIX and Darwinadam1-1/+3
2012-03-03More pcre PKGREVISION bumps.wiz1-2/+2
2012-02-20Bump PKGREVISION for NetBSD/sparc64 bus error fix.jdc1-2/+2
2012-02-20Add checksum for new patch (patch-src_video_x11_SDL_x11video.c).jdc1-1/+2
2012-02-20Fix bus error crash on sparc64, by aligning the object we pass to:jdc1-0/+31
XChangeProperty(..., 32, ...) correctly. See also libSDL bug 1427: http://bugzilla.libsdl.org/show_bug.cgi?id=1427
2012-02-06Revbump forwiz1-1/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-28Update to 1.2.15:wiz5-28/+12
General Notes * Fixed assembly register clobbering in CPU info routines * Fixed memory stomp when using stretch blit on large images * Fixed pixel corruption with overlapping blits * SDL_JOYSTICK_DEVICE can be a colon separated list of joystick devices * Disabled MMX blitters since they don't compile on modern compilers Unix Notes * Fixed crash in joystick code on newer Linux kernels * Fixed channel swizzling for ALSA target with 6-channel output * Use the OpenGL GLX_EXT_swap_control extension if available * XRandR support is disabled by default because it causes desktop reconfiguring. It can be enabled with the SDL_VIDEO_X11_XRANDR=1 environment variable, or by applying this patch: http://hg.libsdl.org/SDL/raw-rev/8ec3036098df Windows Notes * Fixed SDL_GL_ACCELERATED_VISUAL handling * Fixed application state handling with ALT-Tab * Fixed occasional crash handling WM_ACTIVATEAPP in Direct X code * Fixed UTF-8 decoding of Russian characters Mac OS X Notes * Fixed building and running on Mac OS X 10.7 (Lion)
2012-01-24Another fix for keyboard handling, from Opolo Remo,wiz4-16/+18
and a fix for the color patterns, also from him. Bump PKGREVISION.
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd1-2/+2
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache1-2/+2
2011-12-29use AUDIO_GETBUFINFO when available; bump pkg revisionjmcneill3-3/+48
2011-12-26Fix typo in ifdef.wiz3-6/+6
Bump PKGREVISION.
2011-12-11Fix build problem without WSKBD_TYPE_ZAURUS environment; NetBSD 4_STABLE.taca2-5/+5
Extra "case" was existed before default label of case statement.
2011-12-01Compile in wscons support on NetBSD.wiz4-7/+78
From Opolo Remo in private mail. Bump PKGREVISION.
2011-08-23Recursive bump from gdbm shlib bump.obache1-2/+2
2011-08-02Adjust assembler constraint to work with Clang. From FreeBSD.joerg2-1/+15
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-27We don't BUILDLINK_PASSTHRU_DIRS magic on Mac OS X any more.adam1-13/+2
2010-12-29yasm also works on x86_64adam1-2/+2
2010-01-24Added LICENSE information.heinz1-1/+2
2009-11-02bump revision for previoustnn1-1/+2
2009-11-02Link against X11, do not dlopen X11 libs any moreadam1-1/+2
2009-10-23Remove work around for build problems under Mac OS X Snow Leopard whichtron1-24/+0
is no longer necessary.
2009-10-23Changes 1.2.14:adam5-114/+15
* Added cast macros for correct usage with C++: SDL_reinterpret_cast(type, expression) SDL_static_cast(type, expression) * Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for SDL_VIDEO_FULLSCREEN_HEAD on X11. * Added SDL_DISABLE_LOCK_KEYS environment variable to enable normal up/down events for Caps-Lock and Num-Lock keys.
2009-09-13SDL used a deprecated audio API that is no longer available undertron1-0/+24
Mac OS X Snow Leopard. Work around that by building the package using the Mac OS X Leopard SDK that is provided by Xcode. This allows the "mplayer" package to build with SDL support. The resulting binary can play video and audio if the SDL video and audio driver are manually selected.
2009-09-02Look for libGL.so, not any particular libGL.so.<X>, on NetBSD.wiz3-3/+18
Bump PKGREVISION. From mrg@
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-12-26Add forgotten patch to CVS.ahoka1-0/+83
Thanks Thomas!
2008-12-26Various (including critical) bugfixes in the pulseaudio backend:ahoka2-3/+4
Fix assertion triggered in pulsaudio by returning "unknown" instead of NULL pointer when guessing application name. Own improvements: - Use getprogname on NetBSD as it wont return NULL - Also identify stream as "SDL Application" 3rd party bugfixes: - Pull buffer size and other fixes from pulsaudio developers. http://0pointer.de/blog/projects/pa-plugin-for-sdl.html Bump revision.
2008-12-19Revert broken change.tron1-4/+4
2008-12-19Make it possible to turn off "pulseaudio" support.tron1-4/+4
2008-12-18Enable pulseaudio driver, bump PKGREVISION.jmcneill2-5/+12
2008-10-13Apply patch to first unlock the CD before trying to eject it. Since SDLreinoud3-3/+16
doesn't seem to have lock/unlock primitives, this looks like the right thing to do. Fixes audio/tcd's eject function too.
2008-05-06Add support for XRandR via x11/libXrandr. Bump PKGREVISION.bjs2-2/+5
2008-01-13Update to 1.2.13:wiz4-32/+6
SDL 1.2.13 is a minor bug fix release. General Notes * Fixed link error when building with Intel Compiler 10. * Removed stray C++ comment from public headers. Unix Notes * Fixed crash in SDL_SoftStretch() on secure operating systems. * Fixed undefined symbol on X11 implementations without UTF-8 support. * Worked around BadAlloc error when using XVideo on the XFree86 Intel Integrated Graphics driver. * Scan for all joysticks on Linux instead of stopping at one that was removed. * Fixed use of sdl-config arguments in sdl.m4 Mac OS X Notes * SDL now builds on Mac OS X 10.5 (Leopard). * Fixed high frequency crash involving text input. * Fixed beeping when the escape key is pressed and UNICODE translation is enabled. * Improved trackpad scrolling support. * Fixed joystick hat reporting for certain joysticks.
2007-12-17Fix build under Mac OS X Leopard.tron4-2/+35
2007-08-14Remove dependence on "binutils" package. It is apparently a leftovertron1-2/+1
from the time when this package used "nasm" instead of "yasm".
2007-07-25Update to 1.2.12:wiz7-133/+8
1.2.12: Added SDL_VIDEO_ALLOW_SCREENSAVER to override SDL's disabling of the screensaver on Mac OS X and X11. Also, many pkgsrc patches were integrated.
2007-05-30Removed some code duplication from the buildlink3 files by using the newrillig1-8/+3
pkg-build-options.mk procedure.