Update to poppler-21.10.0.
This commit is contained in:
parent
696ae83de8
commit
95f4ad9939
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.168 2021/09/08 17:50:37 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.169 2021/11/01 18:33:24 kili Exp $
|
||||
|
||||
COMMENT-main= PDF rendering library
|
||||
COMMENT-qt5= Qt5 interface to PDF rendering library
|
||||
COMMENT-qt6= Qt6 interface to PDF rendering library
|
||||
COMMENT-utils= PDF conversion tools and utilities
|
||||
|
||||
V= 21.09.0
|
||||
V= 21.10.0
|
||||
DISTNAME= poppler-$V
|
||||
CATEGORIES= print
|
||||
PKGNAME-main= poppler-$V
|
||||
@ -15,10 +15,10 @@ PKGNAME-qt6= poppler-qt6-$V
|
||||
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
SHARED_LIBS += poppler 71.0 # 113.0
|
||||
SHARED_LIBS += poppler 72.0 # 113.0
|
||||
SHARED_LIBS += poppler-glib 19.9 # 8.21
|
||||
SHARED_LIBS += poppler-qt5 8.9 # 1.29
|
||||
SHARED_LIBS += poppler-qt6 1.0 # 3.0
|
||||
SHARED_LIBS += poppler-qt5 8.10 # 1.30
|
||||
SHARED_LIBS += poppler-qt6 1.1 # 3.1
|
||||
SHARED_LIBS += poppler-cpp 17.0 # 0.9
|
||||
|
||||
HOMEPAGE= https://poppler.freedesktop.org/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (poppler-21.09.0.tar.xz) = Wkf+9zjCuZRx+bRZqL+LQK77fu2SyqSGHDeYsuEm0Fs=
|
||||
SIZE (poppler-21.09.0.tar.xz) = 1722828
|
||||
SHA256 (poppler-21.10.0.tar.xz) = lktbFikPvsP65XwqW83qSbsHNr11DDo3EcR5lcnvw5Q=
|
||||
SIZE (poppler-21.10.0.tar.xz) = 1779668
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-poppler_Form_cc,v 1.9 2021/09/08 17:50:37 kili Exp $
|
||||
$OpenBSD: patch-poppler_Form_cc,v 1.10 2021/11/01 18:33:25 kili Exp $
|
||||
|
||||
Index: poppler/Form.cc
|
||||
--- poppler/Form.cc.orig
|
||||
+++ poppler/Form.cc
|
||||
@@ -37,6 +37,7 @@
|
||||
@@ -38,6 +38,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include <set>
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-qt5_src_CMakeLists_txt,v 1.6 2021/09/08 17:50:37 kili Exp $
|
||||
$OpenBSD: patch-qt5_src_CMakeLists_txt,v 1.7 2021/11/01 18:33:25 kili Exp $
|
||||
|
||||
- Remove hardcoded SOVERSION
|
||||
|
||||
@ -9,7 +9,7 @@ Index: qt5/src/CMakeLists.txt
|
||||
)
|
||||
add_library(poppler-qt5 ${poppler_qt5_SRCS})
|
||||
generate_export_header(poppler-qt5 BASE_NAME poppler-qt5 EXPORT_FILE_NAME "${CMAKE_CURRENT_BINARY_DIR}/poppler-export.h")
|
||||
-set_target_properties(poppler-qt5 PROPERTIES VERSION 1.29.0 SOVERSION 1)
|
||||
-set_target_properties(poppler-qt5 PROPERTIES VERSION 1.30.0 SOVERSION 1)
|
||||
if(MINGW AND BUILD_SHARED_LIBS)
|
||||
get_target_property(POPPLER_QT5_SOVERSION poppler-qt5 SOVERSION)
|
||||
set_target_properties(poppler-qt5 PROPERTIES SUFFIX "-${POPPLER_QT5_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-qt6_src_CMakeLists_txt,v 1.3 2021/09/08 17:50:37 kili Exp $
|
||||
$OpenBSD: patch-qt6_src_CMakeLists_txt,v 1.4 2021/11/01 18:33:25 kili Exp $
|
||||
|
||||
- Remove hardcoded SOVERSION
|
||||
|
||||
@ -9,7 +9,7 @@ Index: qt6/src/CMakeLists.txt
|
||||
)
|
||||
add_library(poppler-qt6 ${poppler_qt6_SRCS})
|
||||
generate_export_header(poppler-qt6 BASE_NAME poppler-qt6 EXPORT_FILE_NAME "${CMAKE_CURRENT_BINARY_DIR}/poppler-export.h")
|
||||
-set_target_properties(poppler-qt6 PROPERTIES VERSION 3.0.0 SOVERSION 3)
|
||||
-set_target_properties(poppler-qt6 PROPERTIES VERSION 3.1.0 SOVERSION 3)
|
||||
if(MINGW AND BUILD_SHARED_LIBS)
|
||||
get_target_property(POPPLER_QT6_SOVERSION poppler-qt6 SOVERSION)
|
||||
set_target_properties(poppler-qt6 PROPERTIES SUFFIX "-${POPPLER_QT6_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
|
||||
|
@ -1,8 +1,9 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.40 2021/05/19 19:57:03 kili Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.41 2021/11/01 18:33:25 kili Exp $
|
||||
@conflict poppler-qt-<0.5.4p0
|
||||
@pkgpath print/poppler
|
||||
include/poppler/
|
||||
include/poppler/Annot.h
|
||||
include/poppler/AnnotStampImageHelper.h
|
||||
include/poppler/Array.h
|
||||
include/poppler/BBoxOutputDev.h
|
||||
include/poppler/CMap.h
|
||||
|
Loading…
Reference in New Issue
Block a user