forked from pool/vokoscreenNG
Accepting request 1136816 from home:tux93:branches:multimedia:apps
- Update to version 4.0.0 * Improved display on scaled screen * Added Countdown option on Wayland * Added support for recording multiple cameras simultaneously * Switch to Qt6 * Bug fixes - Update add_appstream_metadata.patch OBS-URL: https://build.opensuse.org/request/show/1136816 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/vokoscreenNG?expand=0&rev=40
This commit is contained in:
parent
a0c7bd4d63
commit
e4747b8bbd
@ -74,9 +74,9 @@ diff --git a/src/vokoscreenNG.pro b/src/vokoscreenNG.pro
|
||||
index 69bc5a33..fdf7fd07 100644
|
||||
--- a/src/vokoscreenNG.pro
|
||||
+++ b/src/vokoscreenNG.pro
|
||||
@@ -65,6 +65,30 @@ TRANSLATIONS = $$files(language/*.ts)
|
||||
}
|
||||
else: message(No translation files in project)
|
||||
@@ -58,6 +58,31 @@ isEmpty(QMAKE_LRELEASE) {
|
||||
}
|
||||
system($$QMAKE_LRELEASE language/*.ts)
|
||||
|
||||
+unix:!macx {
|
||||
+ isEmpty(PREFIX) {
|
||||
@ -102,7 +102,6 @@ index 69bc5a33..fdf7fd07 100644
|
||||
+
|
||||
+ INSTALLS += target icon desktop appdata
|
||||
+}
|
||||
|
||||
+
|
||||
# Clean target
|
||||
QMAKE_CLEAN += $$TARGET */*~
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:365eb2e2cf6b97429dbb50b6c97f47daf86a01e93dee6fa0ac92fdd21cfcb2ec
|
||||
size 3243366
|
3
vokoscreenNG-4.0.0.tar.gz
Normal file
3
vokoscreenNG-4.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78e40de635da968befc85c85103387ec97dce8c8d5e3de226c9a61a6afd22b97
|
||||
size 3246331
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 4 13:15:00 UTC 2024 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||
|
||||
- Update to version 4.0.0
|
||||
* Improved display on scaled screen
|
||||
* Added Countdown option on Wayland
|
||||
* Added support for recording multiple cameras simultaneously
|
||||
* Switch to Qt6
|
||||
* Bug fixes
|
||||
- Update add_appstream_metadata.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 4 15:46:58 UTC 2023 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vokoscreenNG
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: vokoscreenNG
|
||||
Version: 3.8.0
|
||||
Version: 4.0.0
|
||||
Release: 0
|
||||
Summary: Screencast creator
|
||||
License: GPL-2.0-only
|
||||
@ -30,15 +30,15 @@ BuildRequires: appstream-glib
|
||||
BuildRequires: gstreamer-devel >= 1.12.5
|
||||
BuildRequires: libqt5-linguist
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.14.0
|
||||
BuildRequires: pkgconfig(Qt5DBus)
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5Multimedia)
|
||||
BuildRequires: pkgconfig(Qt5Network)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
BuildRequires: pkgconfig(Qt6Core) >= 6.5.0
|
||||
BuildRequires: pkgconfig(Qt6DBus)
|
||||
BuildRequires: pkgconfig(Qt6Gui)
|
||||
BuildRequires: pkgconfig(Qt6Multimedia)
|
||||
BuildRequires: pkgconfig(Qt6Network)
|
||||
BuildRequires: pkgconfig(Qt6Test)
|
||||
BuildRequires: pkgconfig(Qt6Widgets)
|
||||
BuildRequires: pkgconfig(gstreamer-video-1.0)
|
||||
BuildRequires: pkgconfig(libpulse)
|
||||
|
||||
%if 0%{?sle_version} && 0%{?sle_version} < 150300
|
||||
Requires: pulseaudio
|
||||
@ -71,7 +71,7 @@ vokoscreenNG is a user friendly Open Source screencaster for Linux and Windows.
|
||||
|
||||
%build
|
||||
cd src
|
||||
%qmake5
|
||||
%qmake6
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
|
Loading…
x
Reference in New Issue
Block a user