Wxmaxima needs the standard caveat telling the user where the
app gets installed, plus one about linking the app, plus one
describing how to first setup wxmaxima to find maxima.
FixesHomebrew/homebrew#15721ClosesHomebrew/homebrew#15790.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- Add `--extra-cflags` using pkg-config to find openjpeg.
- The cflags fix a configure error.
- Add an option `with-schroedinger` for Dirac Video
FixesHomebrew/homebrew#15772FixesHomebrew/homebrew#15734ClosesHomebrew/homebrew#15791.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
mpd out of the box doesn't do well with m4a files. Since Homebrew
is used on OS X, and a lot of Mac users are bound to have lots of
music purchased from iTunes, it makes sense to install mpd with
all the dependencies necessary to play iTunes-purchased music.
ClosesHomebrew/homebrew#15788.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Also, disable building Ruby bindings, as they try to install to a
system folder that the user may not have permission to.
ClosesHomebrew/homebrew#14341.
GNU GLOBAL is distributed with a PHP parser generated with an older
version of flex(1). That parser has some limitation (see
http://comments.gmane.org/gmane.comp.gnu.global.bugs/1439).
Added a rebuild of the PHP parser to the install target.
ClosesHomebrew/homebrew#13814.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Add in u-boot-tools which are used to create bootable
kernel and ramdisk images for embeded platforms taht use the uboot
bootloader such as sheevaplugs, android, etc.
ClosesHomebrew/homebrew#15764.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- Neither super-stable nor stable compile due to our new libpng.
- So swith to using the netpbm advanced and trunk branches.
- Upgrade to the newer advanced revision 1755, version 10.60.02.
- Remove the patches for devel and HEAD that have been merged.
- Works with superenv
FixesHomebrew/homebrew#15677.
ClosesHomebrew/homebrew#15762.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
If the Poppler configure script detects Glib libraries, it will set up for a
build but fail because superenv strips required utilities out of the `PATH`.
Also, fix use of conditional expression operators. `build.include?`
_must always_ have a set of parenthesis surrounding its argument when used in a
conditional expression.
FixesHomebrew/homebrew#15748.
The PGPLOT Graphics Subroutine Library is a Fortran-
or C-callable, device-independent graphics package
for making simple scientific graphs.
ClosesHomebrew/homebrew#11233.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>