Commit graph

31 commits

Author SHA1 Message Date
Mike McQuaid
997c423f27 poppler: depend on :fontconfig rather than :x11 2012-08-22 14:01:21 -07:00
Jack Nagel
227e2bb14b poppler: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:24:11 -05:00
Jack Nagel
0af290c380 poppler 0.20.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-14 04:00:01 -05:00
Jack Nagel
d6e8244287 Update formulae for XQuartz compatibility 2012-07-01 12:41:00 -05:00
Charlie Sharpsteen
3e7b28c2dd Poppler: Update to 0.20.0 2012-05-23 14:31:51 -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
Charlie Sharpsteen
a740c862f7 Poppler: Update to 0.18.4 2012-02-17 00:40:02 -08:00
Charlie Sharpsteen
5c85c56991 Poppler: Update to 0.18.3 2012-01-27 00:42:45 -08:00
Charlie Sharpsteen
8dc90d4ab2 Poppler: Update to 0.18.2 2011-12-05 11:48:46 -08:00
Charlie Sharpsteen
a083319f9f Poppler: Update to 0.18.1 2011-11-12 12:50:06 -08:00
Charlie Sharpsteen
0eea9025b5 Poppler: Update to 0.18 2011-09-29 18:57:51 -07:00
Charlie Sharpsteen
de9c1060fc Poppler: Enable XPDF headers by default
Some software depends on these headers. Also, they don't take up much space so
there is really no reason to leave them out.
2011-09-27 00:52:51 -07:00
Charlie Sharpsteen
8b9be09d56 Poppler: Update font data to version 0.4.5 2011-09-26 10:15:38 -07:00
Charlie Sharpsteen
5f8396ac55 Poppler: Explicitly disable Qt unless requested
Fixes Homebrew/homebrew#6745.
2011-09-16 22:07:33 -07:00
Charlie Sharpsteen
efbca44a38 poppler 0.16.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-30 06:25:56 -07:00
Charlie Sharpsteen
6ca244ce0b Poppler: Actually depend on Glib if requested
When `--with-glib` is passed to the Poppler formula, then glib should be added
to the dependency list.

This patch also changes the way dependencies are specified to `configure` so
that it will fail if something this derpy happens again.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-20 17:01:17 -07:00
Charlie Sharpsteen
4f354685eb Poppler: Add option for building Glib backend
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-20 15:05:02 -07:00
Charlie Sharpsteen
8cc79c0603 Poppler: use ENV.x11 instead of a patch
Adding paths to `/usr/X11` through ENV.x11 allows Poppler's configure script to
find Fontconfig without resorting to patching `Makefile.in`.

Tested on OS X 10.5.x and 10.6.x

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-04 17:03:23 -07:00
Charlie Sharpsteen
e6cf4e0bb3 Update Poppler to 0.16.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-03 11:05:12 -07:00
Charlie Sharpsteen
e98006137a Cleanup Poppler formula
Consolidate `pkg-config` query into one command. Add Homebrew lib directory to
LDFLAGS so that Qt Frameworks can be found on 10.5.0 where
`libtool` strips the `-F` flag unless it is preceded by `-Wl`.

Move patch explanation into the patch.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-19 08:01:22 -07:00
Charlie Sharpsteen
ad89d66fa0 Poppler 0.16.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-02 10:18:38 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Charlie Sharpsteen
0ccc5eeb68 Bump Poppler to 0.16.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-06 16:22:11 -08:00
Charlie Sharpsteen
d6651f357e Update Poppler to 0.16.2
Also added option for installing XPDF headers.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-12 11:37:33 -08:00
Adam Vandenberg
19e5e6e64a Mark scons, cmake & pkg-config as build-time deps 2010-10-12 07:13:29 -07:00
Adam Vandenberg
ac4e28a5ba Document all existing install options. 2010-08-10 13:05:20 -07:00
Adam Vandenberg
7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
lukas
43473babcf updated libpoppler (pdftotext) to 0.14.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-06 07:58:53 -07:00
Charlie Sharpsteen
433d224705 Updated poppler formula
Updated the poppler formula to address the following issues:

- Poppler font data is now downloaded and installed to
  #{prefix}/share/poppler using an internal brew.

- Added an install option, --with-qt4, that sets flags for linking to Qt
  frameworks installed by the qt formula.

Using the qt4 option will also desginate the qt formula as a dependency
which will significantly increase compile times if Qt has not allready
been installed.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-06 20:45:10 -07:00
System Administrator
53909b8b94 fixed dependency problem in poppler formula, bumped to poppler 0.12.4
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-03-18 20:45:27 +01:00
Dan Walters
cb2b22085e poppler 0.12.2
Poppler is a PDF rendering library based on the xpdf-3.0 code base.  It comes with several utilities, including pdftotext and pdftohtml.
2009-12-05 17:00:13 +00:00