2015-05-31 11:20:48 by Nathanial Sloss | Files touched by this commit (3) |
Log message: Remove delay whilst writing audio. Improves latency. Bump PKGREVISION. This commit was approved by wiz@ |
2015-04-25 16:20:48 by Tobias Nygren | Files touched by this commit (495) | |
Log message: Recursive revbump following MesaLib update, categories a through f. |
2015-02-25 13:45:59 by Jared D. McNeill | Files touched by this commit (3) |
Log message: flush any pending events from the joystick device when opening on netbsd, bump \ PKGREVISION |
2015-02-22 00:35:43 by Ryo ONODERA | Files touched by this commit (74) |
Log message: Recursive revbump from audio/pulseaudio. |
2015-02-14 00:31:07 by Jared D. McNeill | Files touched by this commit (2) |
Log message: Bring forward the joystick changes I made for devel/SDL to devel/SDL2: - Skip non-joystick HID devices - On NetBSD, try to give joysticks a better name than "/dev/uhid4". Try to read the device name from the USB descriptor and append "@ /dev/uhid4" to the end. |
2015-02-13 20:21:12 by Jared D. McNeill | Files touched by this commit (2) |
Log message: Fix paths for rpi GLESv1 libraries (provided by libGLESv2) |
2015-02-11 21:32:20 by Soren Jacobsen | Files touched by this commit (1) |
Log message: remove some redundant X11 includes |
2015-02-11 15:00:46 by Jared D. McNeill | Files touched by this commit (6) |
Log message: enable Raspberry Pi native video driver if "rpi" option is set |
2015-02-09 09:27:07 by Soren Jacobsen | Files touched by this commit (7) |
Log message: Switch SDL2 to the standard autotools build system. Upstream considers the CMake build system to be experimental. This gets us working joystick support on NetBSD, avoids installing bogus headers, and moves us to a sane library major (which is highly unlikely to ever change again). Bump PKGREVISION to 5 and set BUILDLINK_ABI_DEPENDS accordingly. Recursive revbump coming up. While here, tidy up this package's options a bit: - instead of providing six (!) options for standard modern X libraries, simply lump them all into the existing x11 option - provide a dbus option |
2015-02-03 09:50:44 by Soren Jacobsen | Files touched by this commit (4) |
Log message: - Work around NetBSD libGL versioning mess. - Enable opengl option by default on all platforms, not just Darwin. - Bump PKGREVISION to 4. |