aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/poppler.rb
AgeCommit message (Collapse)Author
2013-06-17poppler 0.22.5Ed Porras
Closes #20558. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-13poppler 0.22.4Ed Porras
Closes #19785. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-19poppler 0.22.3Ed Porras
Closes #19314. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-23poppler 0.22.0John Hewson
Closes #17264. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-30poppler: Update to 0.20.5Charlie Sharpsteen
Also, update the Poppler font data to 0.4.6.
2012-10-30poppler: Add openjpeg dependencyCharlie Sharpsteen
As per the recommendation of `configure`.
2012-10-30poppler: Explicitly disable glib unless requestedCharlie Sharpsteen
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. Fixes #15748.
2012-08-22poppler: depend on :fontconfig rather than :x11Mike McQuaid
2012-08-13poppler: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-14poppler 0.20.2Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-05-23Poppler: Update to 0.20.0Charlie Sharpsteen
2012-05-15Shore up a number of shell quoting issuesJack Nagel
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-02-17Poppler: Update to 0.18.4Charlie Sharpsteen
2012-01-27Poppler: Update to 0.18.3Charlie Sharpsteen
2011-12-05Poppler: Update to 0.18.2Charlie Sharpsteen
2011-11-12Poppler: Update to 0.18.1Charlie Sharpsteen
2011-09-29Poppler: Update to 0.18Charlie Sharpsteen
2011-09-27Poppler: Enable XPDF headers by defaultCharlie Sharpsteen
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-26Poppler: Update font data to version 0.4.5Charlie Sharpsteen
2011-09-16Poppler: Explicitly disable Qt unless requestedCharlie Sharpsteen
Fixes #6745.
2011-06-30poppler 0.16.7Charlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-20Poppler: Actually depend on Glib if requestedCharlie Sharpsteen
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-20Poppler: Add option for building Glib backendCharlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-04Poppler: use ENV.x11 instead of a patchCharlie Sharpsteen
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-03Update Poppler to 0.16.6Charlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-19Cleanup Poppler formulaCharlie Sharpsteen
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-02Poppler 0.16.5Charlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-06Bump Poppler to 0.16.3Charlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-12Update Poppler to 0.16.2Charlie Sharpsteen
Also added option for installing XPDF headers. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
2010-08-10Document all existing install options.Adam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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-06updated libpoppler (pdftotext) to 0.14.1lukas
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-06Updated poppler formulaCharlie Sharpsteen
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-03-18fixed dependency problem in poppler formula, bumped to poppler 0.12.4System Administrator
Signed-off-by: David Höppner <0xffea@gmail.com>
2009-12-05poppler 0.12.2Dan Walters
Poppler is a PDF rendering library based on the xpdf-3.0 code base. It comes with several utilities, including pdftotext and pdftohtml.