pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 1 14:11:12 UTC 2016
Modified Files:
pkgsrc/print/poppler: Makefile.common distinfo
pkgsrc/print/poppler-glib: PLIST
Log Message:
Update poppler* to 0.46.0.
Release 0.46.0
core:
* cairo: fix bug in setAntialias()
* cairo: Fix tiling patterns with BBox with non-zero x,y
* cairo: try finding glyphs in substitute fonts by unicode value. Bug #96994
* Added XRef modification flag
* Added DocInfo setters & getters
* Be less strict when parsing FitH Link destinations. Bug #96661
utils:
* pdftocairo: revert the use of groups for blending into white page
* pdftocairo: Use fprintf for printing errors
* pdfinfo: Don't print pdf info when printing metadata, javascript, or structure. Bug #96801
glib:
* Added document property setters & simplified getters
* make document metatag gobject properties writeable
cpp:
* pass len to GooString constructor in detail::ustring_to_unicode_GooString(). Bug #96426
* Added functions to save a document
* Added document property setters & getters
qt4:
* Added document property setters & simplified getters
qt5:
* Added document property setters & simplified getters
build system:
* configure: Don't use -fPIC on cygwin
* configure: Work with non gnu greps
Release 0.45.0
core:
* SplashOutputDev: Fix iccTransform + splashModeXBGR8
* Fix memory leaks
* Fix crash in broken files. Bug #95567. Bug #96027
* Emulate some non portable glibc functions when not available
utils:
* pdftohtml: Fix crash in broken files. Bug #95563
* pdfinfo: convert dates to local time zone
* pdfinfo: add -isodates for printing dates in ISO-8601 format
* pdfinfo: Fix memory leaks
glib:
* return date in UTC instead of local time. Bug #94173
cpp:
* switched from detail::convert_date() to core's dateStringToTime()
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.109 -r1.110 pkgsrc/print/poppler/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/print/poppler-glib/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/poppler/Makefile.common
diff -u pkgsrc/print/poppler/Makefile.common:1.79 pkgsrc/print/poppler/Makefile.common:1.80
--- pkgsrc/print/poppler/Makefile.common:1.79 Sun May 22 18:17:17 2016
+++ pkgsrc/print/poppler/Makefile.common Mon Aug 1 14:11:12 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.79 2016/05/22 18:17:17 wiz Exp $
+# $NetBSD: Makefile.common,v 1.80 2016/08/01 14:11:12 wiz Exp $
#
# used by print/poppler/Makefile
# used by print/poppler-cpp/Makefile
@@ -8,7 +8,7 @@
# used by print/poppler-qt5/Makefile
# used by print/poppler-utils/Makefile
-POPPLER_VERS= 0.44.0
+POPPLER_VERS= 0.46.0
DISTNAME= poppler-${POPPLER_VERS}
CATEGORIES= print
MASTER_SITES= http://poppler.freedesktop.org/
Index: pkgsrc/print/poppler/distinfo
diff -u pkgsrc/print/poppler/distinfo:1.109 pkgsrc/print/poppler/distinfo:1.110
--- pkgsrc/print/poppler/distinfo:1.109 Thu Jun 2 05:14:21 2016
+++ pkgsrc/print/poppler/distinfo Mon Aug 1 14:11:12 2016
@@ -1,14 +1,13 @@
-$NetBSD: distinfo,v 1.109 2016/06/02 05:14:21 richard Exp $
+$NetBSD: distinfo,v 1.110 2016/08/01 14:11:12 wiz Exp $
-SHA1 (poppler-0.44.0.tar.xz) = e299affb9180e920c977fd60a217a6c21bde23c2
-RMD160 (poppler-0.44.0.tar.xz) = 9037dd395f7e789bae96dfb3b1a5acf8cb9c0814
-SHA512 (poppler-0.44.0.tar.xz) = 356bb8d5ba333dd86f2350dab3d18e7beddabc54f0449514248e7928e56bbcd8a5941bf817a12fc780810927425567fddbfacf723894414ae21814189b54c1f8
-Size (poppler-0.44.0.tar.xz) = 1671900 bytes
+SHA1 (poppler-0.46.0.tar.xz) = 210b12c2474d3d3f1bb3db5792fe057e69b945ed
+RMD160 (poppler-0.46.0.tar.xz) = 5c6cb4d4d5b7cfb5badc47243ee78a33db2a35ed
+SHA512 (poppler-0.46.0.tar.xz) = c303875ae8082e8cd0332ecff82e52678393d0015d092aee6fec3cc191218f155aca049ce43996c255122f550aae53ed019bb7855291d117d0b9e25ab83e9caf
+Size (poppler-0.46.0.tar.xz) = 1680940 bytes
SHA1 (patch-aa) = f97ea3f4d381c189fc81552d91a50cd62bd0c1a1
SHA1 (patch-ab) = 791c4ffd9488d5c261398cabe323d6c112b3744e
SHA1 (patch-ag) = d4df4fdf141186e1cc653bb467b31b3335d733ff
SHA1 (patch-aq) = da845661ef7f7aca3072dbeebde0444b4d8f01aa
SHA1 (patch-ar) = b064ff2dc9080ff5f1a1361e7798480ace11f3a3
SHA1 (patch-as) = 1238357e57fa310ba9c9f00768c46074b8325739
-SHA1 (patch-configure) = 07eea448deca5a1c586376ba38070a3efe943415
SHA1 (patch-qt5_src_Makefile.in) = c3a47fde201d61a7b7674020f5c998173a61b216
Index: pkgsrc/print/poppler-glib/PLIST
diff -u pkgsrc/print/poppler-glib/PLIST:1.20 pkgsrc/print/poppler-glib/PLIST:1.21
--- pkgsrc/print/poppler-glib/PLIST:1.20 Sun May 22 18:17:17 2016
+++ pkgsrc/print/poppler-glib/PLIST Mon Aug 1 14:11:12 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2016/05/22 18:17:17 wiz Exp $
+@comment $NetBSD: PLIST,v 1.21 2016/08/01 14:11:12 wiz Exp $
include/poppler/glib/poppler-action.h
include/poppler/glib/poppler-annot.h
include/poppler/glib/poppler-attachment.h
@@ -34,6 +34,7 @@ share/gtk-doc/html/poppler/api-index-0-2
share/gtk-doc/html/poppler/api-index-0-22.html
share/gtk-doc/html/poppler/api-index-0-26.html
share/gtk-doc/html/poppler/api-index-0-33.html
+share/gtk-doc/html/poppler/api-index-0-46.html
share/gtk-doc/html/poppler/api-index-deprecated.html
share/gtk-doc/html/poppler/api-index-full.html
share/gtk-doc/html/poppler/ch01.html
Home |
Main Index |
Thread Index |
Old Index