Search Criteria
Package Details: simplescreenrecorder-bin 0.4.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/simplescreenrecorder-bin.git (read-only, click to copy) |
---|---|
Package Base: | simplescreenrecorder-bin |
Description: | A simple but powerful recording tool for X11, OpenGL and V4L2. (Git version) |
Upstream URL: | https://github.com/MaartenBaert/ssr |
Licenses: | GPL3 |
Conflicts: | simplescreenrecorder, simplescreenrecorder-git |
Provides: | simplescreenrecorder |
Submitter: | VienC |
Maintainer: | VienC |
Last Packager: | VienC |
Votes: | 1 |
Popularity: | 0.000789 |
First Submitted: | 2023-10-23 05:55 (UTC) |
Last Updated: | 2023-10-23 05:55 (UTC) |
Dependencies (17)
- alsa-lib
- desktop-file-utils (desktop-file-utils-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-gitAUR)
- glu (glu-gitAUR)
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR)
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libx11 (libx11-gitAUR)
- libxext (libxext-gitAUR)
- libxfixes
- libxi (libxi-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-x11extras
- v4l-utils (v4l-utils-gitAUR)
- lib32-simplescreenrecorder-gitAUR (optional) – OpenGL recording of 32-bit applications
Required by (2)
- obs-glcapture-git (requires simplescreenrecorder)
- ssrt (requires simplescreenrecorder)
Latest Comments
dante-evil commented on 2025-04-27 22:53 (UTC)
Hello, here I leave you the same but with the qt6 version:
https://gist.github.com/LEONARDO-DANIEL/283b3b36a805f45f9a794825bd69b8f0
dante-evil commented on 2025-04-27 22:42 (UTC)
este es la modifcacion y funciona_
Maintainer: VienC
NOTE: This pulls the binary (already build) from 3rd party mirror
: ${_pkgver:=0.4.4}
Basic INFO
_pkgname="simplescreenrecorder" pkgname="$_pkgname-bin" pkgver=0.4.4 pkgrel=1 pkgdesc="A simple but powerful recording tool for X11, OpenGL and V4L2. (Git version)" url="https://github.com/MaartenBaert/ssr" arch=('x86_64') license=('GPL3') depends=("qt5-base" "qt5-x11extras" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "v4l-utils" "libx11" "libxext" "libxfixes" "libxi" "libxinerama" "desktop-file-utils" "gtk-update-icon-cache") makedepends=() optdepends=("lib32-simplescreenrecorder-git: OpenGL recording of 32-bit applications")
if [ x"$_pkgname" != x"$pkgname" ] ; then provides=("$_pkgname") conflicts=("$_pkgname" "simplescreenrecorder-git") fi
options=('!emptydirs' '!strip') install="$_pkgname.install"
https://builds.garudalinux.org/repos/chaotic-aur/x86_64/simplescreenrecorder-qt6-git-0.4.4.r57.gc50e83e-2-x86_64.pkg.tar.zst
https://builds.garudalinux.org/repos/chaotic-aur/x86_64/simplescreenrecorder-0.4.4-2.1-x86_64.pkg.tar.zst
https://builds.garudalinux.org/repos/chaotic-aur/x86_64/simplescreenrecorder-git-0.4.4-2.1-x86_64.pkg.tar.zst
_dl_url="https://builds.garudalinux.org/repos/chaotic-aur/x86_64/simplescreenrecorder-qt6-git-${_pkgver}.r57.gc50e83e-2-x86_64.pkg.tar.zst" _dl_filename="simplescreenrecorder-qt6-git-${_pkgver}.r57.gc50e83e-2-x86_64.pkg.tar.zst"
source=( "https://builds.garudalinux.org/repos/chaotic-aur/x86_64/$_dl_filename" ) sha256sums=( 'aea859f009a9ee33dfcf295d6de06e4c897b66758c4b602e4cb3e08ff54de170' )
pkgver() { printf '%s' "$_pkgver" }
package() { mkdir -p "$srcdir/tmp_pkg" tar -xvf "$srcdir/$_dl_filename" -C "$srcdir/tmp_pkg" cp -r "$srcdir/tmp_pkg"/* "$pkgdir/" }
SollyBunny commented on 2025-03-05 01:16 (UTC)
sudo pacman -U https://builds.garudalinux.org/repos/chaotic-aur/x86_64/simplescreenrecorder-0.4.4-3.3-x86_64.pkg.tar.zst
when it updates you can find the new link at
https://builds.garudalinux.org/repos/chaotic-aur/x86_64/
Exord commented on 2024-11-08 12:02 (UTC) (edited on 2024-11-08 12:02 (UTC) by Exord)
simonmysun commented on 2024-10-30 22:06 (UTC)
The link needs to be updated:
simplescreenrecorder-0.4.4-3-x86_64.pkg.tar.zst is available as of today