Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

pstoedit-gui-4.3-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: pstoedit-gui Distribution: openSUSE Tumbleweed
Version: 4.3 Vendor: openSUSE
Release: 1.1 Build date: Thu Aug 20 16:31:07 2026
Group: Unspecified Build host: reproducible
Size: 154686 Source RPM: pstoedit-4.3-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.pstoedit.com/
Summary: Qt GUI of pstoedit
PstoeditQtGui provides an alternative to the command driven operation.
The GUI provides access to almost all options and features that are
supported by pstoedit. In addition it supports the conversion of multiple
files in one job and also provides some shortcuts to some of Ghostscript's
high leve output devices.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Thu Aug 20 2026 munix9@googlemail.com
  - Update to version 4.3:
    * Some fixes in src related to macOS.
    * Fixed a bug when converting several files in one batch to DXF
      from GUI.
    * Added a backend for SVG.
    * Some minor fixes in the GUI.
    * Dropped the SWF/ming backend since this format is obsolete
      meanwhile.
    * Transition to github. Thanks a lot to Barak A. Pearlmutter for
      his guideance.
    * See also https://www.pstoedit.com/changelog.htm for change log
  - Add fix-wrong-pkg-config-file-contents.patch
    * Fix issue #8 - wrong pkg-config file contents (gh#woglu/pstoedit#8)
  - Add fix-wrong-L-flag-for-linking-the-GUI.patch
    * fix a wrong -L flag for linking the GUI part - addresses issue #6
      (gh#woglu/pstoedit#6)
  - Add fix-Qt-linker-flags.patch
    * Qt linker flags Hardening flags were not being passed to the
      linker in building the GUI binary.
  - Add fix-pkgconfig-ImageMagick.patch
    * fix pkgconfig ImageMagick module name
  - Add fix-reproducible-build.patch
    * allow for reproducible builds (docs)
  - Add pstoedit-gui sub-package (Qt GUI of pstoedit)
  - Add locally generated pstoedit.1 as there are currently issues
    with reproducible builds (eg. section order)
  - Change URL to https://www.pstoedit.com/
  - Change source code to github project woglu/pstoedit
  - Clean up spec file
* Sun Dec 01 2024 Antonio Teixeira <antonio.teixeira@suse.com>
  - Update to version 4.02:
    * Improve the build process to build also the GUI if QT is installed.
    * Include a .desktop and Icon file for better Linux integration.
    * Update the autoconf tools to enable the usage of homebrew.
    * Update reflecting changes in GhostScript 10.03 and 10.04 (disable
      some operators used by pstoedit).
    * Fix a few warnings issued by Coverity.
    * Improve code for g++ V14.
    * Implemented sourceforge feature request #4 (show -nc option in GUI).
* Wed Apr 10 2024 Antonio Teixeira <antonio.teixeira@suse.com>
  - Update to version 4.01:
    * Add creation of startmenu and desktop shortcuts in Windows installer.
    * Include some minor header patches for support of autotrace.
    * Improvements to the pcb-rnd driver contributed by Erich Heinzle.
      Limit polygon exports to pcb-rnd subcircuits to only those paths which
      are not self intersecting.
    * Fixed a bug found on MacOS reported by Sean Molenaar.
    * Some minor improvements to the GUI.
    * Some minor code cleanups to reduce warnings from clang compiler.
    * Some code changes to address a warning from AddressSanitizer.
    * Enable installation with winget.
  - Remove default attributes for doc files (issue was fixed upstream).
  - Don't run autogen.sh
* Fri Jun 30 2023 Antonio Teixeira <antonio.teixeira@suse.com>
  - Update to version 4.00:
    * Many changes in internal APIs for supporting a GUI.
    * First version of QT base GUI. Not yet part of standard build
      process. Sources are in QT/PstoeditQtGui directory. Just run
      "make GUI" in there to build the GUI.
    * Code cleanup.
    * Some fixes to pass newer Coverity checks. Src code has again 0
      Coverity defects.
    * Documentation update and cleanup.
    * Fix compilation problem with newer GNU libstdc++.
    * Use unversioned .so libs for the driver plugins. Contributed
      by the Suse team.
    * Remove the usage of __DATE__ in source code to allow "reproducible"
      builds. Contributed by the Suse team.
  - Drop upstreamed patches:
    * pstoedit-include.patch
    * pstoedit-unversioned.patch
    * reproducible.patch
  - Add default attributes for documentation files.
    Fixes doc files having executable flag.
* Wed Jun 15 2022 Stanislav Brabec <sbrabec@suse.com>
  - Fix build with libstdc++ 12.1 (pstoedit-include.patch).
  - Convert text files to UNIX style line ends.
  - Do not use version numbers for modules that are loaded as *.so
    (pstoedit-unversioned.patch).
* Thu Feb 03 2022 Stanislav Brabec <sbrabec@suse.com>
  - Update to version 3.78:
    * Compatibility support improvement: Support for mawk in creation
      of pstoedit.ph header file.
* Tue Sep 07 2021 Stanislav Brabec <sbrabec@suse.com>
  - Update to version 3.77:
    * Added experimental support for filled objects in DXF output
      using the HATCH element of DXF.
    * Fixed a problem when running pstoedit with output to standard
      output instead of a file.
    * Adapted to new versioning scheme of GhostScript.
    * Additional backend for pcb-rnd.
    * Some additional options in WEMF driver.
    * Better handling of bounding box in EMF output.
    * Better handling of metric option in fig driver.
* Thu Sep 17 2020 Dirk Mueller <dmueller@suse.com>
  - update to 3.75:
    * Fix a compile problem under certain MacOS versions.
    * Various changes needed for interworking with newer versions of GhostScript.
    * Some code modernization based on feedback from VS-2019, Clang Powertools
      and PVS Studio.
    * Added support for dotted and dashed lines to the DXF backend.
    * Reduce redundancy in help documents.
    * Porting to Windows CE by Rohan Shetty.
    * Made pstoedit compatible with ghostscript 9.27.
    * Fix a bug occurring with large scale factors.
    * Include full documentation by default and provide an option to generate
      documentation locally which then fit best to the local installation.
    * Started to apply improvements proposed by clang-tidy.
    * Included a bunch of patches from Debian for easier maintenance of the
      package plus correction to some spelling issues. Thanks to Barak A.
      Pearlmutter.
    * added a -vl option to specify a verbosity level. Using the older -v enables
      level 1. For more use -vl 2.
    * included a patch contributed by OpenSuse folks fixing a problem in finding
      the plugins under certain conditions.
    * included a patch contributed by Martin Madsen related to checking non
      existing directories when looking for plugins.
    * added support for pdfwithshow and pdfawidthshow special operators when
      reading PDF files.
    * Scott Pakin updated the cfdg driver to support the current version of cfdg.
    * changes needed for newer versions of GhostScript.
    * some code cleanup. pstoedit passed all Coverity checks.
  - remove pstoedit-imagemagick7.patch pstoedit-pkglibdir.patch (obsolete)
  - rediff reproducible.patch
* Wed Sep 20 2017 pgajdos@suse.com
  - build against ImageMagick 7
    + pstoedit-imagemagick7.patch
* Fri Mar 04 2016 bwiedemann@suse.com
  - Add reproducible.patch to make build-compare work

Files

/usr/bin/PstoeditQtGui
/usr/share/applications/PstoeditQtGui.desktop
/usr/share/icons/hicolor/256x256/apps/pstoedit.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Sep 4 22:40:15 2026