mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/lensfun to 0.3.4-1
This commit is contained in:
parent
93717ae445
commit
0ceaf829ae
1 changed files with 4 additions and 4 deletions
|
@ -4,18 +4,18 @@
|
|||
# - disable sse, sse2
|
||||
|
||||
pkgname=lensfun
|
||||
pkgver=0.3.3
|
||||
pkgrel=2
|
||||
pkgver=0.3.4
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc='Database of photographic lenses and a library that allows advanced access to the database'
|
||||
arch=(x86_64)
|
||||
url='https://lensfun.github.io/'
|
||||
license=(LGPL3)
|
||||
depends=(glib2)
|
||||
makedepends=(python libpng doxygen cmake)
|
||||
makedepends=(python-setuptools libpng doxygen cmake)
|
||||
optdepends=('python: for lensfun-update-data and lensfun-add-adapter')
|
||||
source=(https://github.com/lensfun/lensfun/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
|
||||
sha256sums=('57ba5a0377f24948972339e18be946af12eda22b7c707eb0ddd26586370f6765')
|
||||
sha256sums=('dafb39c08ef24a0e2abd00d05d7341b1bf1f0c38bfcd5a4c69cf5f0ecb6db112')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue