summaryrefslogtreecommitdiff
path: root/simplescreenrecorder
diff options
context:
space:
mode:
authorsrv <enmanuel.saravia.externo@pandero.com.pe>2025-05-05 15:29:27 -0500
committersrv <enmanuel.saravia.externo@pandero.com.pe>2025-05-05 15:29:27 -0500
commit81555e3bd23c74ce915d246ca51fa65d84c22ae7 (patch)
tree1ba136af6b87426d37d010866b5cdac110eaeaa8 /simplescreenrecorder
First commitdevelop
Diffstat (limited to 'simplescreenrecorder')
-rw-r--r--simplescreenrecorder/PKGBUILD56
-rw-r--r--simplescreenrecorder/simplescreenrecorder-0.4.2-1-x86_64-build.log512
-rw-r--r--simplescreenrecorder/simplescreenrecorder-0.4.2-1-x86_64-package.log124
-rw-r--r--simplescreenrecorder/simplescreenrecorder-0.4.2-1-x86_64-prepare.log5
-rw-r--r--simplescreenrecorder/simplescreenrecorder.install9
5 files changed, 706 insertions, 0 deletions
diff --git a/simplescreenrecorder/PKGBUILD b/simplescreenrecorder/PKGBUILD
new file mode 100644
index 0000000..6c2de64
--- /dev/null
+++ b/simplescreenrecorder/PKGBUILD
@@ -0,0 +1,56 @@
+# Maintainer (Arch): Kyle Keen <keenerd@gmail.com>
+# Contributor (Arch): Maarten Baert
+# Maintainer: Tobias Dausend <throgh@hyperbola.info>
+
+pkgname=simplescreenrecorder
+_pkgbasename=ssr
+pkgver=0.4.2
+_debver=0.4.2
+_debrel=2
+pkgrel=1
+pkgdesc='A feature-rich screen recorder that supports X11 and OpenGL.'
+arch=('i686' 'x86_64')
+url='https://www.maartenbaert.be/simplescreenrecorder/'
+license=('GPL-3')
+depends=('qt-base' 'qt-x11extras' 'ffmpeg' 'alsa-lib' 'mesa-libgl' 'glu'
+ 'libx11' 'libxext' 'libxfixes' 'libxi' 'libxinerama'
+ 'desktop-file-utils' 'gtk-update-icon-cache')
+makedepends=('cmake' 'qt-tools' 'quilt')
+source=("https://github.com/MaartenBaert/ssr/archive/refs/tags/${pkgver}.tar.gz"
+ "https://deb.debian.org/debian/pool/main/s/simplescreenrecorder/simplescreenrecorder_${_debver}-${_debrel}.debian.tar.xz")
+sha512sums=('60b0127d7f82f294e5a8f015363e37a10b5492089a0178b07a5e383c7e4b857102ed2bda7a95e3c67293a255f892481aeaf4037c583320d68d463637348ed7f7'
+ 'ac2accbbe4c7abaa3311cc756c74ba72cb513f1035dd2694628c126c576ae4e89ebdb5b6c941b46a5913aaf052c8b3fad163a93483599a5c790212987647a021')
+install=simplescreenrecorder.install
+
+prepare() {
+ cd ${_pkgbasename}-${pkgver}
+ if [[ ${pkgver%.*} = ${_debver%.*} ]]; then
+ # Debian patches
+ export QUILT_PATCHES=debian/patches
+ export QUILT_REFRESH_ARGS='-p ab --no-timestamps --no-index'
+ export QUILT_DIFF_ARGS='--no-timestamps'
+
+ mv "$srcdir"/debian .
+
+ quilt push -av
+ fi
+}
+
+build() {
+ cd ${_pkgbasename}-${pkgver}
+ cmake \
+ -Bbuild \
+ -DCMAKE_INSTALL_PREFIX="/usr" \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DWITH_QT5=on \
+ -DWITH_ALSA=on \
+ -DWITH_JACK=off \
+ -DWITH_PULSEAUDIO=off \
+ -DCMAKE_INSTALL_LIBDIR='lib' .
+ make -C build
+}
+package() {
+ cd ${_pkgbasename}-${pkgver}
+ make -C build DESTDIR="$pkgdir" install
+ install -Dm644 COPYING -t "${pkgdir}/usr/share/licenses/$pkgname"
+}
diff --git a/simplescreenrecorder/simplescreenrecorder-0.4.2-1-x86_64-build.log b/simplescreenrecorder/simplescreenrecorder-0.4.2-1-x86_64-build.log
new file mode 100644
index 0000000..16cc2bf
--- /dev/null
+++ b/simplescreenrecorder/simplescreenrecorder-0.4.2-1-x86_64-build.log
@@ -0,0 +1,512 @@
+-- The C compiler identification is GNU 8.4.0
+-- The CXX compiler identification is GNU 8.4.0
+-- Detecting C compiler ABI info
+-- Detecting C compiler ABI info - done
+-- Check for working C compiler: /usr/bin/cc - skipped
+-- Detecting C compile features
+-- Detecting C compile features - done
+-- Detecting CXX compiler ABI info
+-- Detecting CXX compiler ABI info - done
+-- Check for working CXX compiler: /usr/bin/c++ - skipped
+-- Detecting CXX compile features
+-- Detecting CXX compile features - done
+-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
+-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
+-- Looking for pthread_create in pthreads
+-- Looking for pthread_create in pthreads - not found
+-- Looking for pthread_create in pthread
+-- Looking for pthread_create in pthread - found
+-- Found Threads: TRUE
+-- Found X11: /usr/include
+-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
+-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
+-- Looking for gethostbyname
+-- Looking for gethostbyname - found
+-- Looking for connect
+-- Looking for connect - found
+-- Looking for remove
+-- Looking for remove - found
+-- Looking for shmat
+-- Looking for shmat - found
+-- Looking for IceConnectionNumber in ICE
+-- Looking for IceConnectionNumber in ICE - found
+-- Found OpenGL: /usr/lib/libGL.so
+-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
+-- Checking for modules 'libavformat;libavcodec;libavutil;libswscale'
+-- Found libavformat, version 58.76.100
+-- Found libavcodec, version 58.134.100
+-- Found libavutil, version 56.70.100
+-- Found libswscale, version 5.9.100
+CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
+ The package name passed to `find_package_handle_standard_args` (AVFormat)
+ does not match the name of the calling package (FFmpeg). This can lead to
+ problems in calling code that expects `find_package` result variables
+ (e.g., `_FOUND`) to follow a certain pattern.
+Call Stack (most recent call first):
+ cmake/FindFFmpeg.cmake:19 (find_package_handle_standard_args)
+ src/CMakeLists.txt:6 (find_package)
+This warning is for project developers. Use -Wno-dev to suppress it.
+
+-- Found AVFormat: /usr/lib/libavformat.so
+CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
+ The package name passed to `find_package_handle_standard_args` (AVCodec)
+ does not match the name of the calling package (FFmpeg). This can lead to
+ problems in calling code that expects `find_package` result variables
+ (e.g., `_FOUND`) to follow a certain pattern.
+Call Stack (most recent call first):
+ cmake/FindFFmpeg.cmake:20 (find_package_handle_standard_args)
+ src/CMakeLists.txt:6 (find_package)
+This warning is for project developers. Use -Wno-dev to suppress it.
+
+-- Found AVCodec: /usr/lib/libavcodec.so
+CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
+ The package name passed to `find_package_handle_standard_args` (AVUtil)
+ does not match the name of the calling package (FFmpeg). This can lead to
+ problems in calling code that expects `find_package` result variables
+ (e.g., `_FOUND`) to follow a certain pattern.
+Call Stack (most recent call first):
+ cmake/FindFFmpeg.cmake:21 (find_package_handle_standard_args)
+ src/CMakeLists.txt:6 (find_package)
+This warning is for project developers. Use -Wno-dev to suppress it.
+
+-- Found AVUtil: /usr/lib/libavutil.so
+CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
+ The package name passed to `find_package_handle_standard_args` (SWScale)
+ does not match the name of the calling package (FFmpeg). This can lead to
+ problems in calling code that expects `find_package` result variables
+ (e.g., `_FOUND`) to follow a certain pattern.
+Call Stack (most recent call first):
+ cmake/FindFFmpeg.cmake:22 (find_package_handle_standard_args)
+ src/CMakeLists.txt:6 (find_package)
+This warning is for project developers. Use -Wno-dev to suppress it.
+
+-- Found SWScale: /usr/lib/libswscale.so
+-- Found ALSA: /usr/lib/libasound.so (found version "1.2.6.1")
+-- The following REQUIRED packages have been found:
+
+ * OpenGL
+ * Threads
+ * FFmpeg
+ * PkgConfig
+ * X11
+ * ALSA
+ * Qt5Core
+ * Qt5Gui
+ * Qt5Widgets
+ * Qt5X11Extras
+ * Qt5 (required version >= 5.7)
+
+-- Configuring done
+-- Generating done
+-- Build files have been written to: /build/simplescreenrecorder/src/ssr-0.4.2/build
+make: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make[1]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+[ 1%] Building C object glinject/CMakeFiles/ssr-glinject.dir/elfhacks.c.o
+[ 2%] Building CXX object glinject/CMakeFiles/ssr-glinject.dir/GLInject.cpp.o
+[ 4%] Generating simplescreenrecorder_ar.qm
+[ 4%] Automatic MOC for target simplescreenrecorder
+[ 5%] Generating simplescreenrecorder_bg.qm
+[ 7%] Generating simplescreenrecorder_cs.qm
+[ 8%] Generating simplescreenrecorder_de.qm
+[ 9%] Generating simplescreenrecorder_el.qm
+[ 10%] Generating simplescreenrecorder_es.qm
+[ 11%] Generating simplescreenrecorder_fr.qm
+[ 13%] Generating simplescreenrecorder_gl.qm
+[ 14%] Generating simplescreenrecorder_he.qm
+[ 15%] Building CXX object glinject/CMakeFiles/ssr-glinject.dir/GLXFrameGrabber.cpp.o
+[ 16%] Generating simplescreenrecorder_hu.qm
+[ 17%] Generating simplescreenrecorder_id.qm
+[ 19%] Generating simplescreenrecorder_it.qm
+[ 20%] Generating simplescreenrecorder_ja.qm
+[ 21%] Generating simplescreenrecorder_lt.qm
+[ 22%] Generating simplescreenrecorder_nl.qm
+[ 23%] Generating simplescreenrecorder_pl.qm
+[ 25%] Generating simplescreenrecorder_pt_BR.qm
+[ 26%] Generating simplescreenrecorder_ru.qm
+[ 27%] Generating simplescreenrecorder_sr.qm
+[ 28%] Generating simplescreenrecorder_sv.qm
+[ 29%] Generating simplescreenrecorder_uk.qm
+[ 30%] Generating simplescreenrecorder_zh_CN.qm
+[ 32%] Generating simplescreenrecorder_zh_TW.qm
+make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+[ 32%] Built target translations
+[ 33%] Building CXX object glinject/CMakeFiles/ssr-glinject.dir/Hook.cpp.o
+[ 34%] Building CXX object glinject/CMakeFiles/ssr-glinject.dir/SSRVideoStreamWriter.cpp.o
+[ 35%] Linking CXX shared library libssr-glinject.so
+make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+[ 35%] Built target ssr-glinject
+make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+[ 35%] Built target simplescreenrecorder_autogen
+make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+[ 36%] Generating qrc_resources.cpp
+make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+[ 38%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/simplescreenrecorder_autogen/mocs_compilation.cpp.o
+[ 39%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Input/ALSAInput.cpp.o
+[ 40%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Input/GLInjectInput.cpp.o
+[ 41%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Input/JACKInput.cpp.o
+In file included from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/2LCCYRVYXB/moc_ElidedLabel.cpp:10,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/mocs_compilation.cpp:6:
+/build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/2LCCYRVYXB/../../../../src/GUI/ElidedLabel.h:37:58: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
+ ElidedLabel(QWidget* parent = NULL, Qt::WindowFlags f = 0);
+ ^
+In file included from /usr/include/qt/QtCore/qglobal.h:1304,
+ from /usr/include/qt/QtCore/QtCore:4,
+ from /usr/include/qt/QtGui/QtGuiDepends:3,
+ from /usr/include/qt/QtGui/QtGui:3,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/GPQNCQLT6Y/../../../../src/AV/Output/SyncDiagram.h:21,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/GPQNCQLT6Y/moc_SyncDiagram.cpp:10,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/mocs_compilation.cpp:2:
+/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
+ QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
+ ^~~~~~
+In file included from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/2LCCYRVYXB/moc_ElidedLabel.cpp:10,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/mocs_compilation.cpp:6:
+/build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/2LCCYRVYXB/../../../../src/GUI/ElidedLabel.h:38:78: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
+ ElidedLabel(const QString& txt, QWidget* parent = NULL, Qt::WindowFlags f = 0);
+ ^
+In file included from /usr/include/qt/QtCore/qglobal.h:1304,
+ from /usr/include/qt/QtCore/QtCore:4,
+ from /usr/include/qt/QtGui/QtGuiDepends:3,
+ from /usr/include/qt/QtGui/QtGui:3,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/GPQNCQLT6Y/../../../../src/AV/Output/SyncDiagram.h:21,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/GPQNCQLT6Y/moc_SyncDiagram.cpp:10,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/mocs_compilation.cpp:2:
+/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
+ QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
+ ^~~~~~
+In file included from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/2LCCYRVYXB/moc_ElidedLabel.cpp:10,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/mocs_compilation.cpp:6:
+/build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/2LCCYRVYXB/../../../../src/GUI/ElidedLabel.h:39:124: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
+ ElidedLabel(const QString& txt, Qt::TextElideMode elideMode = Qt::ElideRight, QWidget* parent = NULL, Qt::WindowFlags f = 0);
+ ^
+In file included from /usr/include/qt/QtCore/qglobal.h:1304,
+ from /usr/include/qt/QtCore/QtCore:4,
+ from /usr/include/qt/QtGui/QtGuiDepends:3,
+ from /usr/include/qt/QtGui/QtGui:3,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/GPQNCQLT6Y/../../../../src/AV/Output/SyncDiagram.h:21,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/GPQNCQLT6Y/moc_SyncDiagram.cpp:10,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/mocs_compilation.cpp:2:
+/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
+ QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
+ ^~~~~~
+[ 42%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Input/PulseAudioInput.cpp.o
+[ 44%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Input/SSRVideoStreamReader.cpp.o
+[ 45%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Input/SSRVideoStreamWatcher.cpp.o
+[ 46%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Input/X11Input.cpp.o
+[ 47%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Output/AudioEncoder.cpp.o
+[ 48%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Output/BaseEncoder.cpp.o
+[ 50%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Output/Muxer.cpp.o
+[ 51%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Output/OutputManager.cpp.o
+[ 52%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Output/SyncDiagram.cpp.o
+[ 53%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Output/Synchronizer.cpp.o
+[ 54%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Output/VideoEncoder.cpp.o
+[ 55%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Output/X264Presets.cpp.o
+[ 57%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/AVWrapper.cpp.o
+[ 58%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/FastResampler.cpp.o
+[ 59%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/FastResampler_FirFilter_Fallback.cpp.o
+[ 60%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/FastScaler.cpp.o
+[ 61%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/FastScaler_Convert_Fallback.cpp.o
+[ 63%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/FastScaler_Scale_Fallback.cpp.o
+[ 64%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/FastScaler_Scale_Generic.cpp.o
+[ 65%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/SimpleSynth.cpp.o
+[ 66%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/SourceSink.cpp.o
+[ 67%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/common/CommandLineOptions.cpp.o
+[ 69%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/common/CPUFeatures.cpp.o
+[ 70%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/common/Dialogs.cpp.o
+[ 71%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/common/Logger.cpp.o
+[ 72%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/AudioPreviewer.cpp.o
+[ 73%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/DialogGLInject.cpp.o
+[ 75%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/DialogRecordSchedule.cpp.o
+[ 76%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/ElidedLabel.cpp.o
+[ 77%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/HiddenScrollArea.cpp.o
+[ 78%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/HotkeyListener.cpp.o
+In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:27,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.cpp:23:
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:37:58: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
+ ElidedLabel(QWidget* parent = NULL, Qt::WindowFlags f = 0);
+ ^
+In file included from /usr/include/qt/QtCore/qglobal.h:1304,
+ from /usr/include/qt/QtCore/QtCore:4,
+ from /usr/include/qt/QtGui/QtGuiDepends:3,
+ from /usr/include/qt/QtGui/QtGui:3,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.h:21,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.cpp:20:
+/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
+ QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
+ ^~~~~~
+In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:27,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.cpp:23:
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:38:78: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
+ ElidedLabel(const QString& txt, QWidget* parent = NULL, Qt::WindowFlags f = 0);
+ ^
+In file included from /usr/include/qt/QtCore/qglobal.h:1304,
+ from /usr/include/qt/QtCore/QtCore:4,
+ from /usr/include/qt/QtGui/QtGuiDepends:3,
+ from /usr/include/qt/QtGui/QtGui:3,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.h:21,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.cpp:20:
+/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
+ QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
+ ^~~~~~
+In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:27,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.cpp:23:
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:39:124: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
+ ElidedLabel(const QString& txt, Qt::TextElideMode elideMode = Qt::ElideRight, QWidget* parent = NULL, Qt::WindowFlags f = 0);
+ ^
+In file included from /usr/include/qt/QtCore/qglobal.h:1304,
+ from /usr/include/qt/QtCore/QtCore:4,
+ from /usr/include/qt/QtGui/QtGuiDepends:3,
+ from /usr/include/qt/QtGui/QtGui:3,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.h:21,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.cpp:20:
+/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
+ QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
+ ^~~~~~
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.cpp: In constructor 'DialogRecordSchedule::DialogRecordSchedule(PageRecord*)':
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.cpp:87:93: warning: 'int QFontMetrics::width(const QString&, int) const' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
+ m_label_time->setMinimumWidth(m_label_time->fontMetrics().width("0000-00-00 00:00:00 XXXXX") + 10);
+ ^
+In file included from /usr/include/qt/QtGui/QtGui:26,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.h:21,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.cpp:20:
+/usr/include/qt/QtGui/qfontmetrics.h:106:9: note: declared here
+ int width(const QString &, int len = -1) const;
+ ^~~~~
+In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.cpp:24:
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:37:58: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
+ ElidedLabel(QWidget* parent = NULL, Qt::WindowFlags f = 0);
+ ^
+In file included from /usr/include/qt/QtCore/qglobal.h:1304,
+ from /usr/include/qt/QtCore/QtCore:4,
+ from /usr/include/qt/QtGui/QtGuiDepends:3,
+ from /usr/include/qt/QtGui/QtGui:3,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:25,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.cpp:24:
+/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
+ QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
+ ^~~~~~
+In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.cpp:24:
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:38:78: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
+ ElidedLabel(const QString& txt, QWidget* parent = NULL, Qt::WindowFlags f = 0);
+ ^
+In file included from /usr/include/qt/QtCore/qglobal.h:1304,
+ from /usr/include/qt/QtCore/QtCore:4,
+ from /usr/include/qt/QtGui/QtGuiDepends:3,
+ from /usr/include/qt/QtGui/QtGui:3,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:25,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.cpp:24:
+/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
+ QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
+ ^~~~~~
+In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.cpp:24:
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:39:124: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
+ ElidedLabel(const QString& txt, Qt::TextElideMode elideMode = Qt::ElideRight, QWidget* parent = NULL, Qt::WindowFlags f = 0);
+ ^
+In file included from /usr/include/qt/QtCore/qglobal.h:1304,
+ from /usr/include/qt/QtCore/QtCore:4,
+ from /usr/include/qt/QtGui/QtGuiDepends:3,
+ from /usr/include/qt/QtGui/QtGui:3,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:25,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.cpp:24:
+/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
+ QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
+ ^~~~~~
+[ 79%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/Icons.cpp.o
+[ 80%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/MainWindow.cpp.o
+[ 82%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/PageDone.cpp.o
+[ 83%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/PageInput.cpp.o
+In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:27,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.cpp:31:
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:37:58: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
+ ElidedLabel(QWidget* parent = NULL, Qt::WindowFlags f = 0);
+ ^
+In file included from /usr/include/qt/QtCore/qglobal.h:1304,
+ from /usr/include/qt/QtCore/QtCore:4,
+ from /usr/include/qt/QtGui/QtGuiDepends:3,
+ from /usr/include/qt/QtGui/QtGui:3,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.h:21,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.cpp:20:
+/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
+ QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
+ ^~~~~~
+In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:27,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.cpp:31:
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:38:78: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
+ ElidedLabel(const QString& txt, QWidget* parent = NULL, Qt::WindowFlags f = 0);
+ ^
+In file included from /usr/include/qt/QtCore/qglobal.h:1304,
+ from /usr/include/qt/QtCore/QtCore:4,
+ from /usr/include/qt/QtGui/QtGuiDepends:3,
+ from /usr/include/qt/QtGui/QtGui:3,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.h:21,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.cpp:20:
+/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
+ QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
+ ^~~~~~
+In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:27,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.cpp:31:
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:39:124: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
+ ElidedLabel(const QString& txt, Qt::TextElideMode elideMode = Qt::ElideRight, QWidget* parent = NULL, Qt::WindowFlags f = 0);
+ ^
+In file included from /usr/include/qt/QtCore/qglobal.h:1304,
+ from /usr/include/qt/QtCore/QtCore:4,
+ from /usr/include/qt/QtGui/QtGuiDepends:3,
+ from /usr/include/qt/QtGui/QtGui:3,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.h:21,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.cpp:20:
+/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
+ QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
+ ^~~~~~
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.cpp: In constructor 'MainWindow::MainWindow()':
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.cpp:118:68: warning: 'const QRect QDesktopWidget::availableGeometry(int) const' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
+ QSize available_size = QApplication::desktop()->availableGeometry().size() - QSize(80, 80);
+ ^
+In file included from /usr/include/qt/QtWidgets/QDesktopWidget:1,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:33,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.h:21,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.cpp:20:
+/usr/include/qt/QtWidgets/qdesktopwidget.h:88:67: note: declared here
+ QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect availableGeometry(int screen = -1) const;
+ ^~~~~~~~~~~~~~~~~
+[ 84%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/PageOutput.cpp.o
+[ 85%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/PageRecord.cpp.o
+[ 86%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/PageWelcome.cpp.o
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageOutput.cpp: In constructor 'PageOutput::PageOutput(MainWindow*)':
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageOutput.cpp:129:78: warning: 'QStringList QString::split(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
+ c.suffixes = QString(format->extensions).split(',', QString::SkipEmptyParts);
+ ^
+In file included from /usr/include/qt/QtCore/qobject.h:47,
+ from /usr/include/qt/QtCore/qabstractanimation.h:43,
+ from /usr/include/qt/QtCore/QtCore:6,
+ from /usr/include/qt/QtGui/QtGuiDepends:3,
+ from /usr/include/qt/QtGui/QtGui:3,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageOutput.h:21,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageOutput.cpp:20:
+/usr/include/qt/QtCore/qstring.h:615:17: note: declared here
+ QStringList split(QChar sep, SplitBehavior behavior,
+ ^~~~~
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageOutput.cpp:282:99: warning: 'int QFontMetrics::width(const QString&, int) const' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
+ m_label_h264_crf_value->setMinimumWidth(QFontMetrics(m_label_h264_crf_value->font()).width("99") + 2);
+ ^
+In file included from /usr/include/qt/QtGui/QtGui:26,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageOutput.h:21,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageOutput.cpp:20:
+/usr/include/qt/QtGui/qfontmetrics.h:106:9: note: declared here
+ int width(const QString &, int len = -1) const;
+ ^~~~~
+In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:27,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp:20:
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:37:58: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
+ ElidedLabel(QWidget* parent = NULL, Qt::WindowFlags f = 0);
+ ^
+In file included from /usr/include/qt/QtCore/qglobal.h:1304,
+ from /usr/include/qt/QtCore/QtCore:4,
+ from /usr/include/qt/QtGui/QtGuiDepends:3,
+ from /usr/include/qt/QtGui/QtGui:3,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:21,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp:20:
+/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
+ QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
+ ^~~~~~
+In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:27,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp:20:
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:38:78: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
+ ElidedLabel(const QString& txt, QWidget* parent = NULL, Qt::WindowFlags f = 0);
+ ^
+In file included from /usr/include/qt/QtCore/qglobal.h:1304,
+ from /usr/include/qt/QtCore/QtCore:4,
+ from /usr/include/qt/QtGui/QtGuiDepends:3,
+ from /usr/include/qt/QtGui/QtGui:3,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:21,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp:20:
+/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
+ QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
+ ^~~~~~
+In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:27,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp:20:
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:39:124: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
+ ElidedLabel(const QString& txt, Qt::TextElideMode elideMode = Qt::ElideRight, QWidget* parent = NULL, Qt::WindowFlags f = 0);
+ ^
+In file included from /usr/include/qt/QtCore/qglobal.h:1304,
+ from /usr/include/qt/QtCore/QtCore:4,
+ from /usr/include/qt/QtGui/QtGuiDepends:3,
+ from /usr/include/qt/QtGui/QtGui:3,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:21,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp:20:
+/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
+ QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
+ ^~~~~~
+[ 88%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/ProfileBox.cpp.o
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp: In function 'std::vector<std::pair<QString, QString> > GetOptionsFromString(const QString&)':
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp:72:65: warning: 'QStringList QString::split(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
+ QStringList optionlist = str.split(',', QString::SkipEmptyParts);
+ ^
+In file included from /usr/include/qt/QtCore/qobject.h:47,
+ from /usr/include/qt/QtCore/qabstractanimation.h:43,
+ from /usr/include/qt/QtCore/QtCore:6,
+ from /usr/include/qt/QtGui/QtGuiDepends:3,
+ from /usr/include/qt/QtGui/QtGui:3,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:21,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp:20:
+/usr/include/qt/QtCore/qstring.h:615:17: note: declared here
+ QStringList split(QChar sep, SplitBehavior behavior,
+ ^~~~~
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp: In constructor 'PageRecord::PageRecord(MainWindow*)':
+/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp:251:94: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
+ m_label_info_file_name = new ElidedLabel(QString(), Qt::ElideMiddle, groupbox_information);
+ ^
+In file included from /usr/include/qt/QtCore/qglobal.h:1304,
+ from /usr/include/qt/QtCore/QtCore:4,
+ from /usr/include/qt/QtGui/QtGuiDepends:3,
+ from /usr/include/qt/QtGui/QtGui:3,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:21,
+ from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp:20:
+/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
+ QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
+ ^~~~~~
+[ 89%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/VideoPreviewer.cpp.o
+[ 90%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/WidgetRack.cpp.o
+[ 91%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/Benchmark.cpp.o
+[ 92%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/Main.cpp.o
+[ 94%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/NVidia.cpp.o
+[ 95%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/FastResampler_FirFilter_SSE2.cpp.o
+[ 96%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/FastScaler_Convert_SSSE3.cpp.o
+[ 97%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/FastScaler_Scale_SSSE3.cpp.o
+[ 98%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/qrc_resources.cpp.o
+[100%] Linking CXX executable simplescreenrecorder
+/usr/bin/ld: /usr/lib/libssh.so.4: warning: EVP_EncryptFinal is often misused, please use EVP_EncryptFinal_ex and EVP_CIPHER_CTX_cleanup
+/usr/bin/ld: /usr/lib/libssh.so.4: warning: EVP_DecryptFinal is often misused, please use EVP_DecryptFinal_ex and EVP_CIPHER_CTX_cleanup
+make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+[100%] Built target simplescreenrecorder
+make[1]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
diff --git a/simplescreenrecorder/simplescreenrecorder-0.4.2-1-x86_64-package.log b/simplescreenrecorder/simplescreenrecorder-0.4.2-1-x86_64-package.log
new file mode 100644
index 0000000..0c59795
--- /dev/null
+++ b/simplescreenrecorder/simplescreenrecorder-0.4.2-1-x86_64-package.log
@@ -0,0 +1,124 @@
+make: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make[1]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+[ 1%] Automatic MOC for target simplescreenrecorder
+[ 28%] Built target translations
+[ 35%] Built target ssr-glinject
+make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+[ 35%] Built target simplescreenrecorder_autogen
+make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+[100%] Built target simplescreenrecorder
+make[1]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
+Install the project...
+-- Install configuration: "Release"
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/bin/ssr-glinject
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/output-profiles
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/output-profiles/High%20Quality%20Intermediate.conf
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/output-profiles/Live%20Stream%20%281000kbps%29.conf
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/output-profiles/Live%20Stream%20%283000kbps%29.conf
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/output-profiles/Live%20Stream%20%282000kbps%29.conf
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/output-profiles/YouTube.conf
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/man/man1
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/man/man1/ssr-glinject.1
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/man/man1/simplescreenrecorder.1
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/applications/simplescreenrecorder.desktop
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/metainfo/simplescreenrecorder.metainfo.xml
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/16x16/apps
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/16x16/apps/simplescreenrecorder-paused.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/16x16/apps/simplescreenrecorder-error.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/16x16/apps/simplescreenrecorder-recording.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/16x16/apps/simplescreenrecorder.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/16x16/apps/simplescreenrecorder-idle.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/22x22/apps
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/22x22/apps/simplescreenrecorder-paused.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/22x22/apps/simplescreenrecorder-error.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/22x22/apps/simplescreenrecorder-recording.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/22x22/apps/simplescreenrecorder.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/22x22/apps/simplescreenrecorder-idle.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/24x24/apps
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/24x24/apps/simplescreenrecorder-paused.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/24x24/apps/simplescreenrecorder-error.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/24x24/apps/simplescreenrecorder-recording.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/24x24/apps/simplescreenrecorder.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/24x24/apps/simplescreenrecorder-idle.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/32x32/apps
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/32x32/apps/simplescreenrecorder-paused.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/32x32/apps/simplescreenrecorder-error.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/32x32/apps/simplescreenrecorder-recording.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/32x32/apps/simplescreenrecorder.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/32x32/apps/simplescreenrecorder-idle.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/48x48/apps
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/48x48/apps/simplescreenrecorder-paused.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/48x48/apps/simplescreenrecorder-error.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/48x48/apps/simplescreenrecorder-recording.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/48x48/apps/simplescreenrecorder.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/48x48/apps/simplescreenrecorder-idle.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/64x64/apps
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/64x64/apps/simplescreenrecorder-paused.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/64x64/apps/simplescreenrecorder-error.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/64x64/apps/simplescreenrecorder-recording.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/64x64/apps/simplescreenrecorder.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/64x64/apps/simplescreenrecorder-idle.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/96x96/apps
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/96x96/apps/simplescreenrecorder-paused.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/96x96/apps/simplescreenrecorder-error.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/96x96/apps/simplescreenrecorder-recording.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/96x96/apps/simplescreenrecorder.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/96x96/apps/simplescreenrecorder-idle.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/128x128/apps
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/128x128/apps/simplescreenrecorder-paused.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/128x128/apps/simplescreenrecorder-error.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/128x128/apps/simplescreenrecorder-recording.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/128x128/apps/simplescreenrecorder.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/128x128/apps/simplescreenrecorder-idle.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/192x192/apps
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/192x192/apps/simplescreenrecorder-paused.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/192x192/apps/simplescreenrecorder-error.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/192x192/apps/simplescreenrecorder-recording.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/192x192/apps/simplescreenrecorder.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/192x192/apps/simplescreenrecorder-idle.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/256x256/apps
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/256x256/apps/simplescreenrecorder-paused.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/256x256/apps/simplescreenrecorder-error.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/256x256/apps/simplescreenrecorder-recording.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/256x256/apps/simplescreenrecorder.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/256x256/apps/simplescreenrecorder-idle.png
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/scalable/apps
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/scalable/apps/simplescreenrecorder-error.svg
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/scalable/apps/simplescreenrecorder-recording.svg
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/scalable/apps/simplescreenrecorder-paused.svg
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/scalable/apps/simplescreenrecorder-idle.svg
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/icons/hicolor/scalable/apps/simplescreenrecorder.svg
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/lib/libssr-glinject.so
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/bin/simplescreenrecorder
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_ar.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_bg.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_cs.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_de.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_el.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_es.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_fr.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_gl.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_he.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_hu.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_id.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_it.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_ja.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_lt.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_nl.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_pl.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_pt_BR.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_ru.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_sr.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_sv.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_uk.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_zh_CN.qm
+-- Installing: /build/simplescreenrecorder/pkg/simplescreenrecorder/usr/share/simplescreenrecorder/translations/simplescreenrecorder_zh_TW.qm
+make: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
diff --git a/simplescreenrecorder/simplescreenrecorder-0.4.2-1-x86_64-prepare.log b/simplescreenrecorder/simplescreenrecorder-0.4.2-1-x86_64-prepare.log
new file mode 100644
index 0000000..78ff8b3
--- /dev/null
+++ b/simplescreenrecorder/simplescreenrecorder-0.4.2-1-x86_64-prepare.log
@@ -0,0 +1,5 @@
+Applying patch debian/patches/01-private-glinject.patch
+patching file scripts/ssr-glinject
+patching file src/AV/Input/GLInjectInput.cpp
+
+Now at patch debian/patches/01-private-glinject.patch
diff --git a/simplescreenrecorder/simplescreenrecorder.install b/simplescreenrecorder/simplescreenrecorder.install
new file mode 100644
index 0000000..3ced587
--- /dev/null
+++ b/simplescreenrecorder/simplescreenrecorder.install
@@ -0,0 +1,9 @@
+post_install() {
+ ldconfig
+}
+post_upgrade() {
+ post_install
+}
+post_remove() {
+ post_install
+}