]> git.pld-linux.org Git - packages/scribus.git/commitdiff
up to 1.5.7
authorJan Palus <atler@pld-linux.org>
Fri, 25 Jun 2021 15:29:04 +0000 (17:29 +0200)
committerJan Palus <atler@pld-linux.org>
Fri, 25 Jun 2021 15:29:04 +0000 (17:29 +0200)
poppler.patch [deleted file]
scribus.spec

diff --git a/poppler.patch b/poppler.patch
deleted file mode 100644 (file)
index e9913ac..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
---- scribus-1.5.6.1/scribus/plugins/import/pdf/slaoutput.cpp~  2020-11-14 23:37:11.000000000 +0100
-+++ scribus-1.5.6.1/scribus/plugins/import/pdf/slaoutput.cpp   2021-04-02 22:18:18.385332709 +0200
-@@ -2291,9 +2291,18 @@
-       return gTrue;\r
- }\r
\r
--GBool SlaOutputDev::tilingPatternFill(GfxState *state, Gfx * /*gfx*/, Catalog *cat, Object *str, POPPLER_CONST_070 double *pmat, int paintType, int tilingType, Dict *resDict, POPPLER_CONST_070 double *mat, POPPLER_CONST_070 double *bbox, int x0, int y0, int x1, int y1, double xStep, double yStep)\r
-+#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(21, 3, 0)\r
-+bool SlaOutputDev::tilingPatternFill(GfxState *state, Gfx * /*gfx*/, Catalog *cat, GfxTilingPattern *tPat, const double *mat, int x0, int y0, int x1, int y1, double xStep, double yStep)\r
-+#else\r
-+GBool SlaOutputDev::tilingPatternFill(GfxState *state, Gfx * /*gfx*/, Catalog *cat, Object *str, POPPLER_CONST_070 double *pmat, int /*paintType*/, int /*tilingType*/, Dict *resDict, POPPLER_CONST_070 double *mat, POPPLER_CONST_070 double *bbox, int x0, int y0, int x1, int y1, double xStep, double yStep)\r
-+#endif\r
- {\r
- //    qDebug() << "SlaOutputDev::tilingPatternFill";\r
-+#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(21, 3, 0)\r
-+      const double *bbox = tPat->getBBox();\r
-+      const double *pmat = tPat->getMatrix();\r
-+      Dict *resDict = tPat->getResDict();\r
-+#endif\r
-       PDFRectangle box;\r
-       Gfx *gfx;\r
-       QString id;\r
-@@ -2325,7 +2334,11 @@
-       // Unset the clip path as it is unrelated to the pattern's coordinate space.\r
-       QPainterPath savedClip = m_currentClipPath;\r
-       m_currentClipPath = QPainterPath();\r
-+#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(21, 3, 0)\r
-+        gfx->display(tPat->getContentStream());\r
-+#else\r
-       gfx->display(str);\r
-+#endif\r
-       m_currentClipPath = savedClip;\r
-       inPattern--;\r
-       gElements = m_groupStack.pop();\r
---- scribus-1.5.6.1/scribus/plugins/import/pdf/slaoutput.h~    2020-11-14 23:37:11.000000000 +0100
-+++ scribus-1.5.6.1/scribus/plugins/import/pdf/slaoutput.h     2021-04-02 22:15:19.594513556 +0200
-@@ -196,7 +196,11 @@
-       void stroke(GfxState *state) override;\r
-       void fill(GfxState *state) override;\r
-       void eoFill(GfxState *state) override;\r
-+#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(21, 3, 0)\r
-+      bool tilingPatternFill(GfxState *state, Gfx *gfx, Catalog *cat, GfxTilingPattern *tPat, const double *mat, int x0, int y0, int x1, int y1, double xStep, double yStep) override;\r
-+#else\r
-       GBool tilingPatternFill(GfxState *state, Gfx *gfx, Catalog *cat, Object *str, POPPLER_CONST_070 double *pmat, int paintType, int tilingType, Dict *resDict, POPPLER_CONST_070 double *mat, POPPLER_CONST_070 double *bbox, int x0, int y0, int x1, int y1, double xStep, double yStep) override;\r
-+#endif\r
-       GBool functionShadedFill(GfxState * /*state*/, GfxFunctionShading * /*shading*/) override { qDebug() << "Function Shaded Fill";  return gFalse; }\r
-       GBool axialShadedFill(GfxState *state, GfxAxialShading *shading, double tMin, double tMax) override;\r
-       GBool axialShadedSupportExtend(GfxState *state, GfxAxialShading *shading)  override { return (shading->getExtend0() == shading->getExtend1()); }\r
index 7ca7ca925c2907a15f127b0a565cc0c4eee11ec0..5fcbbd6b86b47eff1d05c1b11b81182cd9a990e4 100644 (file)
 Summary:       Scribus - Open Source Desktop Publishing
 Summary(pl.UTF-8):     Scribus - DTP dla Wolnego Oprogramowania
 Name:          scribus
-Version:       1.5.6.1
-Release:       4
+Version:       1.5.7
+Release:       1
 License:       GPL v2+
 Group:         X11/Applications/Publishing
 Source0:       http://downloads.sourceforge.net/scribus/%{name}-%{version}.tar.xz
-# Source0-md5: 12700cd8c6f08ef02f50495d2ef2d3ce
+# Source0-md5: 4d0c63cfdade8a9abf225a4415e43694
 Patch0:                %{name}-docs.patch
-Patch1:                poppler.patch
 URL:           https://www.scribus.net/
 BuildRequires: GraphicsMagick-devel
 BuildRequires: Qt5Core-devel >= %{qt_ver}
@@ -49,7 +48,7 @@ BuildRequires:        libicu-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libmspub-devel >= 0.1
 BuildRequires: libpagemaker-devel
-BuildRequires: libpng-devel >= 1.6
+BuildRequires: libpng-devel >= 2:1.6
 BuildRequires: libqxp-devel
 BuildRequires: librevenge-devel
 BuildRequires: libstdc++-devel >= 6:4.7
@@ -159,7 +158,6 @@ Domyślne szablony dokumentów dostarczane wraz ze Scribusem.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 mkdir -p build
This page took 0.068331 seconds and 4 git commands to generate.