2008-12-26 18:46:07 by Adam Hoka | Files touched by this commit (2) |
Log message:
Various (including critical) bugfixes in the pulseaudio backend:
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-19 14:05:06 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Revert broken change.
|
2008-12-19 12:41:25 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Make it possible to turn off "pulseaudio" support.
|
2008-12-18 17:53:01 by Jared D. McNeill | Files touched by this commit (2) |
Log message:
Enable pulseaudio driver, bump PKGREVISION.
|
2008-05-06 08:36:44 by Blair Sadewitz | Files touched by this commit (2) |
Log message:
Add support for XRandR via x11/libXrandr. Bump PKGREVISION.
|
2008-01-13 16:57:59 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 1.2.13:
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-17 21:40:03 by Matthias Scheler | Files touched by this commit (4) |
Log message:
Fix build under Mac OS X Leopard.
|
2007-08-14 16:08:13 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Remove dependence on "binutils" package. It is apparently a leftover
from the time when this package used "nasm" instead of "yasm".
|
2007-07-26 01:31:13 by Thomas Klausner | Files touched by this commit (7) | |
Log message:
Update to 1.2.12:
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-30 10:54:31 by Roland Illig | Files touched by this commit (22) |
Log message:
Removed some code duplication from the buildlink3 files by using the new
pkg-build-options.mk procedure.
|