Commit Graph

24 Commits

Author SHA1 Message Date
ajacoutot
612f280208 Fixes from upstream:
- Clean up symbol visibility.
- Don't force quit in signal handler, since we might double-free things.
- Disable reverb flag in modplug decoder. It's producing trash in some cases.
- Don't underflow array when parsing timidity config file.
- Fix read_config_file() not closing the file when there is an error.
- Honor the return code from recursive read_config_file() call.
- Reset some state on shutdown to prevent crash when reinitializing.

from Brad
2012-06-01 15:57:51 +00:00
espie
5855efb734 move depends to new style 2010-11-15 19:45:56 +00:00
ajacoutot
babd0fcd09 Switch to new DEPENDS/REVISION.
from Brad
2010-09-02 07:15:47 +00:00
jolan
6e15b97878 ride the last commit and drop main tainter status 2010-07-25 02:18:05 +00:00
jolan
38b6438f69 update to 1.0.3; from brad 2010-07-25 02:11:14 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
sthen
e861c067e1 WANTLIB+=sndio and bump 2008-11-07 00:33:01 +00:00
winiger
345afd64d2 fix WANTLIB, bump PKGNAME 2007-10-14 08:22:17 +00:00
naddy
68ccde1d59 adapt FLAC support to the FLAC 1.1.3+ API; ok mgrimm@ 2007-09-18 18:29:14 +00:00
merdely
376b75df06 Remove quotes surrounding COMMENT*/PERMIT_*/BROKEN 2007-09-16 02:52:56 +00:00
naddy
c2b2800f27 fix build with newer speex versions 2007-05-02 19:01:07 +00:00
sturm
b67038d83e WANTLIB 2007-04-14 21:20:19 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
steven
87a90c296d USE_X11 2006-11-11 21:04:27 +00:00
sturm
b705475079 fix broken tests for vorbis and smpeg
from Deanna Phillips <deanna at sdf.lonestar.org>
2006-08-31 06:14:29 +00:00
espie
100b45279f convert a few libspecs to new style.
Note: no package bump, those are only BUILD dependencies,
the pkg_create code will create the correct wantlib specs.
2006-08-01 10:50:19 +00:00
steven
86c8e9c060 fix master sites 2006-07-11 15:28:24 +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
steven
b6b9bdd871 SHARED_LIBS, USE_LIBTOOL where necessary 2006-01-06 08:36:18 +00:00
naddy
3f04f8f321 SIZE 2005-01-05 16:22:24 +00:00
espie
b060aaf66c WANTLIB markers 2004-11-24 00:11:03 +00:00
espie
f28f2a833d switch to new plist, killing a few install scripts along the way. 2004-09-14 23:43:54 +00:00
jolan
3f56f150be enable speex/flac support, bump pkgname 2004-03-31 03:49:16 +00:00
jolan
04dbbed2f2 import of SDL_sound-1.0.1:
SDL_sound is a library that handles the decoding of several popular
sound file formats, such as .WAV and .MP3.  It is meant to make the
programmer's sound playback tasks simpler.  The programmer gives
SDL_sound a filename, or feeds it data directly from one of many
sources, and then reads the decoded waveform data back at their leisure.
If resource constraints are a concern, SDL_sound can process sound data
in programmer-specified blocks.  Alternately, SDL_sound can decode a
whole sound file and hand back a single pointer to the whole waveform.
SDL_sound can also handle sample rate, audio format, and channel
conversion on-the-fly and behind-the-scenes, if the programmer desires.

WWW: http://icculus.org/SDL_sound/
2003-10-27 03:07:33 +00:00