Commit Graph

27 Commits

Author SHA1 Message Date
pvalchev
c6c8181980 revert to sdl-1.2.9 for now as this causes some breakage with
at least some macppc scenarios; discovered by ajacoutot
since it's only a few hour window of breakage, be careful reverting
things if you updated during that time
2006-10-19 00:26:33 +00:00
pvalchev
235247ab22 update to sdl-1.2.11
sdl-config --libs is now fixed to pass just -lSDL and the needed deps
get pulled implicitly as is proper
feedback/testing by various and ports@
2006-10-18 17:53:08 +00:00
pvalchev
c60f742777 Update to sdl-1.2.9 2005-09-17 00:38:15 +00:00
pvalchev
09a699de85 update to SDL-1.2.8 2005-05-11 17:26:15 +00:00
pvalchev
521b9c626b Update to SDL-1.2.7; based on work by jsg@ 2004-10-25 02:34:21 +00:00
espie
e3125a817b do not pick up libtool on the way.
okay pval@
2003-12-07 19:45:42 +00:00
pvalchev
8cb7c089bf Update to SDL-1.2.6; mostly from espie, much testing by jolan, thanks! 2003-09-29 05:41:37 +00:00
pvalchev
d2aab96ffc nasm -f elf; pt. out by naddy 2003-04-18 02:37:06 +00:00
wcobb
c480039af9 Update to SDL-1.2.5.
- sdl-config no longer provides -I${LOCALBASE}/include.
- add an `aa' flavor (ASCII art display).
- GNU make is not needed.
- don't use nasm with gcc 3.
- don't install a SEGV handler.
- prevent the joystick driver from picking up usb keyboards.
ok pvalchev@
2002-11-30 11:17:26 +00:00
wcobb
b8f8ca54e2 fix two bogus tests. ok pvalchev@. 2002-05-26 04:11:16 +00:00
pvalchev
c798cd848b Add -L${X11BASE}/lib to sdl-config in when X11 is used, as SDL depends on
libraries there and needs to know the path.  this means sdl-config was
broken for a few days but none of the ports depended on this.
Also bump package revision to p1 for the last couple of fixes to the port.
2002-05-06 04:26:08 +00:00
pvalchev
8bf19b325b Fix bogus sdl-config creation, this fixes some lib depends issues when
non-default flavors are used.
2002-05-03 19:27:17 +00:00
pvalchev
102383a81f Update to SDL-1.2.4 2002-04-21 00:20:08 +00:00
pvalchev
32e784e268 USB uhid(4) joystick support for SDL by Wilbern Cobb <vedge@csoft.org> 2002-02-19 20:51:46 +00:00
pvalchev
f3b06ffb42 Update to SDL-1.2.3. thanks mark for the feedback 2001-12-28 23:42:26 +00:00
pvalchev
87864528ec Pass libSDL_la_LDFLAGS containing -version-info for libtool via MAKE_FLAGS
instead of patching configure unnecessarily.
2001-08-14 22:42:03 +00:00
pvalchev
c1cb058582 Update to SDL-1.2.2
Includes OpenBSD fixes and cleanups.
Other changes that concern us:
* Now gets correct keyboard state when starting up on X11
* Improved X11 fullscreen support, works better with KDE
2001-07-25 07:58:32 +00:00
pvalchev
8e77d74ad9 When native audio is enabled, define OPENBSD_SUPPORT. This is simpler,
and makes it easier to know when to initialize the corresponding
structures, never touching them if they're empty.
Fits with SDL code-style, fixes things such as soundless builds.
2001-07-20 03:07:07 +00:00
pvalchev
326ebccc9b Enable dummy joystick driver building. This offers empty joystick
function stubs.
Bump package version revision and crank library minor number.
2001-07-11 16:45:45 +00:00
pvalchev
601d8cfce3 simplify and remove unneeded stuff 2001-07-03 01:00:14 +00:00
pvalchev
9f7f5f43da pass -Wl,rpath,${X11BASE} as well as -L{$X11BASE} in sdl-config 2001-06-23 23:35:09 +00:00
pvalchev
6650085c61 Upgrade to SDL-1.2.1
Various improvements, including OpenBSD native audio.

* Fix audio device path.  This has caused audio not to work without the
esd flavor before, many people (including me) had link to /dev/dsp because
of linux emulation programs and haven't noticed the problem.
* Fix OSS audio.
* Sync libtool patches
* Properly include @SYSTEM_LIBS@ in sdl-config to ensure proper linking
of SDL applications.
2001-06-23 19:05:33 +00:00
pvalchev
fdb0db3f2e - Implement a native audio driver by <vedge2@vedge.com.ar> as a "sun"
flavor, being the default one (fetching distfile from an external site).
- Isolate esd as a separate flavor from oss -- a combination with either
"sun" or "oss" is possible.
2001-05-24 05:54:55 +00:00
pvalchev
396fdfefb4 Add -L${X11BASE} to sdl-config, as it is usually required.
Noticed by naddy@
2001-05-16 23:55:36 +00:00
pvalchev
25e9c715b5 Pass and handle X11BASE correctly throughout configure and put it
sdl-config.
Noticed by: vedge2@vedge.com.ar
2001-05-12 04:27:05 +00:00
brad
ae866d383f - shorten patches for configure/configure.in by not unnecessarily changing
pthreads flags for other OS's that have nothing todo with compilation on
OpenBSD.
- change linker flag from "-Wl,-R" to "-Wl,-rpath," so that this will
possibly even get through a compile on our ELF archs (tested on sparc, not
tested on an ELF arch but this is definately a first step in the right
direction).
--
Ok'd by: maintainer
2001-04-21 15:37:57 +00:00
obecian
ca45f07cb9 sdl-1.2.0 - Simple DirectMedia Layer 2001-04-19 18:55:39 +00:00