Package Details: simplescreenrecorder-wlroots-git 0.3.11.r23.g4b288cb-1

Git Clone URL: https://aur.archlinux.org/simplescreenrecorder-wlroots-git.git (read-only, click to copy)
Package Base: simplescreenrecorder-wlroots-git
Description: Experimental fork of simplescreenrecorder with added Wayland support
Upstream URL: https://github.com/foxcpp/ssr-wlroots
Licenses: GPL3
Conflicts: simplescreenrecorder, simplescreenrecorder-git
Provides: simplescreenrecorder
Submitter: yourealwaysbe
Maintainer: yourealwaysbe (foxcpp)
Last Packager: yourealwaysbe
Votes: 4
Popularity: 0.000395
First Submitted: 2019-03-23 15:37 (UTC)
Last Updated: 2019-03-23 15:37 (UTC)

Latest Comments

frabjous commented on 2022-03-05 20:27 (UTC)

Fails to build for me with this error when running makepkg:

[ 28%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Output/AudioEncoder.cpp.o
/home/kck/tmp/simplescreenrecorder-wlroots-git/src/ssr-wlroots/src/AV/Output/AudioEncoder.cpp: In static member function ‘static bool AudioEncoder::AVCodecIsSupported(const QString&)’:
/home/kck/tmp/simplescreenrecorder-wlroots-git/src/ssr-wlroots/src/AV/Output/AudioEncoder.cpp:80:54: error: invalid conversion from ‘const AVCodec*’ to ‘AVCodec*’ [-fpermissive]
   80 |         AVCodec *codec = avcodec_find_encoder_by_name(codec_name.toUtf8().constData());
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                      |
      |                                                      const AVCodec*
make[2]: *** [src/CMakeFiles/simplescreenrecorder.dir/build.make:209: src/CMakeFiles/simplescreenrecorder.dir/AV/Output/AudioEncoder.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:190: src/CMakeFiles/simplescreenrecorder.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
Exit code:  4