diff --git a/office/misc/podofo/actions.py b/office/misc/podofo/actions.py
index 8b72193fc5..02c4be2d34 100644
--- a/office/misc/podofo/actions.py
+++ b/office/misc/podofo/actions.py
@@ -16,8 +16,6 @@ def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DFREETYPE_INCLUDE_DIR=/usr/include/freetype2 \
- -DPODOFO_BUILD_SHARED=1 \
- -DPODOFO_BUILD_STATIC=0 \
-DPODOFO_HAVE_JPEG_LIB=1 \
-DPODOFO_HAVE_PNG_LIB=1 \
-DPODOFO_HAVE_TIFF_LIB=1 \
@@ -34,5 +32,5 @@ def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.cd("..")
- pisitools.dodoc("AUTHORS", "COPYING", "COPYING.LIB", "ChangeLog", "NEWS", "TODO")
- pisitools.dohtml("README.html", "FAQ.html")
+ pisitools.dodoc("AUTHORS*", "COPYING", "TODO*")
+ # pisitools.dohtml("README.html", "FAQ.html")
diff --git a/office/misc/podofo/pspec.xml b/office/misc/podofo/pspec.xml
index c7896eea29..ed3ce8d95a 100644
--- a/office/misc/podofo/pspec.xml
+++ b/office/misc/podofo/pspec.xml
@@ -14,7 +14,7 @@
app:console
A library to work with the PDF file format
The PoDoFo library is a free, portable C++ library which includes classes to parse PDF files and modify their contents into memory. The changes can be written back to disk easily. The parser can also be used to extract information from a PDF file (for example the parser could be used in a PDF viewer). Besides parsing PoDoFo includes also very simple classes to create your own PDF files. All classes are documented so it is easy to start writing your own application using PoDoFo.
- mirrors://sourceforge/podofo/podofo-0.9.6.tar.gz
+ https://github.com/podofo/podofo/archive/refs/tags/0.10.0.tar.gz
cmake
zlib-devel
@@ -30,7 +30,7 @@
openssl-devel
- podofo-0.9.4-freetype.patch
+
@@ -73,7 +73,14 @@
-
+
+ 2023-05-14
+ 0.10.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
2020-01-15
0.9.6
Rebuild