David Runge pushed to branch main at Arch Linux / Packaging / Packages / libcamera
Commits: a547030e by David Runge at 2026-07-12T10:06:43+02:00 Revert upstream commit causing wireplumber crash Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/libcamera/-/work_items/9 Signed-off-by: David Runge <[email protected]> - - - - - a8898108 by David Runge at 2026-07-12T10:15:43+02:00 upgpkg: 0.7.2-2 Rebuild to revert a commit that causes wireplumber to crash. - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = libcamera pkgdesc = A complex camera support library for Linux, Android, and ChromeOS pkgver = 0.7.2 - pkgrel = 1 + pkgrel = 2 url = https://libcamera.org/ arch = x86_64 makedepends = cmake ===================================== PKGBUILD ===================================== @@ -11,7 +11,7 @@ pkgname=( python-libcamera ) pkgver=0.7.2 -pkgrel=1 +pkgrel=2 pkgdesc="A complex camera support library for Linux, Android, and ChromeOS" arch=(x86_64) url="https://libcamera.org/" @@ -64,6 +64,10 @@ _pick() { prepare() { cd $pkgbase + # Revert commit introducing a crash with wireplumber: + # https://gitlab.archlinux.org/archlinux/packaging/packages/libcamera/-/work_items/9 + git revert --mainline 1 --no-commit de49bc35602857628cedcd51234055ccb05836bb + patch -Np1 < ../$pkgbase-fix-python3.14-macro-redefinition.patch # add version, so that utils/gen-version.sh may rely on it View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libcamera/-/compare/6131e5e1b01a7b2901ffcc7e71a935c62ab63d69...a8898108865f44f1a23e253c11bfa57a0ba3e23a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libcamera/-/compare/6131e5e1b01a7b2901ffcc7e71a935c62ab63d69...a8898108865f44f1a23e253c11bfa57a0ba3e23a 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
