Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b2daff7dfe | |||
| 566efb663f | |||
| 7626435c46 | |||
| 1588114642 | |||
| 9af2b57d6e | |||
| 8c9cf91829 | |||
| 6ff6dd53cd |
@@ -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
3
nomacs-3.22.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0842ce44999fe6a315069ca06b1b3d189dcb34308c8b359b83c453eb76366c0f
|
||||
size 12146642
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:167693738039c95798277a3f90d25106ecbe946a9409ed090fe5fa8aa9e08829
|
||||
size 560748
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user