summaryrefslogtreecommitdiff
path: root/print/poppler-glib
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-10-24 23:28:53 +0000
committerwiz <wiz@pkgsrc.org>2008-10-24 23:28:53 +0000
commit03927847e898e22d51c911bd428f403e2b7279c7 (patch)
tree9011801369d4715c16f826e10c0df8df05d0d916 /print/poppler-glib
parenta5f9f89569170f10caeac40d50b51fe04ef36a31 (diff)
downloadpkgsrc-03927847e898e22d51c911bd428f403e2b7279c7.tar.gz
Update to 0.10.0:
Release 0.10.0 core: * Fix crashes on PDF using Stitching or Axial Shading painting * Fix rendering of PDF with Type1 fonts that have more than one encoding definition per line * Do not try to save documents that have Encryption as we do not support that and the user ended with a broken file * Fix crash on files with OptionalContentGroup but no Name Qt4: * Fix the area of the links to be correctly reported on rotated documents misc: * Mingw+Msys should work Release 0.9.3 (0.10 RC 2) core: * Fix rendering regression on some embedded fonts * Fix rendering regression of some special fonts * Fix crash on documents with bogus jpeg data Qt4: * The printing flag defaults to true on PSConverter * Documentation improvement utils: * Fix regression that made HmtlOutputDev ignore jpeg images misc: * Improve compilation on mingw Release 0.9.2 (0.10 RC 1) core: * Fix conversion to PS some files (bug #17645) * Small Form fixes * Small JS fixes * Improve memory usage of the cairo renderer utils: * Fix mismatched free/delete in pdftohtml * Fix memory leak in pdftohtml * Fix crash in pdftohtml glib: * Fix a crash in forms demo misc: * Compile with -pedantic Release 0.9.1 (0.10 Beta 2) Core: * Fix crash on some AESv2 encrypted files (bugs #13972, #16092, #17523) * Improve parsing of broken files (bug #17568) glib frontend: * Minor improvements to the demo application utils: * pdftohtml: Generate the outline file in the same place of the other generated files (bug #17504) Release 0.9.0 (0.10 Beta 1) Core: * Initial JavaScript support * Annotation improvements * Improvements in the Arthur based renderer * Improvements in the Cairo based renderer * Added a JPEG2000 decoder based on OpenJPEG * Small fixes in ActualText implementation * Fix jpeg rendering when not using the libjpeg based decoder * Movie fixes * Do not get out of memory on documents that specify huge fonts * Emulate Adobe Reader behaviour on documents with duplicate keys in Dictionaries * Forms improvements Qt4 frontend: * Annotation improvements * Forms improvements * Add the possibility of extracting embedded fonts * Initial Movie support * Documentation improvements * Small improvements in the PS exporter glib frontend: * Annotation improvements * Attachment fixes utils: * updated man pages * Added -listenc to pdfinfo and pdftotext
Diffstat (limited to 'print/poppler-glib')
-rw-r--r--print/poppler-glib/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/print/poppler-glib/Makefile b/print/poppler-glib/Makefile
index 873f1433ff0..f486224f8b9 100644
--- a/print/poppler-glib/Makefile
+++ b/print/poppler-glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/11/28 20:51:33 drochner Exp $
+# $NetBSD: Makefile,v 1.16 2008/10/24 23:28:53 wiz Exp $
#
.include "../../print/poppler/Makefile.common"
@@ -24,9 +24,8 @@ CONFIGURE_ARGS+= --disable-poppler-qt
CONFIGURE_ARGS+= --disable-gtk-test
CONFIGURE_ARGS+= --disable-utils
-BUILD_DIRS= ${WRKSRC}/goo ${WRKSRC}/fofi ${WRKSRC}/poppler \
- ${WRKSRC}/glib
-INSTALL_DIRS= ${WRKSRC}/glib
+BUILD_DIRS= goo fofi poppler glib
+INSTALL_DIRS= glib
INSTALLATION_DIRS+= lib/pkgconfig