Skip to content
Snippets Groups Projects
Verified Commit f0642d77 authored by Clayton Craft's avatar Clayton Craft :man_dancing_tone3:
Browse files

testing/millipixels: new aport

parent eab6c027
No related branches found
No related tags found
1 merge request!43318testing/millipixels: new aport
# Contributor: Clayton Craft <clayton@craftyguy.net>
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=millipixels
pkgver=0.20.0
pkgrel=0
pkgdesc="Camera application for the Librem 5"
url="https://source.puri.sm/Librem5/millipixels"
arch="all"
license="GPL-3.0-only"
depends="
exiftool
graphicsmagick
libraw-tools
v4l-utils
"
makedepends="
glib-dev
gtk+3.0-dev
libbsd-dev
libcamera-dev
meson
rust
tiff-dev
zbar-dev
"
source="https://source.puri.sm/Librem5/millipixels/-/archive/v$pkgver/millipixels-v$pkgver.tar.gz"
options="!check" # There's no testsuite
builddir="$srcdir/millipixels-v$pkgver"
build() {
abuild-meson . output
meson compile ${JOBS:+-j ${JOBS}} -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="
d1c2da75b65e9fb1fcce7b3638a91e90e042ea70501ef4e4c7298cb62dc7bba476392bb494a01cc3b8d270c8cb7f8f460b7052c47c8e787d97d8d2f223a880e9 millipixels-v0.20.0.tar.gz
"
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