From 9019372bf15cfd91ffff92f68b20903a65a82499 Mon Sep 17 00:00:00 2001 From: Ingar Date: Mon, 1 Jun 2026 19:22:51 +0200 Subject: Updated to v0.7.1. --- PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index e960d12..bf974a2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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 } -- cgit v1.2.3