diff --git a/hardware/printer/cups-filters/pspec.xml b/hardware/printer/cups-filters/pspec.xml index 95a43f62fd..1814434522 100644 --- a/hardware/printer/cups-filters/pspec.xml +++ b/hardware/printer/cups-filters/pspec.xml @@ -19,7 +19,7 @@ app:console OpenPrinting CUPS filters and backends Contains backends, filters, and other software that was once part of the core CUPS distribution but is no longer maintained by Apple Inc. In addition it contains additional filters developed independently of Apple, especially filters for the PDF-centric printing workflow introduced by OpenPrinting. - https://www.openprinting.org/download/cups-filters/cups-filters-1.21.6.tar.xz + https://www.openprinting.org/download/cups-filters/cups-filters-1.23.0.tar.xz cups-devel glib2-devel @@ -93,6 +93,13 @@ + + 2019-05-31 + 1.23.0 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-12-30 1.21.6 diff --git a/office/misc/qpdf/pspec.xml b/office/misc/qpdf/pspec.xml index 01c83e5d3a..8edd5fe261 100644 --- a/office/misc/qpdf/pspec.xml +++ b/office/misc/qpdf/pspec.xml @@ -12,7 +12,7 @@ Artistic-2 A Content-Preserving PDF Transformation System A command-line program that does structural, content-preserving transformations on PDF files - mirrors://sourceforge/qpdf/qpdf-8.2.1.tar.gz + mirrors://sourceforge/qpdf/qpdf-8.4.1.tar.gz libjpeg-turbo-devel libpcre-devel @@ -52,6 +52,13 @@ + + 2019-05-31 + 8.4.1 + Version Bump. + Pisi Linux Community + admin@pisilinux.org + 2018-10-07 8.2.1 diff --git a/office/postscript/poppler-data/pspec.xml b/office/postscript/poppler-data/pspec.xml index e9653c2a23..43cb6b2172 100644 --- a/office/postscript/poppler-data/pspec.xml +++ b/office/postscript/poppler-data/pspec.xml @@ -13,7 +13,7 @@ data Poppler encoding files poppler-data consists of encoding files for poppler. When installed, the encoding files enables poppler to correctly render CJK and Cyrillic properly. - http://poppler.freedesktop.org/poppler-data-0.4.8.tar.gz + http://poppler.freedesktop.org/poppler-data-0.4.9.tar.gz @@ -26,6 +26,13 @@ + + 2019-05-31 + 0.4.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-08-14 0.4.8 diff --git a/office/postscript/poppler/actions.py b/office/postscript/poppler/actions.py index fa87f52d38..7f21d96f83 100644 --- a/office/postscript/poppler/actions.py +++ b/office/postscript/poppler/actions.py @@ -18,6 +18,7 @@ def setup(): options = "-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ + -DENABLE_UNSTABLE_API_ABI_HEADERS=ON \ -DENABLE_XPDF_HEADERS=ON \ " diff --git a/office/postscript/poppler/pspec.xml b/office/postscript/poppler/pspec.xml index 6937c07353..d29a6e8abf 100644 --- a/office/postscript/poppler/pspec.xml +++ b/office/postscript/poppler/pspec.xml @@ -12,7 +12,7 @@ library PDF rendering library poppler is a PDF rendering library based on xpdf. - http://poppler.freedesktop.org/poppler-0.62.0.tar.xz + http://poppler.freedesktop.org/poppler-0.74.0.tar.xz cmake lcms2-devel @@ -23,6 +23,7 @@ freetype-devel libpng-devel tiff-devel + zlib-devel fontconfig-devel openjpeg2-devel qt5-base-devel @@ -190,7 +191,7 @@ /usr/lib32/libpoppler.so* - /usr/lib32/libpoppler-cpp.so.0.3.0 + /usr/lib32/libpoppler-cpp.so.0.7.0 /usr/lib32/libpoppler-cpp.so /usr/lib32/libpoppler-cpp.so.0 /usr/lib32/girepository-1.0/Poppler-0.18.typelib @@ -221,6 +222,13 @@ + + 2019-05-31 + 0.74.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-03-24 0.62.0 diff --git a/programming/build/ninja/actions.py b/programming/build/ninja/actions.py index ebed583e41..068b5e25d8 100644 --- a/programming/build/ninja/actions.py +++ b/programming/build/ninja/actions.py @@ -11,6 +11,13 @@ from pisi.actionsapi import get def build(): + shelltools.system("""sed -i '/int Guess/a \ + int j = 0;\ + char* jobs = getenv( "NINJAJOBS" );\ + if ( jobs != NULL ) j = atoi( jobs );\ + if ( j > 0 ) return j;\ + ' src/ninja.cc""") + shelltools.system("python configure.py --bootstrap") shelltools.system("asciidoc doc/manual.asciidoc") shelltools.system("emacs -Q --batch -f batch-byte-compile misc/ninja-mode.el") diff --git a/programming/build/ninja/pspec.xml b/programming/build/ninja/pspec.xml index 7766985f03..494913da8c 100644 --- a/programming/build/ninja/pspec.xml +++ b/programming/build/ninja/pspec.xml @@ -12,7 +12,7 @@ app:console Ninja is a small build system with a focus on speed. Ninja is a small build system with a focus on speed. - https://github.com/ninja-build/ninja/archive/v1.8.2.tar.gz + https://github.com/ninja-build/ninja/archive/v1.9.0.tar.gz re2c asciidoc @@ -37,6 +37,13 @@ + + 2019-05-31 + 1.9.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-02-01 1.8.2