7 Commits

Author SHA256 Message Date
b2daff7dfe Accepting request 1324635 from graphics
-  Add cmake(QuaZip-Qt6) BuildRequires: enable quazip support
- Update to version 3.22.0
  * Color Management improvements (display profile selection)
  * Proper HiDPI rendering (true 1:1 at 100%)
  * Improved ZIP archive support
  * Faster and lighter thumbnail generation
  * Improved comments and ratings
  * New Simplified Chinese translation
  * Shortcut and focus handling fixes
  * Theme and animation reliability improvements
- remove plugin source: now included on main source

OBS-URL: https://build.opensuse.org/request/show/1324635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nomacs?expand=0&rev=34
2025-12-29 14:17:27 +00:00
566efb663f - Add cmake(QuaZip-Qt6) BuildRequires: enable quazip support
OBS-URL: https://build.opensuse.org/package/show/graphics/nomacs?expand=0&rev=71
2025-12-29 04:32:08 +00:00
7626435c46 - Update to version 3.22.0
* Color Management improvements (display profile selection)
  * Proper HiDPI rendering (true 1:1 at 100%)
  * Improved ZIP archive support
  * Faster and lighter thumbnail generation
  * Improved comments and ratings
  * New Simplified Chinese translation
  * Shortcut and focus handling fixes
  * Theme and animation reliability improvements
- remove plugin source: now included on main source

OBS-URL: https://build.opensuse.org/package/show/graphics/nomacs?expand=0&rev=70
2025-12-29 03:58:02 +00:00
1588114642 Accepting request 1278880 from graphics
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1278880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nomacs?expand=0&rev=33
2025-05-22 14:55:40 +00:00
9af2b57d6e - Update to version 3.21.1
* HEJ2 images can be saved by nomacs

OBS-URL: https://build.opensuse.org/package/show/graphics/nomacs?expand=0&rev=68
2025-05-13 19:28:34 +00:00
8c9cf91829 Accepting request 1251889 from graphics
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1251889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nomacs?expand=0&rev=32
2025-03-11 19:44:56 +00:00
6ff6dd53cd - Update to version 3.21.0
* Refactored thumbnail and general image loader
  * Support for mirrored orientation
  * Light and Dark Themes
  * Various bug fixes, code clean-ups and minor refactoring

OBS-URL: https://build.opensuse.org/package/show/graphics/nomacs?expand=0&rev=66
2025-03-03 20:17:58 +00:00
5 changed files with 41 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a84af2d89bf83b026ae47d922cacd93481654f86b136569c85cd0f02fdd71d80
size 1928697

3
nomacs-3.22.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0842ce44999fe6a315069ca06b1b3d189dcb34308c8b359b83c453eb76366c0f
size 12146642

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:167693738039c95798277a3f90d25106ecbe946a9409ed090fe5fa8aa9e08829
size 560748

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Mon Dec 29 04:27:54 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Add cmake(QuaZip-Qt6) BuildRequires: enable quazip support
-------------------------------------------------------------------
Mon Dec 29 03:48:00 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 3.22.0
* Color Management improvements (display profile selection)
* Proper HiDPI rendering (true 1:1 at 100%)
* Improved ZIP archive support
* Faster and lighter thumbnail generation
* Improved comments and ratings
* New Simplified Chinese translation
* Shortcut and focus handling fixes
* Theme and animation reliability improvements
- remove plugin source: now included on main source
-------------------------------------------------------------------
Tue May 13 19:18:33 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 3.21.1
* HEJ2 images can be saved by nomacs
-------------------------------------------------------------------
Mon Mar 3 20:03:35 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 3.21.0
* Refactored thumbnail and general image loader
* Support for mirrored orientation
* Light and Dark Themes
* Various bug fixes, code clean-ups and minor refactoring
-------------------------------------------------------------------
Fri Aug 30 18:48:14 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>

View File

@@ -1,6 +1,7 @@
#
# spec file for package nomacs
#
# Copyright (c) 2025 mantarimay
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
@@ -16,16 +17,14 @@
#
%define pver a869962f051504dd2c1dedeb3bc3d266c17070c1
Name: nomacs
Version: 3.19.1
Version: 3.22.0
Release: 0
Summary: Lightweight image viewer
License: GPL-3.0-or-later
Group: Productivity/Graphics/Viewers
URL: https://nomacs.org/
Source0: https://github.com/nomacs/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: https://github.com/v-tyrtov/nomacs-plugins/archive/%{pver}/nomacs-plugins-%{pver}.tar.gz
BuildRequires: cmake >= 2.8
BuildRequires: fdupes
%if 0%{?suse_version} < 1600
@@ -44,6 +43,7 @@ BuildRequires: cmake(Qt6LinguistTools)
BuildRequires: cmake(Qt6PrintSupport)
BuildRequires: cmake(Qt6Concurrent)
BuildRequires: cmake(Qt6Svg)
BuildRequires: cmake(QuaZip-Qt6)
BuildRequires: pkgconfig(exiv2) >= 0.26
BuildRequires: pkgconfig(expat)
BuildRequires: pkgconfig(libraw) >= 0.17
@@ -76,7 +76,6 @@ Some usefull plugins for nomacs:
%prep
%autosetup -p1
tar xf %{SOURCE1} --strip-components 1 -C ImageLounge/plugins/
%build
%if 0%{?suse_version} < 1600
@@ -89,6 +88,7 @@ pushd ImageLounge/
-DCMAKE_C_FLAGS='%{optflags} -fno-strict-aliasing' \
-DCMAKE_CXX_FLAGS='%{optflags} -fno-strict-aliasing' \
-DQT_VERSION_MAJOR=6 \
-DENABLE_QUAZIP=ON \
-DUSE_SYSTEM_QUAZIP=ON \
-DCMAKE_SHARED_LINKER_FLAGS="" \
-DENABLE_TRANSLATIONS=ON