]> git.pld-linux.org Git - packages/pstoedit.git/commitdiff
- updated to 4.01 master auto/th/pstoedit-4.01-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 24 Apr 2024 20:21:04 +0000 (22:21 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 24 Apr 2024 20:21:04 +0000 (22:21 +0200)
pluginsdir.patch
pstoedit.spec

index ad3b8d40b724d2a87fcb293a75aa86df03c323bf..e24c87f812bb6795aedb0db07796a7336a91aba3 100644 (file)
@@ -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;
index ff639d08ef63dffc8e38cab418df9b4d038924bb..2ece2ab157301e2b6e482eb0f7fff757dc6b1c6b 100644 (file)
@@ -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
This page took 0.158918 seconds and 4 git commands to generate.