diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-10-04 04:06:12 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-10-08 14:42:48 +0000 |
commit | d098e42d4bd2df5002c1ff49186fae7feaf79ea2 (patch) | |
tree | b0e93b79ea7a59774e4906e22f2b83a1b99937c1 | |
parent | 051fab76d1593f8c29971809886690074dad8663 (diff) |
graphics/poppler: update to 22.10
Release 22.10.0:
core:
* SplashOutputDev::tilingPatternFill: Properly restore CTM on failure. Issue #1292
* Protect against malformed files
* Refactor code to not use strndup
* Other small code refactoring
utils:
* pdftoppm: Avoid round-off errors when determining raster dimensions
* pdftocairo: Avoid round-off errors when determining raster dimensions
* pdftotext: Simplify memory handling
qt:
* Take into account flagNoView when getting/setting the visible status. KDE bug #456313
build system:
* Fix sed invocation
PR: 266812
Exp-run by: antoine
-rw-r--r-- | graphics/poppler-glib/Makefile | 2 | ||||
-rw-r--r-- | graphics/poppler-qt5/Makefile | 2 | ||||
-rw-r--r-- | graphics/poppler-utils/Makefile | 2 | ||||
-rw-r--r-- | graphics/poppler/Makefile | 4 | ||||
-rw-r--r-- | graphics/poppler/distinfo | 6 |
5 files changed, 8 insertions, 8 deletions
diff --git a/graphics/poppler-glib/Makefile b/graphics/poppler-glib/Makefile index 1a5a85cc4f82..1ff9ad5524a1 100644 --- a/graphics/poppler-glib/Makefile +++ b/graphics/poppler-glib/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= GLib bindings to poppler diff --git a/graphics/poppler-qt5/Makefile b/graphics/poppler-qt5/Makefile index 326d6e35fff6..7c907c3f7eda 100644 --- a/graphics/poppler-qt5/Makefile +++ b/graphics/poppler-qt5/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Qt 5 bindings to poppler diff --git a/graphics/poppler-utils/Makefile b/graphics/poppler-utils/Makefile index 64907cff00ee..d5344a56089b 100644 --- a/graphics/poppler-utils/Makefile +++ b/graphics/poppler-utils/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Poppler's xpdf-workalike command line utilities # ' diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 0cc339caae21..416986d307a9 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -1,5 +1,5 @@ PORTNAME= poppler -DISTVERSION= 22.09.0 +DISTVERSION= 22.10.0 CATEGORIES= graphics print MASTER_SITES= https://poppler.freedesktop.org/ @@ -55,7 +55,7 @@ CMAKE_OFF+= ${_POPPLER_SLAVES:N${_SLAVE_PORT}:tu:S/^/ENABLE_/} PORTSCOUT= limitw:1,even USES+= iconv CMAKE_ON+= ENABLE_CPP -PLIST_SUB+= SHLIB_VER=124 +PLIST_SUB+= SHLIB_VER=125 OPTIONS_DEFINE= CURL OPENJPEG OPTIONS_DEFAULT= OPENJPEG diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo index 5c72f1d17caa..26e316fcc344 100644 --- a/graphics/poppler/distinfo +++ b/graphics/poppler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662005241 -SHA256 (poppler-22.09.0.tar.xz) = d7a8f748211359cadb774ba3e18ecda6464b34027045c0648eb30d5852a41e2e -SIZE (poppler-22.09.0.tar.xz) = 1842704 +TIMESTAMP = 1664856326 +SHA256 (poppler-22.10.0.tar.xz) = 04e40fad924a6de62e63017a6fd4c04696c1f526dedc2ba5ef275cedf646292a +SIZE (poppler-22.10.0.tar.xz) = 1844524 |