Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / scrcpy
Commits: 19d77b43 by Biswapriyo Nath at 2026-05-18T11:44:09+02:00 replace sdl2 with sdl3 sdl3 is now used in version 4.0. see relese notes https://github.com/Genymobile/scrcpy/releases/tag/v4.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -9,7 +9,7 @@ pkgbase = scrcpy makedepends = meson depends = android-tools depends = ffmpeg - depends = sdl2 + depends = sdl3 depends = glibc depends = libusb source = git+https://github.com/Genymobile/scrcpy#tag=v4.0 ===================================== PKGBUILD ===================================== @@ -9,7 +9,7 @@ pkgdesc='Display and control your Android device' arch=(x86_64) url='https://github.com/Genymobile/scrcpy' license=(Apache-2.0) -depends=(android-tools ffmpeg sdl2 glibc libusb) +depends=(android-tools ffmpeg sdl3 glibc libusb) makedepends=(git meson) source=("git+$url#tag=v$pkgver" "$pkgname-server-$pkgver.apk::$url/releases/download/v$pkgver/$pkgname-server-v$pkgver") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/scrcpy/-/commit/19d77b43fff0835b2b2e2e6c180fdb225764fa41 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/scrcpy/-/commit/19d77b43fff0835b2b2e2e6c180fdb225764fa41 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
