summaryrefslogtreecommitdiff
path: root/lensfun
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-11-03 19:07:18 +0000
committerTim Biermann <tbier@posteo.de>2020-11-03 19:07:18 +0000
commit8d109fe22fe89700954f41dd364ef2b3bff1d143 (patch)
treed9a91c0dcba6b75b1892cf0d3e61bdb51a78fb6b /lensfun
parent54b4e6de516abaeff7baea0bbece373649d575ff (diff)
downloadcontrib-8d109fe22fe89700954f41dd364ef2b3bff1d143.tar.gz
contrib-8d109fe22fe89700954f41dd364ef2b3bff1d143.tar.xz
lensfun: cleaned up
Diffstat (limited to 'lensfun')
-rw-r--r--lensfun/.signature4
-rw-r--r--lensfun/Pkgfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/lensfun/.signature b/lensfun/.signature
index c9b06f446..393f5ef7f 100644
--- a/lensfun/.signature
+++ b/lensfun/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3xaTxNKWWPQZSpD29AlT7oaZ4oaHX02SHqCUJd35hyx4KEafDchSjIiNZCp7zXeGTAqY4phW9e2Mg32/zZJoEQQ=
-SHA256 (Pkgfile) = 547e03456ee161e1360f7e769bd28fdd9f63687f4ac370b6b04afa87598cc084
+RWSagIOpLGJF3wV6e8V51AXxR7d2i510QVlwdMZ4QLPAxgrqpLIRtZG7o/VKm4SXMwdqhJUA26UieSZOQvSXrZaUeebgQBSdMQA=
+SHA256 (Pkgfile) = 0a3091ed62726b60c2d3878b6ba8c2ac86495b1c0172571e45beec1b8adfb2bd
SHA256 (.footprint) = 04abd4549e0b16e2332cbb2314fadbdc962ee902b9193df64425b39c456df854
SHA256 (lensfun-0.3.2.tar.gz) = ae8bcad46614ca47f5bda65b00af4a257a9564a61725df9c74cb260da544d331
SHA256 (lensfun-fix-python-install-dir.patch) = 11e0f9ce2d5c5fef4373ce6adbb19dbcbcd8a10efa02447db9c92b03798d5654
diff --git a/lensfun/Pkgfile b/lensfun/Pkgfile
index e512dd475..e651b3923 100644
--- a/lensfun/Pkgfile
+++ b/lensfun/Pkgfile
@@ -7,14 +7,14 @@ name=lensfun
version=0.3.2
release=1
source=(https://github.com/lensfun/lensfun/archive/v$version/$name-$version.tar.gz
-lensfun-fix-python-install-dir.patch)
+ lensfun-fix-python-install-dir.patch)
build() {
patch -p1 -d $name-$version -i $SRC/lensfun-fix-python-install-dir.patch
cmake -S$name-$version -Bbuild -GNinja \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS="${CXXFLAGS} -fno-delete-null-pointer-checks"
cmake --build build
DESTDIR=$PKG cmake --install build

Generated by cgit