[arch-commits] Commit in enblend-enfuse/repos (2 files)
Bruno Pagani
archange at gemini.archlinux.org
Tue Jul 20 23:58:29 UTC 2021
Date: Tuesday, July 20, 2021 @ 23:58:29
Author: archange
Revision: 980591
archrelease: copy trunk to community-staging-x86_64
Added:
enblend-enfuse/repos/community-staging-x86_64/
enblend-enfuse/repos/community-staging-x86_64/PKGBUILD
(from rev 980590, enblend-enfuse/trunk/PKGBUILD)
----------+
PKGBUILD | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
Copied: enblend-enfuse/repos/community-staging-x86_64/PKGBUILD (from rev 980590, enblend-enfuse/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-07-20 23:58:29 UTC (rev 980591)
@@ -0,0 +1,43 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Dominik Ryba <domryba at post.pl>
+
+pkgname=enblend-enfuse
+pkgver=4.2.r1524+h4c30a326b3f4
+pkgrel=1
+pkgdesc="Intelligent blend tool for overlapping picture"
+arch=(x86_64)
+url="http://enblend.sourceforge.net"
+license=(GPL)
+depends=(lcms2 vigra gsl exiv2)
+makedepends=(mercurial libjpeg libpng libtiff openexr zlib help2man boost)
+# The latest revision moves to C++17 instead of boost but requires exiv2 2.28 which is currently unreleased
+#source=(enblend-enfuse::hg+http://hg.code.sf.net/p/enblend/code#revision=b236375ad1a8
+source=(enblend-enfuse::hg+http://hg.code.sf.net/p/enblend/code#revision=4c30a326b3f4)
+sha256sums=(SKIP)
+
+pkgver() {
+ cd ${pkgname}
+ printf "4.2.r%s+h%s" "$(hg identify -n)" "$(hg identify -i)"
+}
+
+prepare() {
+ cd ${pkgname}
+ make --makefile=Makefile.scm
+}
+
+build() {
+ cd ${pkgname}
+ ./configure \
+ --prefix=/usr \
+ --enable-openmp=yes \
+ --enable-opencl=yes \
+ --with-exiv2 \
+ --with-openexr
+ make
+}
+
+package() {
+ cd ${pkgname}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list