From bed8602da857098033586da4d83f2f297e0e1c3e63918f649713b3a3d7a5225b Mon Sep 17 00:00:00 2001 From: Marcel Kuehlhorn Date: Sun, 2 Jan 2022 16:20:05 +0000 Subject: [PATCH] Accepting request 943361 from home:tux93 - Update to 3.1.0 * The Help button has been removed from the title bar of the Player, VideoPath and Cisco-License dialog * Change system-filedialog to Qt-filedialog * Fusion is now the style for all operating systems * vokoscreenNG create his own images from all tabs * Camera, Magnifier, Showclick and Halo added to the Systray menu * Global keyboard shortcuts can be changed * Added tooltip for global magnifier shortcut * The camera window is now also displayed over a full screen window * Countdown: Better look without compositer * Countdown: Hide from taskbar * Countdown: Added cancel button * Better integration "mouse over activates window" * Combobox resolution was not deactivated if no camera was found * Better hint if no audio recording device was found * Option to show mouse clicks OBS-URL: https://build.opensuse.org/request/show/943361 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/vokoscreenNG?expand=0&rev=25 --- 3.0.9.tar.gz | 3 --- vokoscreenNG-3.1.0.tar.gz | 3 +++ vokoscreenNG.changes | 21 +++++++++++++++++++++ vokoscreenNG.spec | 11 +++++------ 4 files changed, 29 insertions(+), 9 deletions(-) delete mode 100644 3.0.9.tar.gz create mode 100644 vokoscreenNG-3.1.0.tar.gz diff --git a/3.0.9.tar.gz b/3.0.9.tar.gz deleted file mode 100644 index de2bf41..0000000 --- a/3.0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e03ebce15d624eb64a37a7448d5e583eb56d38f7b569be24cedaa6632d5c65a6 -size 1692707 diff --git a/vokoscreenNG-3.1.0.tar.gz b/vokoscreenNG-3.1.0.tar.gz new file mode 100644 index 0000000..566db13 --- /dev/null +++ b/vokoscreenNG-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ed792732b2129bec88b142f9b3a82c76a88c70d5f8b32b8332bdd6d8d5cbe4 +size 2277273 diff --git a/vokoscreenNG.changes b/vokoscreenNG.changes index 6dfc857..773d161 100644 --- a/vokoscreenNG.changes +++ b/vokoscreenNG.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Dec 31 20:48:05 UTC 2021 - Marcel Kuehlhorn + +- Update to 3.1.0 + * The Help button has been removed from the title bar of the Player, + VideoPath and Cisco-License dialog + * Change system-filedialog to Qt-filedialog + * Fusion is now the style for all operating systems + * vokoscreenNG create his own images from all tabs + * Camera, Magnifier, Showclick and Halo added to the Systray menu + * Global keyboard shortcuts can be changed + * Added tooltip for global magnifier shortcut + * The camera window is now also displayed over a full screen window + * Countdown: Better look without compositer + * Countdown: Hide from taskbar + * Countdown: Added cancel button + * Better integration "mouse over activates window" + * Combobox resolution was not deactivated if no camera was found + * Better hint if no audio recording device was found + * Option to show mouse clicks + ------------------------------------------------------------------- Wed May 26 09:21:40 UTC 2021 - Marcel Kuehlhorn diff --git a/vokoscreenNG.spec b/vokoscreenNG.spec index df48f01..83cea50 100644 --- a/vokoscreenNG.spec +++ b/vokoscreenNG.spec @@ -17,20 +17,21 @@ Name: vokoscreenNG -Version: 3.0.9 +Version: 3.1.0 Release: 0 Summary: Screencast creator License: GPL-2.0-only Group: Productivity/Multimedia/Other URL: https://github.com/vkohaupt/vokoscreenNG -Source: https://github.com/vkohaupt/%{name}/archive/%{version}.tar.gz +Source: https://github.com/vkohaupt/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # PATCH-FIX-UPSTREAM - Add AppStream metadata - PR#94 Patch0: add_appstream_metadata.patch BuildRequires: appstream-glib -BuildRequires: gstreamer-devel +BuildRequires: gstreamer-devel >= 1.12.5 BuildRequires: libqt5-linguist BuildRequires: pkgconfig -BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Core) >= 5.14.0 +BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Multimedia) BuildRequires: pkgconfig(Qt5Network) @@ -38,8 +39,6 @@ BuildRequires: pkgconfig(Qt5Test) BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5X11Extras) -Requires: gstreamer >= 1.12.5 -Requires: libQt5Core5 >= 5.9.4 %if 0%{?sle_version} && 0%{?sle_version} < 150300 Requires: pulseaudio %else