diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-02 18:40:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-02 18:40:42 +0000 |
commit | 81643c8736e4c914e47c02e142067fe9b708bd7a (patch) | |
tree | 565cf1dcd2377e00df66f61848a6e7f4993f9a6c /print/poppler | |
parent | ed645bb1bec567681179010836a4e2511c894020 (diff) | |
download | pkgsrc-81643c8736e4c914e47c02e142067fe9b708bd7a.tar.gz |
Update to 0.24.1. No shlib version change.
Release 0.24.1
core:
* SplashOutputDev: use getRGBLine images if available. Bug #66928
* SplashOutputDev: Don't copy bitmap if we don't need to.
* PSOutputDev: Fix regression in -eps -level1sep rendering. Bug #68321
* Fix crash in malformed file 1026.asan.0.42.pdf
* use copyString instead of strdup where memory is freed with gfree. Bug #67666
utils:
* pdfdetach: don't mention xpdfrc
* pdftotext: Fix -bbox with stdin as input. Bug #45163
* pdftohtml: Fix jpeg image export. Bug #48270
* pdfimages: Fix typos in man page
glib:
* demo: Remove GTK_DISABLE_DEPRECATED compilation flag
qt4:
* Fix small typo in documentation
qt5:
* Fix small typo in documentation
Diffstat (limited to 'print/poppler')
-rw-r--r-- | print/poppler/Makefile.common | 4 | ||||
-rw-r--r-- | print/poppler/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index 7cda8d62f61..e2bf34cf483 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.56 2013/08/22 09:11:16 prlw1 Exp $ +# $NetBSD: Makefile.common,v 1.57 2013/09/02 18:40:42 wiz Exp $ # # used by print/poppler/Makefile # used by print/poppler-cpp/Makefile @@ -7,7 +7,7 @@ # used by print/poppler-qt4/Makefile # used by print/poppler-utils/Makefile -POPPLER_VERS= 0.24.0 +POPPLER_VERS= 0.24.1 DISTNAME= poppler-${POPPLER_VERS} CATEGORIES= print MASTER_SITES= http://poppler.freedesktop.org/ diff --git a/print/poppler/distinfo b/print/poppler/distinfo index ae2aaa29dc0..05602896501 100644 --- a/print/poppler/distinfo +++ b/print/poppler/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.81 2013/08/22 09:11:16 prlw1 Exp $ +$NetBSD: distinfo,v 1.82 2013/09/02 18:40:42 wiz Exp $ -SHA1 (poppler-0.24.0.tar.xz) = fd40adf10127d040f16e00ce2497fc5e8f5e5753 -RMD160 (poppler-0.24.0.tar.xz) = 2b8e91ee67c7e5cacb845f268a66685ce5557270 -Size (poppler-0.24.0.tar.xz) = 1503420 bytes +SHA1 (poppler-0.24.1.tar.xz) = f805db83a4cf1c2169574a21b43582998bc03011 +RMD160 (poppler-0.24.1.tar.xz) = 25b6606d54a59e9f375a7d5e9863439dd09c6467 +Size (poppler-0.24.1.tar.xz) = 1504620 bytes SHA1 (patch-aa) = f67de7b11651207d968972e5b27eb017cf59ceb7 SHA1 (patch-ab) = 758c541fa14c82cb44a247cbc37e1582b0167229 SHA1 (patch-ag) = de9ef3e2498d5c07a8f35f1d215e377953a5dad8 |