Package Details: simplescreenrecorder-git 0.4.2.r11.g7f26bc7-1

Git Clone URL: https://aur.archlinux.org/simplescreenrecorder-git.git (read-only, click to copy)
Package Base: simplescreenrecorder-git
Description: A simple but powerful recording tool for X11, OpenGL and V4L2. (Git version)
Upstream URL: https://www.maartenbaert.be/simplescreenrecorder/
Keywords: ssr
Licenses: GPL3
Conflicts: simplescreenrecorder
Provides: simplescreenrecorder
Submitter: wrl
Maintainer: MaartenBaert
Last Packager: MaartenBaert
Votes: 23
Popularity: 0.105461
First Submitted: 2014-01-28 19:54 (UTC)
Last Updated: 2020-07-08 17:11 (UTC)

Latest Comments

1 2 3 Next › Last »

dreieck commented on 2025-04-03 14:50 (UTC)

Ahoj,

this builds with Qt6 now, which is the up to date Qt version. Please consider updating this PKGBUILD.

diff to the PKGBUILD to migrate to Qt6 (and also to make the license identifier SPDX compliant):

--- PKGBUILD.orig   2025-04-03 16:45:21.419977330 +0200
+++ PKGBUILD    2025-04-03 16:50:39.879974554 +0200
@@ -8,4 +8,4 @@
 url="https://www.maartenbaert.be/simplescreenrecorder/"
-license=("GPL3")
-depends=("qt5-base" "qt5-x11extras"
+license=("GPL-3.0-or-later")
+depends=("qt6-base>=6.2"
     "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "v4l-utils"
@@ -14,3 +14,3 @@
 optdepends=("lib32-simplescreenrecorder-git: OpenGL recording of 32-bit applications")
-makedepends=("git" "cmake" "qt5-tools")
+makedepends=("git" "cmake" "qt6-tools")
 source=("git+https://github.com/MaartenBaert/ssr.git")
@@ -33,3 +33,3 @@
    cd ssr/build
-   cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_BUILD_TYPE=Release -DWITH_QT5=TRUE ..
+   cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_BUILD_TYPE=Release -DWITH_QT5=FALSE -DWITH_QT6=TRUE ..
    make

Regards and thanks for the package!

dainis commented on 2024-06-24 04:49 (UTC)

This pull request may change situation:

https://github.com/MaartenBaert/ssr/pull/1035

dainis commented on 2024-06-24 03:27 (UTC)

Looks lake in libavcodec some changes (AVCodecContext has no channells,channel_layout )

earlybird commented on 2024-06-22 06:07 (UTC)

Can you check your build? Todays update gives an error building the package - something about channels.

Serial commented on 2021-07-15 01:39 (UTC)

Hello SimpleScreenRecorder Team

The simplescreenrecorder app is not working correctly on EOS flavor Gnome 40.3

When simplescreenrecorde is used via wayland, the recorded screens are completely dark and in the x11 version the recording is performed, but the screen is blinking intermittently and all screens are not recorded without its entirety.

Here’s video:

https://github.com/MaartenBaert/ssr/issues/896

matbonn commented on 2020-09-17 14:42 (UTC)

Can anyone confirm if the OpenGL part still works? I LOVE SSR over OBS etc but recently noticed that I couldn't record anymore from chrome, firefox or brave via OpenGL. The preview window stays blank and it can't get the input res. I tried this on Manjaro and Arco. I even tried a old Manjaro bootable ISO - installed SSR "in RAM" and it appears the OpenGL is part is broken.

MaartenBaert commented on 2018-05-21 14:31 (UTC)

The main package (simplescreenrecorder-git) now uses Qt5, so this one should no longer be needed.

Ashark commented on 2018-05-11 12:38 (UTC) (edited on 2018-05-22 05:14 (UTC) by Ashark)

Could you please add "ssr" to keywords of this package. It will simplify finding this package using yaourt while installing. Update: thank you

MaartenBaert commented on 2017-10-07 19:32 (UTC)

Apparently QDesktopServices is gone in Qt5. It should be fixed now.