[arch-commits] Commit in darktable/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Sat Jul 2 17:49:05 UTC 2022
Date: Saturday, July 2, 2022 @ 17:49:05
Author: archange
Revision: 1243638
archrelease: copy trunk to community-x86_64
Added:
darktable/repos/community-x86_64/PKGBUILD
(from rev 1243637, darktable/trunk/PKGBUILD)
Deleted:
darktable/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 108 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 54 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-02 17:48:58 UTC (rev 1243637)
+++ PKGBUILD 2022-07-02 17:49:05 UTC (rev 1243638)
@@ -1,54 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Christian Himpel <chressie at gmail dot com>
-# Contributor: Johannes Hanika <hanatos at gmail dot com>
-
-pkgname=darktable
-epoch=2
-pkgver=3.8.1
-pkgrel=5
-pkgdesc="Utility to organize and develop raw images"
-arch=(x86_64)
-url="https://darktable.org"
-license=(GPL3)
-depends=(pugixml libjpeg-turbo colord-gtk libgphoto2 openexr lensfun iso-codes zlib
- exiv2 flickcurl openjpeg2 graphicsmagick lua osm-gps-map libsecret openmp
- gmic libavif)
-optdepends=('dcraw: base curve script'
- 'perl-image-exiftool: base curve script'
- 'imagemagick: base curve and noise profile scripts'
- 'ghostscript: noise profile script'
- 'portmidi: game and midi controller input devices'
- 'gnuplot: noise profile script')
-makedepends=(cmake intltool desktop-file-utils llvm clang portmidi python-jsonschema libwebp)
-options=(debug)
-source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver}.tar.xz"{,.asc})
-sha256sums=('81ee069054dbde580749b2d3a81cda01b7d169a82ba48731823f3ea560b2bef6'
- 'SKIP')
-validpgpkeys=(C4CBC150699956E2A3268EF5BB5CC8295B1779C9 # darktable releases <release at darktable.org>
- F10F9686652B0E949FCD94C318DCA123F949BD3B) # Pascal Obry <pascal at obry.net>
-
-build() {
- cmake -B build -S ${pkgname}-${pkgver} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=/usr/lib \
- -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib \
- -DCMAKE_BUILD_TYPE=Release \
- -DBINARY_PACKAGE_BUILD=1 \
- -DBUILD_USERMANUAL=False \
- -DUSE_LIBSECRET=ON \
- -DUSE_LUA=ON \
- -DUSE_COLORD=ON \
- -DBUILD_CURVE_TOOLS=ON \
- -DBUILD_NOISE_TOOLS=ON \
- -DRAWSPEED_ENABLE_LTO=ON \
- -DPROJECT_VERSION=${pkgver}
- make -C build
-}
-
-package() {
- make -C build DESTDIR="${pkgdir}" install
- ln -s darktable/libdarktable.so "${pkgdir}"/usr/lib/libdarktable.so
-}
Copied: darktable/repos/community-x86_64/PKGBUILD (from rev 1243637, darktable/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-07-02 17:49:05 UTC (rev 1243638)
@@ -0,0 +1,54 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Christian Himpel <chressie at gmail dot com>
+# Contributor: Johannes Hanika <hanatos at gmail dot com>
+
+pkgname=darktable
+epoch=2
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="Utility to organize and develop raw images"
+arch=(x86_64)
+url="https://darktable.org"
+license=(GPL3)
+depends=(pugixml libjpeg-turbo colord-gtk libgphoto2 openexr lensfun iso-codes zlib
+ exiv2 flickcurl openjpeg2 graphicsmagick lua osm-gps-map libsecret openmp
+ gmic libavif jasper)
+optdepends=('dcraw: base curve script'
+ 'perl-image-exiftool: base curve script'
+ 'imagemagick: base curve and noise profile scripts'
+ 'ghostscript: noise profile script'
+ 'portmidi: game and midi controller input devices'
+ 'gnuplot: noise profile script')
+makedepends=(cmake intltool desktop-file-utils llvm clang portmidi python-jsonschema libwebp)
+options=(debug)
+source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver}.tar.xz"{,.asc})
+sha256sums=('1416f8f59717e65a6220541aaa12eacca93888ce5176f2c9ab6c17b9cc53cc2d'
+ 'SKIP')
+validpgpkeys=(C4CBC150699956E2A3268EF5BB5CC8295B1779C9 # darktable releases <release at darktable.org>
+ F10F9686652B0E949FCD94C318DCA123F949BD3B) # Pascal Obry <pascal at obry.net>
+
+build() {
+ cmake -B build -S ${pkgname}-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+ -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBINARY_PACKAGE_BUILD=1 \
+ -DBUILD_USERMANUAL=False \
+ -DUSE_LIBSECRET=ON \
+ -DUSE_LUA=ON \
+ -DUSE_COLORD=ON \
+ -DBUILD_CURVE_TOOLS=ON \
+ -DBUILD_NOISE_TOOLS=ON \
+ -DRAWSPEED_ENABLE_LTO=ON \
+ -DPROJECT_VERSION=${pkgver}
+ make -C build
+}
+
+package() {
+ make -C build DESTDIR="${pkgdir}" install
+ ln -s darktable/libdarktable.so "${pkgdir}"/usr/lib/libdarktable.so
+}
More information about the arch-commits
mailing list