Commit graph

13 commits

Author SHA1 Message Date
joerg
164916647b Fix missing prototype. Fix missing bison dependency. Invoke it by hand
as scons want to add the header on the command line, which clang doesn't
like.
2014-02-24 16:19:39 +00:00
mrg
4310f796c5 patches forgotten in csound 5.19.01 update. 2014-02-13 12:44:47 +00:00
mrg
8aa01e7430 update to Csound 5.19.01. changes to the distro include:
- 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-02-13 10:10:06 +00:00
jperkin
7da3749201 Add SunOS support. 2014-01-09 16:55:16 +00:00
sbd
c2bdd342e7 On Linux use the pkgsrc supplied CFLAGS/CXXFLAGS/LDFLAGS. 2012-06-27 21:26:28 +00:00
sbd
69c3eee6a9 Fix the patch that adds NetBSD and Dragonfly by changing 'getPlatform' to
'getPlatform()'.

Now libcontrol.so should be built and install on NetBSD and Dragonfly.
(PR#45940 shows that its missing)
2012-02-07 21:17:49 +00:00
obache
b8293604f1 * LICENSE=gnu-lgpl-v2.1.
* use install.py instead os SCons for staged installation support.
* drop to build python binding.

Bump PKGREVISION.
2011-09-07 12:42:02 +00:00
joerg
4caefcb91c Our environment is already sanitized, so don't kill it. 2009-12-30 13:19:58 +00:00
joerg
598e1a7b8f Fix compilation. 2009-08-03 13:28:22 +00:00
rillig
9ad142bc34 Fixed the build for unprivileged users.
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.
2007-01-02 12:53:55 +00:00
rillig
0f4de084ed Fixed "test ==". 2006-10-17 21:32:37 +00:00
joerg
4ecb4314aa Add DragonFly support.
XXX The SCons usage sucks.
2006-05-29 19:44:24 +00:00
ben
fc888c69cd Initial import of csound5 version 5.01, a software synthesizer and
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
2006-05-21 22:46:22 +00:00