MaartenBaert / ssr

SimpleScreenRecorder, a screen recorder for Linux
http://www.maartenbaert.be/simplescreenrecorder/
GNU General Public License v3.0
2.49k stars 288 forks source link

ssr is dead ? #1000

Open gnuchanos opened 1 year ago

gnuchanos commented 1 year ago

ı dont see new update and arch linux move to aur. compile is so slow ı try install now ? ı love this software

trebmuh commented 1 year ago

Duplicate #988

MaartenBaert commented 1 year ago

Not quite dead but I'm not actively adding features due to lack of time and interest. I'm still doing minimal maintenance to keep it working. I don't know why it was moved to AUR, my best guess is that the Arch package didn't have a maintainer anymore.

rado84-github commented 1 year ago

ı dont see new update and arch linux move to aur. compile is so slow ı try install now ? ı love this software

For faster compiling do this: • open /etc/makepkg.conf as root in any text editor. • find the line MAKEFLAGS= and set it to look like this: MAKEFLAGS="-j$(nproc)". This wll make makepkg to use all available cores and threads of your CPU. • also it's a good idea to install the ccache package bc without it sometimes compiling from source gets in a loop and ccache helps prevent that loop.