Files
converseen/converseen.spec
Ferdinand Thiessen c610989186 - update to 0.15.0.3 – 2025-09-11 – Latest!
* Fixed crashes with images containing inconsistent or corrupted metadata
  * Various bug fixes
- version 0.15.0.2 – 2025-07-15
  * Updated Chinese translation
  * Updated French translation
  * Various bug fixes
- version 0.15.0.1 – 2025-07-05
  * Fixed problem with UTF-8 characters in some languages
  * Updated Chinese translation
  * Various bug fixes
- version 0.15.0.0 – 2025-07-01
  * Windows 64-bit port based on Qt6
  * Added theme selection option
  * Added image size and resolution info to the main list
  * Added inverted check selection
  * Updated Italian translation
  * Various Bugfixes
- version 0.14.0.0 – 2025-04-25
  * Images are now displayed and converted with the correct orientation when Exif orientation data is present
  * Fixed a bug when importing TIF files
  * Updated Russian translation
  * Various Bugfixes
- version 0.13.0.1 – 2025-03-24
  * Updated French translation
  * Various Bugfixes
- version 0.13.0.0 – 2025-03-20
  * Added options for handling existing files during conversion
  * Updated Italian translation
  * Various Bugfixes
- version 0.12.2.5 – 2025-01-22
  * Minor UI fixes
  * Updated Italian translations
  * Various Bugfixes
- version 0.12.2.4 – 2024-10-29
  * Fixed a bug affecting localization file access
  * Various Bugfixes
- version 0.12.2.3 – 2024-04-21
  * Updated French translation
  * AppImage version ported to Qt6
  * Flatpak version ported to Q6 with libjxl support for ImageMagick
  * Various Bugfixes
- version 0.12.2.2 – 2024-04-15
  * Reading PDF files during import is now much faster (Works only with ImageMagick7)
  * Service Menu is now compatible with KDE Plasma 6
  * Fixed keyboard shortcuts
  * Various Bugfixes
- version 0.12.2.1 – 2024-03-18
  * Fixed problem with language file path in some Linux-based operating systems
  * Updated Italian Translation
  * Various Bugfixes
- version 0.12.2.0 – 2024-03-10
  * Fixed problem with resolution settings when converting from PDF to image
  * Fixed bug with the resolution setting of PNG images
  * Fixed bug with displaying the resolution correctly in the UI
  * Fixed problem with program icon display in Wayland
  * Fixed problem with displaying dialogs in Wayland
  * Updated French translation
  * Various Bugfixes
- version 0.12.1.0 – 2024-02-06
  * Fixed an issue with setting the resolution accurately when supported by images
  * Fixed an issue with setting the correct resolution when converting PDF to image files
  * The program now verifies correct installation of Ghostscript on Windows
  * The Windows versions of Converseen are now codesigned by SignPath
  * The Windows installer is now built using MSI (via cpack WIX)
  * Updated icon to modern design, aligning with contemporary styles
  * Updated Italian translation
  * Various Bugfixes
- version 0.12.0.2 – 2024-01-08
  * Added small improvements and optimizations
  * Updated French translation
  * Various Bugfixes
- version 0.12.0.1 – 2023-12-16
  * Added new options for contributing to project development
  * Added slight improvements to the user interface
  * Updated Italian translation
  * Various Bugfixes
- version 0.12.0.0 – 2023-11-26
  * Porting to Qt6: Now the program can be compiled with both Qt5 and Qt6 (See the Install.md file for more information).
  * Now, the program does not autoreset the image resolution settings when the list is emptied
  * The "Link with Aspect Ratio with Selected Image" option is now a button
  * Added some help information in the UI to clarify the operation of some buttons
  * Updated French translation
  * Various Bugfixes
- version 0.11.0.1 – 2023-10-17
  * Updated Turkish translation
  * Various Bugfixes
- version 0.11.0.0 – 2023-09-12
  * Various changes in the User Interface
  * Skipping conversion when "Don't change the format" is selected but the output format is not supported
  * Removed unused video formats
  * Updated Italian and French translations
  * Various Bugfixes
- version 0.10.0.1 – 2023-08-15
  * Fixed a compile error when using ImageMagick-6
  * Various Bugfixes
- version 0.10.0.0 – 2023-08-10
  * Now it's possible to import entire folders and subfolders
  * Revamped PDF processor tool
  * Fixed decimal values in scaling by percentage
  * Added help pages for PDF conversion
  * Now the program is available also for macOS 10.13+
  * Updated Italian and French translations
  * Various improvements in the user interface
  * Various Bugfixes-

OBS-URL: https://build.opensuse.org/package/show/graphics/converseen?expand=0&rev=68
2025-10-06 19:35:29 +00:00

111 lines
3.4 KiB
RPMSpec

#
# spec file for package converseen
#
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: converseen
Version: 0.15.0.3
Release: 0
Summary: Batch Image Conversion Tool
License: GPL-3.0-or-later
Group: Productivity/Graphics/Convertors
URL: https://converseen.fasterland.net/
Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
BuildRequires: ImageMagick
BuildRequires: cmake
BuildRequires: hicolor-icon-theme
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: cmake(Qt5Network)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: pkgconfig(Magick++)
BuildRequires: pkgconfig(MagickCore)
BuildRequires: pkgconfig(MagickWand)
Recommends: %{name}-lang
%description
Converseen is a batch image conversion tool. Converseen allows you
to convert images in more than 100 different formats.
With converseen you can:
- Carry out a single or a multiple conversion.
- Resize one or more images.
- Compress images for your web pages.
- Rotate and flip images.
- Rename a bunch of images using a progressive number or a prefix/suffix.
- Selecting a resampling filter to resize images.
%lang_package
%prep
%setup -q
chmod -x README.md COPYING.txt
%build
%cmake
%cmake_build
%install
# Create desktop file because the original one is incorrect.
cat > res/net.fasterland.%{name}.desktop << EOF
[Desktop Entry]
Name=Converseen
GenericName=Batch Image Converter
GenericName[it]=Convertitore batch di immagini
GenericName[ru]=Конвертер изображений
Comment=Batch image converter
Comment[it]=Convertitore batch di immagini
Comment[ru]=Преобразование изображений
Exec=converseen
Icon=converseen
Categories=Qt;Graphics;RasterGraphics;
StartupNotify=true
Terminal=false
Type=Application
EOF
%cmake_install
rm -rf %{buildroot}%{_datadir}/kservices5/
# strip incorrect sRGB profile
convert res/%{name}.png -strip res/%{name}.png
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
install -dm 0755 \
%{buildroot}%{_datadir}/icons/hicolor/${size}/apps/
convert res/%{name}.png -strip -resize ${size} \
%{buildroot}%{_datadir}/icons/hicolor/${size}/apps/%{name}.png || true
done
%find_lang %{name} --with-qt
%suse_update_desktop_file net.fasterland.%{name}
%files
%license COPYING.txt
%doc README.md
%{_bindir}/%{name}
%{_datadir}/applications/net.fasterland.%{name}.desktop
%{_datadir}/icons/hicolor/*/*/%{name}.*
%{_datadir}/metainfo/%{name}.appdata.xml
%exclude %{_datadir}/kio/servicemenus/converseen_import.desktop
%files lang -f %{name}.lang
%dir %{_datadir}/%{name}/
%dir %{_datadir}/%{name}/loc/
%changelog