Skip to content
Snippets Groups Projects
Commit ae1ce002 authored by Luca Weiss's avatar Luca Weiss Committed by Kevin Daudt
Browse files

community/libpisp: new aport

Dependency of libcamera 0.5.0
parent 82a0f141
No related branches found
No related tags found
1 merge request!82366community/libcamera: upgrade to 0.5.0
# Contributor: Luca Weiss <luca@lucaweiss.eu>
# Maintainer: Luca Weiss <luca@lucaweiss.eu>
pkgname=libpisp
pkgver=1.2.0
pkgrel=0
pkgdesc="Helper library for the PiSP hardware block"
url="https://github.com/raspberrypi/libpisp"
arch="all"
license="BSD-2-Clause"
makedepends="
linux-headers
meson
nlohmann-json
"
subpackages="$pkgname-dev"
source="https://github.com/raspberrypi/libpisp/releases/download/v$pkgver/libpisp-$pkgver.tar.xz"
build() {
abuild-meson \
output .
meson compile -C output
}
check() {
meson test --no-rebuild --print-errorlogs -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="
7c0b706d6d5679a0d1afa58240b2495270740cf311a4320a8bbc1d0171e30c410452757526d1437b73bf9aa3eed905ece75da5dd72f8ec3c0b01aae6bd423cb9 libpisp-1.2.0.tar.xz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment