Luigi Baldoni
fddc71251f
- 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) OBS-URL: https://build.opensuse.org/request/show/628267 OBS-URL: https://build.opensuse.org/package/show/graphics/qimgv?expand=0&rev=5
56 lines
1.5 KiB
RPMSpec
56 lines
1.5 KiB
RPMSpec
#
|
|
# spec file for package qimgv
|
|
#
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: qimgv
|
|
Version: 0.7
|
|
Release: 0
|
|
Summary: Qt5 image viewer
|
|
License: GPL-3.0-only
|
|
Group: Productivity/Graphics/Viewers
|
|
URL: https://github.com/easymodo/qimgv
|
|
Source0: https://github.com/easymodo/qimgv/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
BuildRequires: cmake
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: hicolor-icon-theme
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig(Qt5Concurrent) >= 5.10
|
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.10
|
|
BuildRequires: pkgconfig(mpv) >= 1.22.0
|
|
|
|
%description
|
|
Qt5 image viewer with webm support.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%cmake_install
|
|
|
|
%files
|
|
%doc README.md
|
|
%license LICENSE
|
|
%{_bindir}/%{name}
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
|
|
|
%changelog
|