mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-20 23:32:47 +01:00
28 lines
871 B
Plaintext
28 lines
871 B
Plaintext
# Contributor: Martijn Braam <martijn@brixit.nl>
|
|
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
|
pkgname=postprocessd
|
|
pkgver=0.1.2
|
|
pkgrel=0
|
|
pkgdesc="Queueing megapixels post-processor"
|
|
url="https://git.sr.ht/~martijnbraam/postprocessd"
|
|
arch="all !ppc64le !s390x" # No opencv
|
|
license="GPL-3.0-only"
|
|
subpackages="$pkgname-doc"
|
|
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~martijnbraam/postprocessd/archive/$pkgver.tar.gz"
|
|
makedepends="meson libexif-dev libjpeg-turbo-dev tiff-dev opencv-dev libraw-dev scdoc"
|
|
options="!check" # no testsuite
|
|
|
|
build() {
|
|
abuild-meson . output
|
|
meson compile ${JOBS:+-j ${JOBS}} -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
|
|
sha512sums="
|
|
96f3bbea2602dadc79c59a6b679e2c9fde54073fdcc67175fd9f83f7a192d891730dcf469dfa2cfea4d7195fbb117c60e55db7c7c259b3aa088f5bed47cd3e8e postprocessd-0.1.2.tar.gz
|
|
"
|