summaryrefslogtreecommitdiff
path: root/audio/csound5/patches
AgeCommit message (Collapse)AuthorFilesLines
2014-02-24Fix missing prototype. Fix missing bison dependency. Invoke it by handjoerg6-25/+179
as scons want to add the header on the command line, which clang doesn't like.
2014-02-13patches forgotten in csound 5.19.01 update.mrg2-0/+30
2014-02-13update to Csound 5.19.01. changes to the distro include:mrg14-345/+320
- many new opcodes - many opcodes have fixes - a few new API functions (now at 2.1) - general bug fixes - support for MusicXML v2 files - new parser port-forward most of the netbsd/dfbsd changes. some are obsolete now.
2014-01-09Add SunOS support.jperkin2-28/+46
2012-06-27On Linux use the pkgsrc supplied CFLAGS/CXXFLAGS/LDFLAGS.sbd1-3/+18
2012-02-07Fix the patch that adds NetBSD and Dragonfly by changing 'getPlatform' tosbd1-2/+2
'getPlatform()'. Now libcontrol.so should be built and install on NetBSD and Dragonfly. (PR#45940 shows that its missing)
2011-09-07* LICENSE=gnu-lgpl-v2.1.obache1-0/+107
* use install.py instead os SCons for staged installation support. * drop to build python binding. Bump PKGREVISION.
2009-12-30Our environment is already sanitized, so don't kill it.joerg1-3/+12
2009-08-03Fix compilation.joerg1-2/+20
2007-01-02Fixed the build for unprivileged users.rillig1-4/+4
The SConsignFile() function creates a temporary file whose name is based on the given argument. Since unprivileged processes cannot create files in /dev, the argument cannot be /dev/null for them.
2006-10-17Fixed "test ==".rillig1-0/+14
2006-05-29Add DragonFly support.joerg13-59/+134
XXX The SCons usage sucks.
2006-05-21Initial import of csound5 version 5.01, a software synthesizer andben13-0/+430
sequencer. Csound is a software synthesis package in the tradition of so-called music-N languages, among which the best-known is Music V. It consists of an orchestra- and score-driven executable, written in C for portability. Since Csound is a computational language, it is highly flexible and efficient; complexity is gained only at the expense of computation time. To do: - fix pthread issues in csound5 (is breaking realtime audio) - use options.mk framework for various modules - enable portaudio module (requires audio/portaudio-devel) - port portmidi to netbsd