diff options
author | wiz <wiz@pkgsrc.org> | 2014-11-20 16:03:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-11-20 16:03:46 +0000 |
commit | 01b9fc14cb5b1fc3b631ac541f1c349427be1613 (patch) | |
tree | dac33eb323c4e9aa442d742ffac555dd65748aea /print/poppler-glib | |
parent | f8f35e3bfac8354e3b0afe58701787c907411321 (diff) | |
download | pkgsrc-01b9fc14cb5b1fc3b631ac541f1c349427be1613.tar.gz |
Update poppler to 0.28.1:
Release 0.28.0
core:
* Fix rendering of file with a wrong embedded font. Bug #84270
* Use alt colorspace to get CMYK values for an ICC based CMYK colorspace. Bug #79019
* Map Standard/Expert encoding ligatures to AGLFN names. Bug #80093
* Make Attribute::getName() work when UTF-16BE is used. Bug #84722
* Fix memory leak in Dict::remove. Bug #84607
* Fix crashes in broken files
* SplashOutputDev: Improve Overprintmode and shadings. Bug #80998
* CairoOutputDev: fix crash when no group color space. Bug #85137
* CairoOutputDev: Don't render text when text matrix is not invertable. Bug #78042
* CairoOutputDev: Only embed mime data for gray/rgb/cmyk colorspaces. Bug #80719
* CairoOutputDev: Only embed mime data if image decode map is identity
* cairo: Use matrix to determine pattern size. Bug #33364
* Fix compile warnings
* regression test improvements
glib:
* Fix use of uninitialized members in PopplerInputStream. Bug #82630
* Documentation improvements
* Do not dist gir_DATA
* Remove use of GTK deprecated functions. Bug #82384. Bug #82385
* Build introspection linking to the uninstalled libraries. Big #84526
qt4:
* Add a new Page::annotations() that lets you specify subtypes
qt5:
* Add a new Page::annotations() that lets you specify subtypes
utils:
* pdfseparate: additional handling for annotations. Bug #77549
* pdfdetach: fix crash when getPage() returns null. Bug #85145
* pdftocairo: Add support for printing to a Windows printer. Bug #79936
build system:
* Move automake version check from autogen.sh to configure.ac. Bug #79797
* Makefile.am cleanups. Bug #79411
* Use poppler-data pkg-config
* Make autogen.sh work with variables with spaces
* Don't use -fPIC on mingw
* Fix build with --disable-utils. Bug #84448
Diffstat (limited to 'print/poppler-glib')
-rw-r--r-- | print/poppler-glib/PLIST | 4 | ||||
-rw-r--r-- | print/poppler-glib/buildlink3.mk | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/print/poppler-glib/PLIST b/print/poppler-glib/PLIST index 92f29f3ed1c..43e4cd40b80 100644 --- a/print/poppler-glib/PLIST +++ b/print/poppler-glib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2014/04/29 07:56:48 wiz Exp $ +@comment $NetBSD: PLIST,v 1.17 2014/11/20 16:03:46 wiz Exp $ include/poppler/glib/poppler-action.h include/poppler/glib/poppler-annot.h include/poppler/glib/poppler-attachment.h @@ -40,7 +40,9 @@ share/gtk-doc/html/poppler/index.html share/gtk-doc/html/poppler/index.sgml share/gtk-doc/html/poppler/left-insensitive.png share/gtk-doc/html/poppler/left.png +share/gtk-doc/html/poppler/poppler-PDF-Utility-functions.html share/gtk-doc/html/poppler/poppler-PopplerAction.html +share/gtk-doc/html/poppler/poppler-PopplerColor.html share/gtk-doc/html/poppler/poppler-Version-and-Features-Information.html share/gtk-doc/html/poppler/poppler-poppler.html share/gtk-doc/html/poppler/poppler.devhelp2 diff --git a/print/poppler-glib/buildlink3.mk b/print/poppler-glib/buildlink3.mk index 0ed78e5d38c..cad3c8935ec 100644 --- a/print/poppler-glib/buildlink3.mk +++ b/print/poppler-glib/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.41 2014/05/05 00:48:18 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.42 2014/11/20 16:03:46 wiz Exp $ BUILDLINK_TREE+= poppler-glib @@ -6,7 +6,7 @@ BUILDLINK_TREE+= poppler-glib POPPLER_GLIB_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.poppler-glib+= poppler-glib>=0.5.1 -BUILDLINK_ABI_DEPENDS.poppler-glib+= poppler-glib>=0.26.0nb1 +BUILDLINK_ABI_DEPENDS.poppler-glib+= poppler-glib>=0.28.1 BUILDLINK_PKGSRCDIR.poppler-glib?= ../../print/poppler-glib .include "../../devel/glib2/buildlink3.mk" |