summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2003-12-03Initial import of xmms-musepack, version 0.94:jmmv4-0/+45
xmms-musepack is an audio output plugin for the XMMS multimedia player. Andree Buschmann's en-/decoder is a great improvement of lossy audio compression compared to MPEG-III.
2003-12-03Add and enable xmms-musepack.jmmv1-1/+2
2003-12-03Update to version 3.2.0.cube11-122/+178
V3.2.0 2003/11/28 ================= -Updated source to compile with recent gcc compilers -Pausing mp3/wav/ogg playback releases the sound device -Better mp3 integrity checks. Songs that didn't previously play (or only partly), should now play fine (as in, the bits that are valid) -Fixed a bug that would hang mp3blaster if you'd be in a dir that was deleted meanwhile. -bugfix that could crash mp3blaster after a request to quit (..) -bugfix that failed to redraw screen correctly after operations that required input (such as convert to wav, enter group name, ..) -fixed a bug that could crash mp3blaster on opening oggs when sound device was busy. -Check if the playlist directory actually exists before trying to write a playlist -Added '--repeat/-R' command line option -Applied LIRC support patch from Olgierd Pieczul . Thanks a lot!
2003-12-03Added xfce4-xmms-pluginmartti1-1/+2
2003-12-03XMMS plugin for XFce4.martti5-0/+58
2003-12-03Updated xfce4 to 4.0.1martti3-6/+12
* Fixed panel crash with corrupted config file * Window management improvement * Improved handling of multiple selections in the file manager * French translations for the documentation * Translation updates * A new Gtk2 theme called "Xfce-winter"
2003-12-03Updated to 2.0.0 provided by Min Sik Kim PR pkg/23582.xtraeme3-26/+24
Changes since 1.4.0: o Added question.wav
2003-12-03Updated to 0.3.2.xtraeme2-7/+6
Changes: 0.3.2 17 November 2003 * Minor Libtool errata 0.3.1 17 November 2003 * The Live365 website slightly changed * Switched to Autoconf 2.57, Automake 1.7.5 and Libtool 1.5 * A few bugs have been fixed
2003-12-02Update mserv_irman to 0.17:abs2-5/+6
Handle albums and artists that do not contain any valid characters
2003-12-02audio/cheesetracker-0.5.5 is no longer maintained by the author. It doesben10-244/+1
not compile with gcc 3.2.2, and it has several bugs that cause it to corrupt its own datafiles. The author is now maintaining cheesetracker-0.9.1, which depends on a (linux,windows)-only package named JACK.
2003-11-27Update abcde to 2.1.9abs5-34/+23
80 lines of changelog since 2.1.4, mainly small fixes
2003-11-25Since this pkg wants the Xv extension, check for it before trying todmcmahill1-1/+5
build. Problem noted in recent alpha bulk build.
2003-11-25Add RCS Id.wiz1-0/+2
2003-11-25Make mod2wav correctly handle filenames with spaces or shell specialben2-8/+8
characters. Bump PKGREVISION. Closes PR 19745 by myself.
2003-11-18s/USE_X11BASE/USE_X11/. Provided by Soren Jacobsen in PR pkg/23453.xtraeme1-2/+3
Bump PKGREVISION.
2003-11-16Change the build_depends of nasm from nasm-0.98 to nasm>=0.98.veego1-2/+2
2003-11-15do not unconditionally include the linux Makefile.application. Only includedmcmahill1-5/+7
this if you are on a NetBSD/i386 system. This gives NetBSD/sparc and Solaris/sparc a fighting chance!
2003-11-14Fix build on machines using libkver (probably).wiz2-2/+3
2003-11-12PKGREVISION++ due to devel/popt update.salo2-4/+4
2003-11-11Update mserv to mserv-0.35nb3abs3-6/+6
Correct calculation of bitrate for ogg files
2003-11-10tweak esd-config.in patch so it doesn't generate a sh syntax errordanw2-4/+4
when buildlink strips out $RPATH_FLAG on Darwin
2003-11-08use <vector.h> -> <vector>, <iostream.h> -> <iostream>, <fstream.h> -> <fstream>jdolecek9-1/+151
and sprinkle some 'using namespace std', so that this builds also with gcc 3.3
2003-11-08don't dirrm share/doc/kde/HTML/en/kcontrol, that directory belongs tojdolecek1-2/+1
kdebase
2003-11-08Update to 3.9.8b since previous distfile vanished.wiz3-18/+11
Changes: * Added beta drivers for SB AudigyLS * Fixed MIDIMan Revolution 7.1 6 channel audio * 4Front Virtual Mixer now comes standard with the OSS drivers. An advanced version with builtin equalizers, loopback audio recording, individual volume control is also available with an extra licensing fee. The basic Virtual Mixer technology allows users to play upto 4 audio apps at the same time. There is no special programming required (unlike ESD or aRTsd) as the Virtual Mixer devices behave exactly like the physcal hardware devices. Virtual Mixer contains 4Front's proprietary profesional quality sample rate convertors that handle the mixing of various audio applications. Package changes: De-support 1.5* since 4front does not provide 1.5 binaries any longer.
2003-11-06This was using NO_BIN_ON_CD. Now fixed to use correctreed1-2/+2
NO_BIN_ON_CDROM instead.
2003-11-06Solaris needs -lmgavan1-1/+3
2003-11-06Solaris needs -lnsl and -lsocketgavan1-1/+3
2003-11-03Change maintainer to myself.kim1-2/+2
2003-11-03include <sys/param.h> to get __NetBSD_Version__ symbol. fixes a compilemrg2-7/+18
time warning and makes the patch do what it was trying to do...
2003-11-01Update HOMEPAGE.jmmv1-2/+2
2003-11-01add rcsids.grant11-11/+31
2003-11-01apply patch from rtr: build libtool convenience libraries instead ofgrant12-3/+694
regular libraries so the required symbols from libplugin_common.a are included. fixes PR pkg/21857. bump PKGREVISION.
2003-10-30Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-10-29Set USE_GCC_SHLIB, and set LIBTOOL_OVERRIDE correctly. Fixes linking on Solaris.gavan1-2/+3
2003-10-29Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-10-28grant evidently owns this package.fredb1-2/+2
2003-10-28For some reason patch-aa had a reject with gnu diff 2.8.1. So I remadereed2-9/+7
patch and updated distinfo. (Okay'd by wiz.)
2003-10-28bump PKGREVISION (broken binary installation fix).grant1-2/+2
2003-10-28backout unnecessary patch.grant2-17/+1
this patch was unnecessarily causing the resulting binaries to be linked against libaudio, which couldn't be found at runtime, and contrary to the log message it had no effect on PR pkg/23081. fixes my PR pkg/23288.
2003-10-26use DEPENDS+=, not DEPENDS=grant1-2/+2
2003-10-26replace <malloc.h> with <stdlib.h>, allowing this to build on systemsgrant1-1/+7
without <malloc.h>.
2003-10-25Fix a warning, that may or may not be related tofredb2-1/+17
PR pkg/23081.
2003-10-24Updated to 2.1.4 (2.1pl4). PR pkg/21904, Douwe Kiela <virtus@wanadoo.nl>.xtraeme2-6/+6
* Bugfix release
2003-10-23fall back to 'netbsd' target if there's no special arch target.grant1-1/+3
noted by martin@.
2003-10-20files missed in last commitgrant2-0/+85
2003-10-20merge some patches from FreeBSD ports.grant9-113/+672
allows this to build on FreeBSD using the ATAPI/CAM subsystem.
2003-10-18Add RCS IDscjep1-0/+1
2003-10-18Whitespace fixescjep1-2/+2
2003-10-18Add trailing slashcjep1-2/+2
2003-10-18as this is ONLY_FOR_PLATFORM Linux and NetBSD, don't try to buildlinkgrant1-1/+5
it if we're on a different platform.