mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
graphics/darktable: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a2c847eac6
commit
c175779bd0
2 changed files with 5 additions and 6 deletions
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for darktable
|
||||
|
||||
# Copyright 2011 David Spencer, Baildon, West Yorkshire, U.K.
|
||||
# Copyright 2024 K. Eugene Carlson, Tsukuba, Japan
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -29,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=darktable
|
||||
VERSION=${VERSION:-4.2.1}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
# Slackware's lensfun isn't compatible
|
||||
|
@ -99,12 +100,11 @@ cd build
|
|||
-DDONT_USE_INTERNAL_LUA=Off \
|
||||
-DUSE_LIBSECRET=On \
|
||||
-DBINARY_PACKAGE_BUILD=1 \
|
||||
-DDONT_USE_INTERNAL_LUA=0 \
|
||||
-DLensFun_INCLUDE_DIR="/opt/$LENSFUN/include/lensfun" \
|
||||
-DLensFun_LIBRARIES="/opt/$LENSFUN/lib$LIBDIRSUFFIX" \
|
||||
-DLensFun_LIBRARY="/opt/$LENSFUN/lib$LIBDIRSUFFIX/liblensfun.so" \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
VERBOSE=1 make
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
cd ..
|
||||
|
||||
|
@ -123,7 +123,6 @@ cp -a \
|
|||
doc/thumbnail*.txt doc/grouping.txt doc/*.md doc/NEWS \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
( cd $PKG/usr/doc ; ln -s $PRGNAM-$VERSION $PRGNAM )
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM=""
|
|||
DOWNLOAD_x86_64="https://github.com/darktable-org/darktable/releases/download/release-4.2.1/darktable-4.2.1.tar.xz"
|
||||
MD5SUM_x86_64="ac7b028c0768f19ce9cb604beaac3d86"
|
||||
REQUIRES="gmic pugixml lensfun03"
|
||||
MAINTAINER="David Spencer"
|
||||
EMAIL="baildon.research@googlemail.com"
|
||||
MAINTAINER="K. Eugene Carlson"
|
||||
EMAIL="kvngncrlsn@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue