summaryrefslogtreecommitdiff
path: root/audio/muse/patches
AgeCommit message (Collapse)AuthorFilesLines
2014-04-23Fix build on FreeBSD 10.asau2-15/+3
2012-01-11Fix build on SunOS.hans1-2/+3
2011-11-22iostream.h -> iostream on all platforms.wiz2-0/+30
Set LICENSE while here.
2011-11-22audio/muse: Fix DragonFly breakagemarino1-2/+2
DragonFly's GCC44 won't handle iostream.h headers anymore, so these were converted to the c++ version. The scandir arguments for DragonFly were wrong. Either GCC44 is less tolerant than GCC41, or the prototype changed since the last time this package built on DragonFly. No PKGREVISION bump is required; this only affects DragonFly.
2010-02-01DESTDIR supportjoerg1-2/+2
2009-03-11Make it build on DragonFly.hasso1-2/+2
2007-10-17Fixed build error with g++4.rillig1-0/+13
2006-10-23Fixed "test ==".rillig1-0/+14
2005-12-11Add FreeBSD and DragonFly casts for scandir. Fix lvalue casts tojoerg3-9/+149
unbreak GCC 3.4+.
2004-05-10Add a missing #include <errno.h> to make this package build on NetBSD 1.6.kristerw1-4/+12
2004-05-09Install .mo into ${PKGLOCALEDIR}/locale, not /usr/local.minskim1-0/+11
Add them to PLIST and Bump PKGREVISION.
2004-05-02Initial import of muse-0.9 from pkgsrc-wip.xtraeme4-0/+51
MuSE is an application for the mixing, encoding, and network streaming of sound. MuSE can simultaniously mix up to 6 encoded audio bitstreams (from files or network) plus a soundcard input signal. The resulting stream can be played locally on the sound card and/or encoded as an mp3 bitstream sent to a broadcast server. MuSE offers an intuitive interface to be operated realtime and can run in "slick" mode from commandline.