summaryrefslogtreecommitdiff
path: root/devel/SDL
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-05Pass --disable-sdltest on Darwin when using GNU configure, fixes variousjperkin1-1/+7
issues (crashes, hangs) when building SDL packages in a session which isn't logged into the console. Tested in a full bulk build, some packages issue warnings for it being an unrecognized option but I cannot see any failures due to it, and it fixes a reasonable number of package builds.
2015-05-31Remove delay whilst writing audio. Improves latency.nat4-13/+32
Make it so wscons video will initialize without keyboard and mouse. This commit was approved by wiz@
2015-04-25Recursive revbump following MesaLib update, categories a through f.tnn2-4/+4
2015-03-03Read from uhid device and insert events until there are no more eventsjmcneill2-7/+123
to consume. Matches SDL2 BSD joystick driver behavior, and makes things like "iBUFFALO Classic USB Gamepad" work with Retroarch.
2015-02-25flush any pending events from the joystick device when opening on netbsd, ↵jmcneill3-6/+16
bump PKGREVISION
2015-02-21Recursive revbump from audio/pulseaudio.ryoon1-2/+2
2015-02-06Instead of naming USB joysticks by device name ("/dev/uhid3"), try to givejmcneill2-4/+43
it a more helpful name ("Logitech Cordless RumblePad 2 @ /dev/uhid3")
2015-02-05regen (hi jared)wiz1-2/+2
2015-02-04Improvements in BSD USB joystick detection:jmcneill2-3/+24
- Scan uhid0 through uhid63, instead of uhid0 through uhid3. - If a uhid reports no usable inputs, skip it. This way your keyboard and mouse don't show up as (unusable) joysticks.
2015-01-30Include limits.h for UINT_MAX (build fix on NetBSD).wiz2-11/+19
2015-01-29add wsmouse mousewheel supportjmcneill2-8/+16
2015-01-29initialize keysym->unicode in wskbd input pathjmcneill2-6/+18
2015-01-29fix wscons keyboardjmcneill3-81/+63
2015-01-29add wsmouse support to wscons driverjmcneill5-15/+205
2015-01-28Add USB keyboard support to the wscons driver.jmcneill3-20/+89
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-2/+1
2014-08-17Fix SDL_LoadObject to try the soname itself first, without any prefixes,wiz3-7/+13
and only fallback to other places when that fails. Bump PKGREVISION.
2014-06-09Recursive revbump from pulseaudio-5.0ryoon1-2/+2
2014-04-20Recursive revbump from json-c 0.12 updateryoon1-2/+2
2014-04-16Bump PKGREVISION for libatomic_ops PKGNAME change.wiz1-2/+2
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