diff options
| author | Ingar <ingar@telenet.be> | 2026-06-01 19:22:51 +0200 |
|---|---|---|
| committer | Ingar <ingar@telenet.be> | 2026-06-01 19:22:51 +0200 |
| commit | 9019372bf15cfd91ffff92f68b20903a65a82499 (patch) | |
| tree | 9515063a2c01fbf49c6534cc05ea1e69b61dc820 | |
| parent | dfc0b96693f275d8ce98c894d716c5a78dd6f17a (diff) | |
| -rw-r--r-- | PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -10,9 +10,9 @@ pkgname=( gst-plugin-libcamera-rpi python-libcamera-rpi ) -pkgver=0.7.0 -_customtag=rpt20260205 -pkgrel=2 +pkgver=0.7.1 +_customtag=rpt20260429 +pkgrel=1 pkgdesc="A complex camera support library for Linux, Android, and ChromeOS" arch=(aarch64) url="https://github.com/raspberrypi/libcamera" @@ -52,7 +52,7 @@ source=( "libcamera-fix-python3.14-macro-redefinition.patch" ) sha256sums=( - '0060fd0b6b10803505fecd13ee379e1b88e1ab6399940f7d924f6b2bb8a99df0' + 'd4cc762afadb08f9d55279194dc292c5426c47a183922beadd6dc3cef16bd7f8' '2eb9407d11ea073e3c392bbb584b75803ce1b2a3d73afaefda5c1fa799c151ad' ) @@ -74,14 +74,14 @@ _pick() { prepare() { mv $pkgbase-$pkgver-$_customtag $pkgbase cd $pkgbase - patch -Np1 < ../$pkgbase-fix-python3.14-macro-redefinition.patch + #patch -Np1 < ../$pkgbase-fix-python3.14-macro-redefinition.patch # add version, so that utils/gen-version.sh may rely on it printf "%s\n" "$pkgver" > .tarball-version } build() { - meson setup $pkgbase build --prefix=/usr --libexecdir=lib --sbindir=bin --auto-features=enabled --wrap-mode=nodownload --buildtype=release -Db_lto=false -Db_pie=true -Dtracing=disabled -Dpython.bytecompile=1 -Dpipelines=rpi/vc4,rpi/pisp -Dipas=rpi/vc4,rpi/pisp -Dv4l2=enabled -Dgstreamer=enabled -Dtest=true -Dlc-compliance=enabled -Dcam=enabled -Dqcam=enabled -Ddocumentation=enabled -Dpycamera=enabled -Drpi-awb-nn=disabled + meson setup $pkgbase build -Dc_args="-Wno-array-bounds" -Dcpp_args="-Wno-array-bounds" --prefix=/usr --libexecdir=lib --sbindir=bin --auto-features=enabled --wrap-mode=nodownload --buildtype=release -Db_lto=false -Db_pie=true -Dtracing=disabled -Dpython.bytecompile=1 -Dpipelines=rpi/vc4,rpi/pisp -Dipas=rpi/vc4,rpi/pisp -Dv4l2=enabled -Dgstreamer=enabled -Dtest=true -Dlc-compliance=enabled -Dcam=enabled -Dqcam=enabled -Ddocumentation=enabled -Dpycamera=enabled -Drpi-awb-nn=disabled meson compile -C build #ninja -C build install } |
