forked from pool/qimgv
Accepting request 628268 from graphics
OBS-URL: https://build.opensuse.org/request/show/628268 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qimgv?expand=0&rev=3
This commit is contained in:
commit
3904d10e6f
@ -1,22 +0,0 @@
|
|||||||
From bd5cdb210c1d5885b26cde89106fd14fd8ee5a1e Mon Sep 17 00:00:00 2001
|
|
||||||
From: easymodo <easymodofrf@gmail.com>
|
|
||||||
Date: Sun, 27 May 2018 19:57:26 +0300
|
|
||||||
Subject: [PATCH] [CMake] remove deprecated macro
|
|
||||||
|
|
||||||
---
|
|
||||||
CMakeLists.txt | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
||||||
index ead5858..1c298c0 100644
|
|
||||||
--- a/CMakeLists.txt
|
|
||||||
+++ b/CMakeLists.txt
|
|
||||||
@@ -40,7 +40,7 @@ add_executable(qimgv ${SRC} ${RES})
|
|
||||||
|
|
||||||
target_link_libraries(qimgv actionmanager cache directorymanager loader scaler thumbnailer gui utils sourcecontainers)
|
|
||||||
|
|
||||||
-qt5_use_modules (qimgv Core Widgets Concurrent)
|
|
||||||
+target_link_libraries(qimgv Qt5::Core Qt5::Widgets Qt5::Concurrent)
|
|
||||||
|
|
||||||
# binary
|
|
||||||
install(PROGRAMS ${CMAKE_BINARY_DIR}/qimgv
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:695705f146be9dbffd9835f332c0a9f43ef16012f180b91ea2179f54fb881349
|
|
||||||
size 238521
|
|
3
qimgv-0.7.tar.gz
Normal file
3
qimgv-0.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ce47987c835068230eeb8512ee5e3f9751e4c7d3f94785ebe386e4484da417d6
|
||||||
|
size 273405
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 8 20:40:52 UTC 2018 - aloisio@gmx.com
|
||||||
|
|
||||||
|
- Update to version 0.7.0
|
||||||
|
New stuff:
|
||||||
|
* Folder View mode. Toggle with Enter or Backspace. This mode
|
||||||
|
will be further improved in future
|
||||||
|
* Ability to run commands / shell scripts on a current image
|
||||||
|
+ Go to Settings/Scripts
|
||||||
|
+ Create a command
|
||||||
|
+ Add a shortcut just like for any regular action
|
||||||
|
* Context menu
|
||||||
|
* Video controls
|
||||||
|
* Background transparency & blur support (KDE)
|
||||||
|
* Directory sorting (name, date, file size)
|
||||||
|
* Trash support
|
||||||
|
Improvements:
|
||||||
|
* A new icon
|
||||||
|
* Redesigned settings window
|
||||||
|
* Several ui improvements: auto-hiding top buttons,
|
||||||
|
toggle-able info overlay etc
|
||||||
|
* Updated theme
|
||||||
|
* Exif rotation should now be auto-applied on image load
|
||||||
|
* More responsive image switching (fixed a job management bug
|
||||||
|
in Loader)
|
||||||
|
* Configurable thread count for thumbnailer
|
||||||
|
* Fixed some possible crashes
|
||||||
|
Other:
|
||||||
|
* Added build flags for some features (kde blur and video
|
||||||
|
support)
|
||||||
|
|
||||||
|
- Dropped qimgv-0.6-qt511.patch (merged upstream)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 11 18:29:58 UTC 2018 - aloisio@gmx.com
|
Mon Jun 11 18:29:58 UTC 2018 - aloisio@gmx.com
|
||||||
|
|
||||||
|
13
qimgv.spec
13
qimgv.spec
@ -17,21 +17,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: qimgv
|
Name: qimgv
|
||||||
Version: 0.6.3
|
Version: 0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt5 image viewer
|
Summary: Qt5 image viewer
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Group: Productivity/Graphics/Viewers
|
Group: Productivity/Graphics/Viewers
|
||||||
Url: https://github.com/easymodo/qimgv
|
URL: https://github.com/easymodo/qimgv
|
||||||
Source0: https://github.com/easymodo/qimgv/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/easymodo/qimgv/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
# PATCH-FIX-UPSTREAM qimgv-0.6-qt511.patch
|
|
||||||
Patch2: qimgv-0.6-qt511.patch
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
BuildRequires: pkgconfig(Qt5Concurrent) >= 5.10
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.10
|
||||||
BuildRequires: pkgconfig(mpv) >= 1.22.0
|
BuildRequires: pkgconfig(mpv) >= 1.22.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -39,7 +37,6 @@ Qt5 image viewer with webm support.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
@ -53,6 +50,6 @@ make %{?_smp_mflags}
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user