Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 988546a5c9 | |||
| 5da29c15be |
10
_service
10
_service
@@ -2,16 +2,6 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/easymodo/qimgv</param>
|
||||
<param name="scm">git</param>
|
||||
<!-- TESTING -->
|
||||
<!-- LAST KNOWN GOOD: (older) ; (newer)
|
||||
<param name="revision">fa75f65</param>
|
||||
<param name="revision">d24f3fa</param>
|
||||
-->
|
||||
<!-- BUILD FAILS: (older) ; (newer)
|
||||
<param name="revision">df8ebbd</param> # Something seems to break here.
|
||||
<param name="revision">bc355f6</param>
|
||||
<param name="revision">cfed4cb</param>
|
||||
-->
|
||||
<!-- Commenting out for TEMP
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
-->
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/easymodo/qimgv</param>
|
||||
<param name="changesrevision">b515dcd5e659d86a4178706de218af13a8781710</param></service></servicedata>
|
||||
<param name="changesrevision">a4d475fae07847be7c106cb628fb97dad51ab920</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:008fe2ffc9d6f2f4ae501a4ce8b5aa6e71d58d0e6e77fd9da2f544fe812f8070
|
||||
size 1113069
|
||||
3
qimgv-1.0.3a+git20241011.a4d475fa.tar.gz
Normal file
3
qimgv-1.0.3a+git20241011.a4d475fa.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48bb24d20074f1a5ea3d41926d6d9fb622d46f1d8b1954d00413e09b3bbb9183
|
||||
size 1117708
|
||||
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 17:25:57 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Switching to Qt6
|
||||
* Adding 'BuildRequires: cmake(Qt6OpenGLWidgets)'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 16 14:03:48 UTC 2024 - scott.bradnick@suse.com
|
||||
|
||||
- Update to version 1.0.3a+git20241011.a4d475fa:
|
||||
* [ThumbnailStripProxy] move pointer check to the top
|
||||
* [IconWidget] use slot function instead of lambda for some reason using lambda causes a random crash...
|
||||
* [ImageViewerV2] fitFree() - wrong center target
|
||||
* reduce wget noise in build output
|
||||
* Update & tidy workflow
|
||||
* whoops wrong pointer
|
||||
* VideoPlayerInitProxy::removeEventFilter()
|
||||
* [ViewerWidget] fix click zone input over videoplayer
|
||||
* clickable windows edges #382 #469 #276 visuals might need some tweaking
|
||||
* fix trackpad scrolling speed with wayland/libinput
|
||||
* Add FreeBSD Support
|
||||
* Revert "Don't try to link inotify stuff on FreeBSD."
|
||||
* Add FreeBSD to installation list
|
||||
* Don't try to link inotify stuff on FreeBSD.
|
||||
* [settings] fix reading/saving shortcuts which contain "=" #546
|
||||
* update zooming shortcuts #546
|
||||
* Update README.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 30 13:49:11 UTC 2024 - scott.bradnick@suse.com
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: qimgv
|
||||
version: 1.0.3a+git20240430.b515dcd5
|
||||
mtime: 1714468963
|
||||
commit: b515dcd5e659d86a4178706de218af13a8781710
|
||||
version: 1.0.3a+git20241011.a4d475fa
|
||||
mtime: 1728626443
|
||||
commit: a4d475fae07847be7c106cb628fb97dad51ab920
|
||||
|
||||
17
qimgv.spec
17
qimgv.spec
@@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
Name: qimgv
|
||||
Version: 1.0.3a+git20240430.b515dcd5
|
||||
Version: 1.0.3a+git20241011.a4d475fa
|
||||
Release: 0
|
||||
Summary: Qt5 image viewer
|
||||
Summary: Qt6 image viewer
|
||||
License: GPL-3.0-only
|
||||
Group: Productivity/Multimedia/Other
|
||||
URL: https://github.com/easymodo/qimgv
|
||||
@@ -30,20 +30,21 @@ BuildRequires: gcc-c++
|
||||
%else
|
||||
BuildRequires: gcc9-c++
|
||||
%endif
|
||||
BuildRequires: cmake(Qt5LinguistTools)
|
||||
BuildRequires: cmake(Qt6LinguistTools)
|
||||
BuildRequires: cmake(Qt6OpenGLWidgets)
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: opencv-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||
BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.12
|
||||
BuildRequires: pkgconfig(Qt6Core)
|
||||
BuildRequires: pkgconfig(Qt6PrintSupport)
|
||||
BuildRequires: pkgconfig(Qt6Svg)
|
||||
BuildRequires: pkgconfig(Qt6Widgets)
|
||||
BuildRequires: pkgconfig(exiv2)
|
||||
BuildRequires: pkgconfig(mpv) >= 1.22.0
|
||||
Requires: mpv >= 0.32.0
|
||||
|
||||
%description
|
||||
Qt5 image viewer with webm support.
|
||||
Qt6 image viewer with webm support.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
Reference in New Issue
Block a user