Commit Graph

9 Commits (d36119b14628c186814db7b15c81acb67c959684)

Author SHA1 Message Date
nibbles 2bits 076d71c4c2 libzzip 0.13.62 + option for sdl
- Upgade libzzip to 0.13.62
- Add an option to build the SDL bindings
- Add a flag for `--without-debug`

Closes Homebrew/homebrew#14764.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-07 07:22:50 -07:00
Jack Nagel 4aeff92e35 libzzip: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:00 -05:00
Shawn Walker 54d267786a libzzip: add universal option
- Fix configure's failure to determine sizeof(long); reported upstream:
   https://sourceforge.net/tracker/?func=detail&aid=3511669&group_id=6389&atid=356389

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 15:49:34 -05:00
Nibbles 2bits 9d206730ed libzzip 0.13.61
Remove upstreamed patch.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-11 12:09:49 -07:00
Nibbles 2bits 4315834d56 libzzip 0.13.60
- Fix link error with clang

Fix a link error with clang & libtool. Configure chooses
  --export-dynamic
but that flag doesn't normally start with two dashes, only one.
There are no overrides or switches available for that.  The fix is an
inline patch for configure, adding the compiler case for darwin*) to set
ZZIPLIB_LDFLAGS="-export-dynamic".  Add the inline patch and bug report
url to the formula.  Add the 2sec make check for this compression
library.  Checks on Lion 10.7.3 and SL 10.6.8 with all five compilers
from the 4.3 CLT and XCode-4.0.2 (4D502).

Closes Homebrew/homebrew#10672.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-04 22:01:07 -06:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg 19e5e6e64a Mark scons, cmake & pkg-config as build-time deps 2010-10-12 07:13:29 -07:00
Adam Vandenberg cbf9e09acd libzzip - remove unused configure option 2010-07-25 12:40:09 -07:00
David Höppner a010d3405f New formula libzzip
The ZZIPlib provides read access on ZIP-archives. The library uses only
the patent-free compression-algorithms supported by Zlib. It provides
functions that transparently access files being either real files or zipped
files, both with the same filepath.
2010-02-02 13:17:29 +01:00