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:           Tue May  2 13:27:59 UTC 2017

Modified Files:
        pkgsrc/print/poppler: Makefile.common distinfo
        pkgsrc/print/poppler-qt5: Makefile

Log Message:
poppler*: update to 0.54.0:

Release 0.54.0
        core:
         * Make XRef reconstruction a bit better. Bug #100509

        glib:
         * Expose movie play mode. Bug #99625
         * demo: Show play mode in movie properties view

        qt5:
         * Compile with -DQT_NO_CAST_FROM_BYTEARRAY. Bug #100311

        utils:
         * pdfimages: don't fail listing if inline image data contains 'EI'. Bug #100737

Release 0.53.0
        core:
         * Form support improvements
         * SplashOutputDev: Fix memory leak when rendering images with colormap and matte color
         * Minor fix in GlobalParams documentation

        qt5:
         * Expose form calculate order
         * Expose Form additional actions

        utils:
         * pdfimages: support 16bpc png and tiff images. Bug #99988
         * pdftohtml: fix small memory leak when constructing some filenames
         * pdfinfo: fix leak when printing JS

        build sytem:
         * Compile in C++11 mode


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.113 -r1.114 pkgsrc/print/poppler/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/print/poppler-qt5/Makefile

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.83 pkgsrc/print/poppler/Makefile.common:1.84
--- pkgsrc/print/poppler/Makefile.common:1.83   Wed Feb 22 15:26:09 2017
+++ pkgsrc/print/poppler/Makefile.common        Tue May  2 13:27:59 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.83 2017/02/22 15:26:09 wiz Exp $
+# $NetBSD: Makefile.common,v 1.84 2017/05/02 13:27:59 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.52.0
+POPPLER_VERS=          0.54.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.113 pkgsrc/print/poppler/distinfo:1.114
--- pkgsrc/print/poppler/distinfo:1.113 Wed Feb 22 15:26:09 2017
+++ pkgsrc/print/poppler/distinfo       Tue May  2 13:27:59 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.113 2017/02/22 15:26:09 wiz Exp $
+$NetBSD: distinfo,v 1.114 2017/05/02 13:27:59 wiz Exp $
 
-SHA1 (poppler-0.52.0.tar.xz) = 82ca0263a0c22ec2efe3f8b3be5e4071b197807f
-RMD160 (poppler-0.52.0.tar.xz) = 41ac38d00644434485c58a89d4e1e755ed593f5b
-SHA512 (poppler-0.52.0.tar.xz) = 8047af6cb6b1daff12f26463addbaaf532ef1f5c5185bc37eba6bc110438bc88687115bfec2802d738612fbc0c51ca5f7a5182989a23e30a05e9dab7ae4f5a52
-Size (poppler-0.52.0.tar.xz) = 1692144 bytes
+SHA1 (poppler-0.54.0.tar.xz) = 53de8e3ee2853da8b40bc665c0411ed0dee16c49
+RMD160 (poppler-0.54.0.tar.xz) = 0ceb382e2623d8d1edfe9aa6dadb898fe092ae4f
+SHA512 (poppler-0.54.0.tar.xz) = 1967cebdcc24c6a4ffc2ebea6940fafe315040afe5c8d797521897fe6ba851704af0e90122d3213d10d1dede7594b14198e6592c0666f4091e866c10cd104b43
+Size (poppler-0.54.0.tar.xz) = 1698392 bytes
 SHA1 (patch-aa) = f97ea3f4d381c189fc81552d91a50cd62bd0c1a1
 SHA1 (patch-ab) = 791c4ffd9488d5c261398cabe323d6c112b3744e
 SHA1 (patch-ag) = d4df4fdf141186e1cc653bb467b31b3335d733ff

Index: pkgsrc/print/poppler-qt5/Makefile
diff -u pkgsrc/print/poppler-qt5/Makefile:1.15 pkgsrc/print/poppler-qt5/Makefile:1.16
--- pkgsrc/print/poppler-qt5/Makefile:1.15      Sat Apr 22 21:03:54 2017
+++ pkgsrc/print/poppler-qt5/Makefile   Tue May  2 13:27:59 2017
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.15 2017/04/22 21:03:54 adam Exp $
+# $NetBSD: Makefile,v 1.16 2017/05/02 13:27:59 wiz Exp $
 
-PKGREVISION= 1
 .include "../../print/poppler/Makefile.common"
 
 PKGNAME=               poppler-qt5-${POPPLER_VERS}



Home | Main Index | Thread Index | Old Index