Accepting request 1206515 from multimedia:apps
- Update to Version 0.7.0 * Images are now loaded with glycin, adding support for many more formats like AVIF and JPEG XL, and improving compatibility, like using the correct color space for JPEG images. * Zoom level now takes into account fractional display scale. * Fixed unusably fast zoom on mice with high-resolution scroll wheels. * Fixed slightly blurry image borders on some zoom levels. * Added an Alt+Enter shortcut to open the media properties dialog. * Updated to the GNOME 47 platform. * Updated translations. - Add BuildRequires to build glycin: * pkgconfig(libseccomp) * pkgconfig(lcms2) - Add meson_test to validate files OBS-URL: https://build.opensuse.org/request/show/1206515 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/identity?expand=0&rev=2
This commit is contained in:
commit
e48a761c53
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f0a177dd1e399ab79cc0ed9265fc65903c7d54f2f4e906ecf6b687de3e502f73
|
|
||||||
size 37684100
|
|
3
identity-0.7.0.tar.xz
Normal file
3
identity-0.7.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:43dec5533b60aaa1b4d256d5d9879aa487b2115cef5f3f1818935dde9da284d6
|
||||||
|
size 38192672
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 1 18:14:24 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||||
|
|
||||||
|
- Update to Version 0.7.0
|
||||||
|
* Images are now loaded with glycin, adding support for many
|
||||||
|
more formats like AVIF and JPEG XL, and improving
|
||||||
|
compatibility, like using the correct color space for JPEG
|
||||||
|
images.
|
||||||
|
* Zoom level now takes into account fractional display scale.
|
||||||
|
* Fixed unusably fast zoom on mice with high-resolution scroll
|
||||||
|
wheels.
|
||||||
|
* Fixed slightly blurry image borders on some zoom levels.
|
||||||
|
* Added an Alt+Enter shortcut to open the media properties
|
||||||
|
dialog.
|
||||||
|
* Updated to the GNOME 47 platform.
|
||||||
|
* Updated translations.
|
||||||
|
- Add BuildRequires to build glycin:
|
||||||
|
* pkgconfig(libseccomp)
|
||||||
|
* pkgconfig(lcms2)
|
||||||
|
- Add meson_test to validate files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 21 04:30:24 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
Thu Dec 21 04:30:24 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package identity
|
# spec file for package identity
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2024 mantarimay
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,14 +19,14 @@
|
|||||||
|
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
%define appid org.gnome.gitlab.YaLTeR.Identity
|
%define appid org.gnome.gitlab.YaLTeR.Identity
|
||||||
%define rurl d938a20a7de0fa0f3348be961d49f690
|
%define rurl abddc256d6b3b7fce433a40eae4588fe
|
||||||
Name: identity
|
Name: identity
|
||||||
Version: 0.6.0
|
Version: 0.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Compare images and videos
|
Summary: Compare images and videos
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
URL: https://gitlab.gnome.org/YaLTeR/identity
|
URL: https://gitlab.gnome.org/YaLTeR/identity
|
||||||
Source: %{url}/uploads/%{rurl}/%{name}-%{version}.tar.xz
|
Source: https://gitlab.gnome.org/-/project/12785/uploads/%{rurl}/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: blueprint-compiler
|
BuildRequires: blueprint-compiler
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
@ -36,8 +37,10 @@ BuildRequires: pkgconfig(dav1d)
|
|||||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||||
BuildRequires: pkgconfig(gstreamer-video-1.0)
|
BuildRequires: pkgconfig(gstreamer-video-1.0)
|
||||||
BuildRequires: pkgconfig(gtk4)
|
BuildRequires: pkgconfig(gtk4)
|
||||||
BuildRequires: pkgconfig(libadwaita-1)
|
BuildRequires: pkgconfig(lcms2)
|
||||||
|
BuildRequires: pkgconfig(libadwaita-1) >= 1.6.0
|
||||||
BuildRequires: pkgconfig(libwebpdemux)
|
BuildRequires: pkgconfig(libwebpdemux)
|
||||||
|
BuildRequires: pkgconfig(libseccomp)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A program for comparing multiple versions of an image or video.
|
A program for comparing multiple versions of an image or video.
|
||||||
@ -59,6 +62,9 @@ sed -i "s/Exec=identity/Exec=identity-compare/g" data/org.gnome.gitlab.YaLTeR.Id
|
|||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%meson_test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
Loading…
Reference in New Issue
Block a user