[packages/pstoedit] - updated to 4.01
qboosh
qboosh at pld-linux.org
Wed Apr 24 22:26:18 CEST 2024
commit b7d30aa3675efc3250e1862514377ba3d95e1a8e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Apr 24 22:21:04 2024 +0200
- updated to 4.01
pluginsdir.patch | 9 ++++-----
pstoedit.spec | 11 ++++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/pstoedit.spec b/pstoedit.spec
index ff639d0..2ece2ab 100644
--- a/pstoedit.spec
+++ b/pstoedit.spec
@@ -1,15 +1,16 @@
+# TODO: make Qt6 GUI in QT/PstoeditQtGui
Summary: Convert PostScript and PDF files into various vector-graphic formats
Summary(pl.UTF-8): Konwerter PostScriptu i PDF do różnych formatów wektorowych
Name: pstoedit
-Version: 3.78
-Release: 2
+Version: 4.01
+Release: 1
License: GPL v2+
Group: Applications/Graphics
-Source0: http://downloads.sourceforge.net/pstoedit/%{name}-%{version}.tar.gz
-# Source0-md5: 5c748c4fb1e7d6187694a5bdbd9f27d8
+Source0: https://downloads.sourceforge.net/pstoedit/%{name}-%{version}.tar.gz
+# Source0-md5: ac1e6b102cd94e9c954bd67ef984636d
Patch0: pluginsdir.patch
Patch1: imagemagick7.patch
-URL: http://www.helga-glunz.homepage.t-online.de/pstoedit/
+URL: http://www.pstoedit.com/
BuildRequires: ImageMagick-c++-devel >= 6
BuildRequires: autoconf >= 2.50
BuildRequires: automake
diff --git a/pluginsdir.patch b/pluginsdir.patch
index ad3b8d4..e24c87f 100644
--- a/pluginsdir.patch
+++ b/pluginsdir.patch
@@ -1,13 +1,12 @@
---- pstoedit-3.78/src/pstoedit.cpp.orig 2022-04-11 17:09:22.797484174 +0200
-+++ pstoedit-3.78/src/pstoedit.cpp 2022-04-11 17:09:25.547439114 +0200
-@@ -267,30 +267,6 @@ static void loadpstoeditplugins(const ch
+--- pstoedit-4.01/src/pstoedit.cpp.orig 2024-04-24 22:14:51.433955369 +0200
++++ pstoedit-4.01/src/pstoedit.cpp 2024-04-24 22:16:13.650176633 +0200
+@@ -283,29 +283,6 @@ void loadpstoeditplugins(const char *pro
//pluginsloaded = true;
}
- // If the above failed, also look in the directory where the pstoedit .exe/dll was found
- if (!pluginsloaded) {
-- char szExePath[1000];
-- szExePath[0] = '\0';
+- char szExePath[1000] = { 0 };
- const unsigned long r = P_GetPathToMyself(progname, szExePath, sizeof(szExePath));
- if (verbose) errstream << "pstoedit : path to myself:" << progname << " " << r << " " << szExePath<< endl;
- char *p = nullptr;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pstoedit.git/commitdiff/b7d30aa3675efc3250e1862514377ba3d95e1a8e
More information about the pld-cvs-commit
mailing list