Commit Graph

53 Commits

Author SHA1 Message Date
pvalchev
c5cfa910bf if requested sound settings fail, try 48000 Hz, as some audio devices
can only support that sample rate. reported by deanna, fixed by jakemsr
who asked me to commit it
2007-08-07 14:22:02 +00:00
jakemsr
26a9c9cc52 - use the sun audio interface instead of the OpenBSD interface
- sync patches with update-patches
- bump PKGNAME

the sun interface keeps fewer samples in the play buffer, and with
less fluctuation than the OpenBSD interface.  results in better
audio-video synchronization in e.g. ffplay and gnash

go for it -pval
2007-07-20 05:23:41 +00:00
sturm
a11f08faad fix WANTLIB after switch to xenocara 2007-04-08 15:31:01 +00:00
espie
30059c7ebb help people not mix up X11 with xenocara, by making sure they link against
X11 >= 10, and bump those major numbers accordingly, so that bug-reports
will get easier to process.

(artificial `flag day' as discussed with deraadt@)
2007-03-26 21:22:13 +00:00
ajacoutot
09b0321194 - better MASTER_SITES mirror for distfiles hosted on www.libsdl.org 2007-01-21 14:47:58 +00:00
jolan
c903391a58 use nanosleep 2006-12-04 03:52:08 +00:00
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
espie
53d48f3c04 new libspecs 2006-08-01 23:39:08 +00:00
aanriot
c7dfb912a3 - USE_LIBTOOL=Yes and get ride of MODGNU_SHARED_LIBS.
- PKGNAME bump.

ok steven@ naddy@
2006-02-03 06:20:11 +00:00
espie
04d06f7b44 bump C++ shared libs after typedef changes.
note that all SDL libs link with supc++ (potentially, and thus are affected)
-> don't take a chance, bump.
2006-01-13 23:40:22 +00:00
pvalchev
11e3d0b837 SHARED_LIBS; ok espie 2005-12-24 17:40:00 +00:00
pvalchev
c60f742777 Update to sdl-1.2.9 2005-09-17 00:38:15 +00:00
jolan
fa968d4db6 fix opengl stuff 2005-08-10 00:25:16 +00:00
pvalchev
09a699de85 update to SDL-1.2.8 2005-05-11 17:26:15 +00:00
sturm
2df5e83b56 fix WANTLIB for no_x11 FLAVOR
fixes ports/4092
2005-02-11 18:52:04 +00:00
robert
d0b3bb1e3d fix libcaca support (distribution patch); bump PKGNAME
reported by Antoine Jacoutot <ajacoutot@lphp.org>
2005-01-29 22:56:34 +00:00
naddy
0d80779243 proper SUPDISTFILES, restore checksums 2005-01-05 21:52:50 +00:00
espie
b060aaf66c WANTLIB markers 2004-11-24 00:11:03 +00:00
espie
77bbf9b491 make sure we don't pick the wrong usb. 2004-11-18 17:48:50 +00:00
pvalchev
521b9c626b Update to SDL-1.2.7; based on work by jsg@ 2004-10-25 02:34:21 +00:00
robert
1838900473 Add caca FLAVOR to have support for libcaca (color ascii art library)
ok pvalchev@
2004-04-23 12:09:18 +00:00
pvalchev
36effa8ca1 remove post-patch kludges now done in bsd.port.mk; reminded by naddy 2004-04-18 17:21:13 +00:00
espie
7548e1358f gcc3 doesn't like multi-line literals, and pval already knew it's
unhappy with nasm.
2003-12-28 22:26:18 +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
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
brad
e92e6ab0b0 having CONFIGURE_STYLE set to autoconf implies gnu. 2002-09-15 19:53:21 +00:00
pvalchev
fec07c0f89 use kde3 for arts flavor; bunch of people 2002-09-07 04:56:28 +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
102383a81f Update to SDL-1.2.4 2002-04-21 00:20:08 +00:00
pvalchev
b5f20f3025 - use nasm assembly blitters on i386 by default
- enable usage of pthreads semaphores now that our libc_r has support
from vedge@csoft.org, thanks!
2002-02-25 22:33:59 +00:00
pvalchev
9bf42cb935 tweak CONFIGURE_STYLE for previous update (cvs missed a file) 2002-02-19 20:53:50 +00:00
pvalchev
025d84ab4d no regress 2002-02-19 06:42:03 +00:00
pvalchev
f3b06ffb42 Update to SDL-1.2.3. thanks mark for the feedback 2001-12-28 23:42:26 +00:00
pvalchev
be54d47d8c CONFIGURE_STYLE=gnu w/ proper MODGNU_CONFIG_GUESS_DIRS
needed for the powerpc -> macppc name change
2001-09-28 06:02:12 +00:00
brad
f2aa83a34f more ports which use or can use pthreads 2001-08-30 02:24:52 +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
70f8b0afc4 cheat on automake/autoconf so that they do not get ran automagically 2001-07-29 19:46:17 +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
924b35d781 Any flavor permutation should work now. Remove checks that narrowed
down possible choices.
2001-07-20 03:10:10 +00:00
pvalchev
ce5d4c4cab Drop oss flavor.
Note: If you use the esd flavor you'll still be using ossaudio, due to
esound itself linking with it.  So, we can't completely get rid of it yet.
2001-07-19 22:03:26 +00:00
naddy
5f2065c764 - Make use of new bsd.port.mk feature and replace error reporting through
.BEGIN with ERRORS.
- Sync NEED_VERSION accordingly.
ok espie@
2001-07-18 10:59:00 +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
757b08a406 Make OpenGL be default and thus drop GL flavor. 2001-06-29 01:13:04 +00:00
pvalchev
90a6d57018 Disallow flavourless build if someone ever tries to do that (FLAVOR= make).
Force people to choose from sun, oss, esd as their sound system, print
error message if that is not done.
Suggested by Heikki Korpela <heko@saitti.net>
2001-06-23 20:07:17 +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
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
pvalchev
3c45f85455 Switch my email over @openbsd.org.
Insert all COMMENT lines into double quotes for consistency.
2001-05-09 23:26:16 +00:00