Compare commits
16 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e8786c270d | |||
| 873742d944 | |||
| 5d65cc32ac | |||
| a7be447da9 | |||
| 22e4dc15c0 | |||
| 73002ea058 | |||
| f92c35b8ee | |||
| da297d389b | |||
| 11ccd71a35 | |||
| 4eb698a53b | |||
| a903673b89 | |||
| 98a58d11b5 | |||
| 240b350e78 | |||
| a92d44987a | |||
| 5deec888c3 | |||
| bbd5a10d68 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gthumb.git</param>
|
||||
<param name="revision">3.12.6</param>
|
||||
<param name="revision">3.12.9</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd089a6e12f310e619b64116890f22dbd7bff1ea7fa45c5cfe3864ecc95edbd5
|
||||
size 26844685
|
||||
3
gthumb-3.12.9.obscpio
Normal file
3
gthumb-3.12.9.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0ab8de2fbdbd8c0e954670fb3c9664abe84fa4fe2e0e74fa0b32e2eae546f96
|
||||
size 26568717
|
||||
@@ -1,3 +1,98 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 08:31:04 UTC 2026 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.12.9:
|
||||
+ Bugfixes:
|
||||
- Fixed compilation when lcms2 is disabled
|
||||
- Lossless rotation: make sure to modify the orientation tags
|
||||
only
|
||||
- Do not change the file modification time if the content did
|
||||
not change
|
||||
- Sharpen: allow to view the image at natural size
|
||||
- Rotation: fixed bilinear filter
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 3 12:13:44 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.12.8.2:
|
||||
+ Bugfixes:
|
||||
- Fixed extensions dependencies
|
||||
- Only depend on libX11 if used
|
||||
- Use GNOME module post_install
|
||||
- Add desktop-file-utils BuildRequires: New dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 27 07:00:21 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.12.8.1:
|
||||
+ Bugfixes: Fixed compilation error
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 12:30:49 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.12.8+1:
|
||||
+ Use TRUE instead of true
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 16 11:30:47 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.12.8:
|
||||
+ Features:
|
||||
- Added extension to view the GPS position on openstreetmap.org
|
||||
- Image viewer: added options to hide the frame
|
||||
- Image viewer: use a darker gray for the background
|
||||
- Video viewer: rotate videos respecting the orientation tag
|
||||
- Allow to sort files by creation time
|
||||
- TIFF loader: apply the embedded ICC profile
|
||||
- PNG loader: apply the color space specified in EXIF data
|
||||
- AVIF saver: save the color profile as well
|
||||
- Make WEBP and TIFF rotation lossless by setting the EXIF
|
||||
orientation tag
|
||||
- Tranform the profile to sRGB before saving an image with a
|
||||
profile
|
||||
+ Bugfixes:
|
||||
- Fixed reading of the color space in EXIF tags
|
||||
- Added support for the AdobeRGB profile
|
||||
- Do not show the next image after saving metadata or tags
|
||||
- Do not panic when reading a broken thumbnail (png error)
|
||||
- Fixed date and tag selectors on Wayland
|
||||
- Desktop background: fixed crash when the file is not an image
|
||||
- Desktop background: fixed the undo button always insensitive
|
||||
- Do not reset the modification time after saving the metadata
|
||||
- Fixed "Do not overwrite any file" option skipping the rest of
|
||||
the files
|
||||
- Fixed thumbnails not updated after saving an image
|
||||
+ Updated translations
|
||||
- Drop no longer needed BuildRequires: pkgconfig(json-glib-1.0),
|
||||
pkgconfig(libsecret-1), pkgconfig(libsoup-2.4), and
|
||||
pkgconfig(webkit2gtk-3.0) respective pkgconfig(webkit2gtk-4.0),
|
||||
depending on suse_version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 09:38:55 UTC 2025 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Disable libchamplain. It pulls in libsoup 3, while gthumb is
|
||||
still using libsoup 2 (boo#1237098).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 9 20:29:58 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.12.7:
|
||||
+ Features:
|
||||
- WebP:
|
||||
. read the ICC profile if available
|
||||
. save the EXIF data
|
||||
- Video screenshot: use the configured jpeg extension for the
|
||||
file
|
||||
+ Bugfixes:
|
||||
- Preferences dialog: same dialog shown endlessy
|
||||
- Bookmarks: fixed loading system bookmarks with the flatpak
|
||||
version
|
||||
- migrate-catalogs: properly use time_t for localtime
|
||||
- Removed references to wiki.gnome.org pages
|
||||
- Appdata: Fix developer id
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 08:03:10 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
@@ -1982,7 +2077,7 @@ Sat Jan 31 16:12:27 CET 2009 - vuntz@novell.com
|
||||
- Use sr@latin instead of sr@Latn.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 1 20:47:28 WST 2008 - mboman@suse.de
|
||||
Wed Oct 1 20:47:28 EST 2008 - mboman@suse.de
|
||||
|
||||
- Update to version 2.10.10:
|
||||
* Added ability to hide video and audio files, using the gconf key
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: gthumb
|
||||
version: 3.12.6
|
||||
mtime: 1710090887
|
||||
commit: e93764a1ebe6bd54a32a24dfffd33267b85f7ab4
|
||||
version: 3.12.9
|
||||
mtime: 1769154869
|
||||
commit: b1490527e8638611da65fcf0431bf58e07d23286
|
||||
|
||||
18
gthumb.spec
18
gthumb.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gthumb
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 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
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gthumb
|
||||
Version: 3.12.6
|
||||
Version: 3.12.9
|
||||
Release: 0
|
||||
# FIXME: Add libchamplain BuildRequires once the map feature is considered stable.
|
||||
Summary: An Image Viewer and Browser for GNOME
|
||||
@@ -28,6 +28,7 @@ Source0: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: AppStream
|
||||
BuildRequires: bison
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
@@ -39,8 +40,6 @@ BuildRequires: libtiff-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(appstream) >= 0.14.6
|
||||
BuildRequires: pkgconfig(champlain-0.12) >= 0.12.0
|
||||
BuildRequires: pkgconfig(champlain-gtk-0.12) >= 0.12.0
|
||||
BuildRequires: pkgconfig(clutter-1.0) >= 1.12.0
|
||||
BuildRequires: pkgconfig(clutter-gtk-1.0) >= 1.0.0
|
||||
BuildRequires: pkgconfig(colord) >= 1.3
|
||||
@@ -54,7 +53,6 @@ BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-video-1.0)
|
||||
BuildRequires: pkgconfig(gthread-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.16
|
||||
BuildRequires: pkgconfig(json-glib-1.0) >= 0.15.0
|
||||
BuildRequires: pkgconfig(lcms2) >= 2.6
|
||||
BuildRequires: pkgconfig(libbrasero-burn3) >= 3.2.0
|
||||
BuildRequires: pkgconfig(libheif) >= 1.11
|
||||
@@ -62,15 +60,8 @@ BuildRequires: pkgconfig(libjxl)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
BuildRequires: pkgconfig(libraw) >= 0.14
|
||||
BuildRequires: pkgconfig(librsvg-2.0) >= 2.34.0
|
||||
BuildRequires: pkgconfig(libsecret-1) >= 0.11
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.42
|
||||
BuildRequires: pkgconfig(libwebp) >= 0.2.0
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
%if 0%{?suse_version} < 1315
|
||||
BuildRequires: pkgconfig(webkit2gtk-3.0)
|
||||
%else
|
||||
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
||||
%endif
|
||||
|
||||
%description
|
||||
gThumb lets you browse your hard disk, showing you thumbnails of image
|
||||
@@ -96,7 +87,6 @@ slide shows, set your desktop background, and more.
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-Dlibchamplain=true \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
@@ -118,7 +108,7 @@ slide shows, set your desktop background, and more.
|
||||
%{_libexecdir}/gthumb/
|
||||
%if 0%{?sle_version} > 150300 || 0%{?suse_version} > 1590
|
||||
%dir %{_datadir}/metainfo/
|
||||
%{_datadir}/metainfo/org.gnome.gThumb.appdata.xml
|
||||
%{_datadir}/metainfo/org.gnome.gThumb.metainfo.xml
|
||||
%endif
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.gThumb*
|
||||
|
||||
Reference in New Issue
Block a user