summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2004-01-23Convert one useage of a C99 feature to plain old C.kristerw2-1/+19
2004-01-23Make this compile with gcc3 (varargs -> stdarg)agc2-11/+33
2004-01-23use LIBTOOL_OVERRIDE. fixes installation on Solaris (and others).grant2-8/+16
re-arrange mserv/Makefile a little to be more readable and consistent with mserv-devel. bump PKGREVISIONs.
2004-01-23use LIBTOOL_OVERRIDE, not LTCONFIG_OVERRIDE. fixes installation ongrant1-2/+3
Solaris (and others). bump PKGREVISION.
2004-01-23use LIBTOOL_OVERRIDE, not LTCONFIG_OVERRIDE. fixes installation ongrant1-2/+3
Solaris (and others). bump PKGREVISION.
2004-01-22Solaris has no OSS, tweak the PLIST appropriately.grant2-5/+10
2004-01-22This package uses xine-lib and we know arts is already installed, so dependjmmv1-1/+3
on xine-arts to get sound support under KDE.
2004-01-22Add and enable xine-arts and xine-esound.jmmv1-1/+3
2004-01-22Initial import of xine-esound, version 1rc0a:jmmv3-0/+31
Xine is a free multimedia player library for playing back CDs, DVDs, and VCDs. It also decodes multimedia files like AVI, MOV, WMV, and MP3 from local disk drives, and displays multimedia streamed over the Internet. It interprets many of the most common multimedia formats available -- and some of the most uncommon formats, too. This package provides the esound audio output plugin for xine-lib.
2004-01-22Initial import of xine-arts, version 1rc0a:jmmv3-0/+31
Xine is a free multimedia player library for playing back CDs, DVDs, and VCDs. It also decodes multimedia files like AVI, MOV, WMV, and MP3 from local disk drives, and displays multimedia streamed over the Internet. It interprets many of the most common multimedia formats available -- and some of the most uncommon formats, too. This package provides the aRts audio output plugin for xine-lib.
2004-01-22whitespace fixes, simplify a conditionalgrant1-4/+2
2004-01-22whitespace fixes.grant1-5/+6
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant2-4/+4
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant43-86/+86
2004-01-22In 2004, we say "derivatives" instead of "derivates." Requested by agc.snj1-1/+1
2004-01-21nas is in the audio category, not graphics.jlam1-2/+2
2004-01-20s/it's/its/snj1-1/+1
2004-01-20Changes 3.95.1:adam5-26/+25
* improved presets * fixed issues in VBR header * more robust decoding * several fixes in psychoacoustic model * removed Vorbis support * 10% faster on PowerPC
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc70-140/+143
2004-01-18Fix compilation on -current (gcc3 issues).mrauch6-40/+110
Use the original master tarball, not a copy from somewhere which isn't reachable any longer.
2004-01-18Update to version 1.0.1, and fix gcc-3 bug in configure script.cube6-23/+48
Changes: 10102003 - Changed some SDL_Error()s to __Sound_SetError() in new DLS code to fix linking issues. 10052003 - Fixed memory corruption when freeing DLS instruments, and bug when timidity is initialized multiple times (Thanks, Sam!). 09252003 - Sam Lantinga added support for DLS instruments to the MIDI decoder. 09132003 - Happy September. Added Speex (.spx) decoder. 08052003 - Fixed MIDI decoder on bigendian systems. 03102003 - Never actually created samplelist_mutex (Thanks, Glenn Maynard!). 01122003 - Fix to smpeg.c's rewinding code (Thanks, Eric). 12212002 - Fixed ogg.c to decode a full buffer at a time instead of one ogg packet per call, and mikmod has a check during initialization to prevent a clash with SDL_mixer (Thanks, Eric). 12092002 - Changed Sound_Init()'s call to SDL_Init() to SDL_InitSubSystem(), to prevent unwanted use of the SDL parachute (thanks, Glenn).
2004-01-17Update to a more official home page and master site, and adjust forkristerw2-7/+9
the distfile having a different name there.
2004-01-17www.mikmod.org has been taken over by "Girls In Underwear Pics".kristerw1-3/+3
Update MASTER_SITE and HOMEPAGE. From Michal Pasternak in PR pkg/23824.
2004-01-17www.mikmod.org has been taken over by "Girls In Underwear Pics".kristerw1-3/+3
Update MASTER_SITE and HOMEPAGE. From Michal Pasternak in PR pkg/23824.
2004-01-17Add a buildlink3.mk file for audio/libvorbis.jlam1-0/+18
2004-01-17remove references to work dir (S/.work//)recht2-4/+4
2004-01-17+ libcddbrecht1-1/+2
2004-01-17initial import of libcddb-0.9.4recht6-0/+86
Libcddb is a library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (http://freedb.org). It tries to be as cross-platform as possible. The initial libary will have a C API.
2004-01-16Update mserv to mserv-0.35nb6:abs2-3/+5
Add libmserv.so to PLIST
2004-01-15Update to KDE-3.1.5.markd19-631/+616
Also move patch-bh to patch-da so it applies after patch-co so autoconf doesn't kick in to redo it.
2004-01-15Update to arts-1.1.5, part of KDE 3.1.5.markd2-6/+5
2004-01-15SDL/Makefile.common has switched to buildlink3 so these need to switchmarkd3-9/+9
as well.
2004-01-15s/buildilnk3/buildlink3/markd1-5/+5
2004-01-15Sort.wiz1-2/+2
2004-01-14Remove some more (not yet even buildlinked) KDE1 packages,wiz6-99/+1
since KDE1 has been removed. Noted by agc.
2004-01-14Add some buildlink3.mk files.jlam2-0/+37
2004-01-14Update to 0.6.0, provided by Michal Pasternak in PR pkg/23851.xtraeme2-6/+6
Changes: * v 0.6.0: Add support for SDL_ttf. Bug fixes. * v 0.5.0: Store the configuration in the xmms config file. * v 0.4.0: Rewriting of the tunnel effect. One new effect "child" (instead of blob). Fix possible crash on GeForce4 (patch by Ashvin Mysore <ashvin@z-ha-dum.flatirons.org>.
2004-01-13Make this compile (fix strncmp syntax - patches submitted to maintainer).jschauma2-1/+15
Fixes problem seen in agc's latest bulk build.
2004-01-12Lint (sort DISTNAME section)cjep2-4/+4
2004-01-12Make sure ICECAST_CHROOTDIR is created before ICECAST_LOGDIR.xtraeme1-5/+3
2004-01-12Fix typo.xtraeme1-2/+2
2004-01-12Added mserv-devel.kim1-1/+2
2004-01-12Development version of mserv: streaming server instead of local playback.kim7-0/+207
2004-01-12Add libshoutkim1-1/+2
2004-01-12'libshout' allows applications to easily communicate and broadcast tokim5-0/+67
an Icecast streaming media server. It handles the socket connections, metadata communication, and data streaming for the calling application, and lets developers focus on feature sets instead of implementation details.
2004-01-12Fix MAINTAINER.kim1-2/+2
2004-01-11Add a buildlink3.mk file for libao.jlam1-0/+18
2004-01-11Catch BUILD_DEFS.kim1-1/+4
2004-01-11Bring back Icecast v1.kim3-2/+36
2004-01-10Remove KDE1 packages (and dependencies) from pkgsrc, since the KDEwiz10-1561/+1
authors have dropped support for it and have not been backporting security fixes. As proposed on tech-pkg numerous times (last one: Dec 27 2003).