summaryrefslogtreecommitdiffstats
path: root/graphics/photoqt/photoqt.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2021-04-04 11:25:32 +0200
committer Robby Workman <rworkman@slackbuilds.org>2021-04-17 23:53:44 -0500
commit18c78ded14f69ba142909fef08767a59e37e6b22 (patch)
treef453acd3f641ff74b8b0a427aff9a31ccca589f7 /graphics/photoqt/photoqt.SlackBuild
parentdaaf7128191a8b46ace84efe15a0ffb9466e7f24 (diff)
downloadslackbuilds-18c78ded14f69ba142909fef08767a59e37e6b22.tar.gz
slackbuilds-18c78ded14f69ba142909fef08767a59e37e6b22.tar.xz
graphics/photoqt: Updated for version 2.1.1.
Added the new dependency pugixml Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/photoqt/photoqt.SlackBuild')
-rw-r--r--graphics/photoqt/photoqt.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/photoqt/photoqt.SlackBuild b/graphics/photoqt/photoqt.SlackBuild
index 7463b80cff..5c87a6726b 100644
--- a/graphics/photoqt/photoqt.SlackBuild
+++ b/graphics/photoqt/photoqt.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for photoqt
-# Copyright 2013-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2013-2021 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=photoqt
-VERSION=${VERSION:-1.7.1}
+VERSION=${VERSION:-2.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,6 +60,7 @@ if pkg-config --exists libraw; then RAW=ON; else RAW=OFF; fi
if pkg-config --exists IL; then DEVIL=ON; else DEVIL=OFF; fi
if pkg-config --exists poppler-qt5; then POPPLER=ON; else POPPLER=OFF; fi
if [ -f /usr/include/FreeImage.h ]; then FREEIMAGE=ON; else FREEIMAGE=OFF; fi
+FREEIMAGE=OFF # FreeImage support looks broken ATM so it's forced to OFF
set -e