CLAM (C++ Library for Audio and Music) is a library for analysis,
synthesis, and transformation of audio signals. Project is located at
http://clam-project.orgClosesHomebrew/homebrew#9330.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Due to the removal of growl-notify from Homebrew I'm removing the
dependency from the growly formula.
ClosesHomebrew/homebrew#9339.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Perforce seems to have provided a new build revision at the same URL,
thus causing the md5 check to fail. Fixed the md5 and updated the
version.
ClosesHomebrew/homebrew#9336.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Removed extra space at the start of -DOPENCV_EXTRA_C_FLAGS parameter that was
killing the 32bit build on Mac OS X Lion.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Inadvertently failing to pass the correct library paths to the linker
can cause a build to link against an incorrect version of a library.
Some compilers don't pass the runtime path defined with '-Rpath' to the
linker. With this defined, paths will be passed to the linker with
-Wl,rpath, rather than -R.
Apple's gcc-4.0, gcc-4.2, and llvm-gcc do not complain about -R, but it
is not documented as far as I can tell, and clang complains vocally
about it. As long as they all support the -Wl format, we may as well be
safe.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
I'm not sure if this was every really necessary, but at least in current
git, these things are already hardlinks to the main git binary. From a
non-Homebrew build:
$ ls -i1
53142021 git
53142026 git-cvsserver
53142021 git-receive-pack
53142025 git-shell
53142021 git-upload-archive
53142022 git-upload-pack
53142116 gitk
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Add a comment to Pango explaining why Cairo is required on Lion. Remove Cairo
dependencies from Graphviz as the Pango dependency will include it if needed.
ClosesHomebrew/homebrew#8821.
ClosesHomebrew/homebrew#9238.
Lua can be patched to provide better readline support.[1] On OSX the patch
will use libedit.
I am new to Lua, so I can't say how popular this patch is, but it builds
cleanly and easily with Homebrew, and I'm already finding that it makes
Lua's REPL much more friendly.
[1] See http://lua-users.org/wiki/LuaPowerPatches, under 'Advanced readline
support'.
ClosesHomebrew/homebrew#9255.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
- enable Quartz backend
- Cairo/Pango are now optional; if not enabled, PDF output is done with Quartz
- enable language bindings by default (option to disable)
- build GraphViz.app
ClosesHomebrew/homebrew#9100.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Restores compatibility with Qt 4.8.x. Also upgrades SIP to 4.13.1.
FixesHomebrew/homebrew#9225.
ClosesHomebrew/homebrew#9249.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>