Commit graph

18 commits

Author SHA1 Message Date
Alexis Hildebrandt
adbbedb126 chuck 1.3.5.0
Closes Homebrew/homebrew#36804.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-02-13 22:49:48 -05:00
BrewTestBot
eaf421be85 chuck: update 1.3.5.0 bottle. 2015-02-13 22:46:29 -05:00
Alexis Hildebrandt
df913ce3a8 chuck: modernize
* Remove obsolete require 'formula'
* Add test

Closes Homebrew/homebrew#36804.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-02-13 22:46:28 -05:00
BrewTestBot
efc0985ce4 chuck: add 1.3.4.0 bottle. 2014-11-14 12:19:01 -08:00
Misty De Meo
ecf5849cd7 chuck: fix OS X version detection regex for 10.10
Fixes Homebrew/homebrew#34189.
Closes Homebrew/homebrew#34192.
2014-11-14 12:19:01 -08:00
Misty De Meo
0c879d9036 chuck: fix build with CLT 2014-05-28 19:13:37 -07:00
Adam Vandenberg
3920273c82 chuck: style 2014-05-23 11:27:49 -07:00
Alexis Hildebrandt
7032a9d839 chuck 1.3.4.0
Closes Homebrew/homebrew#29525.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-23 11:23:17 -07:00
Misty De Meo
6511728cf2 chuck: ensure inreplace doesn't break makefile 2014-02-11 15:34:36 -08:00
Adam Vandenberg
53afb5fb53 chuck 1.3.3.0 2014-02-08 15:31:33 -08:00
Misty De Meo
a13d43f4f1 chuck: fix build on 10.9
Fixes Homebrew/homebrew#26519.
2014-02-08 12:02:18 -08:00
Myles Borins
8076cbde6f chuck 1.3.2.0
Closes Homebrew/homebrew#22773.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-27 18:52:11 -07:00
Myles Borins
0c0d9d0a1d chuck 1.3.1.3
Closes Homebrew/homebrew#15741.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-30 06:31:25 -07:00
Myles Borins
d28a8611e5 chuck 1.3.1.2
Closes Homebrew/homebrew#15091.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 10:52:00 -07:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Jack Nagel
7c648d9732 Shore up a number of shell quoting issues
When interpolating in strings passed to Formula#system, it should be
done in such a way that if any interpolated variables contain spaces,
they are either (a) passed as part of a list or (b) protected by quotes
if they are part of a long string (which is subject to shell expansion).
Otherwise, they will be split on the space when expanded by the shell
and passed as multiple arguments to whatever process is being executed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:03:11 -05:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Alexis Hildebrandt
1226aad737 ChucK 1.2.1.3
A new (and developing) audio programming language for real-time synthesis,
composition, performance, and now, analysis - fully supported on MacOS X,
Windows, and Linux.

ChucK presents a new time-based, concurrent programming model that's highly
precise and expressive (we call this strongly-timed), as well as dynamic
control rates, and the ability to add and modify code on-the-fly.

In addition, ChucK supports MIDI, OSC, HID device, and multi-channel audio.
It's fun and easy to learn, and offers composers, researchers, and performers
a powerful programming tool for building and experimenting with complex audio
synthesis/analysis programs, and real-time interactive control.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-22 09:30:20 -07:00