summaryrefslogtreecommitdiffstats
path: root/graphics/photoqt
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
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')
-rw-r--r--graphics/photoqt/photoqt.SlackBuild5
-rw-r--r--graphics/photoqt/photoqt.info8
2 files changed, 7 insertions, 6 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
diff --git a/graphics/photoqt/photoqt.info b/graphics/photoqt/photoqt.info
index e133538d8e..e5720703be 100644
--- a/graphics/photoqt/photoqt.info
+++ b/graphics/photoqt/photoqt.info
@@ -1,10 +1,10 @@
PRGNAM="photoqt"
-VERSION="1.7.1"
+VERSION="2.1.1"
HOMEPAGE="https://photoqt.org"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/photoqt-1.7.1.tar.gz"
-MD5SUM="656fee6f9923499992f069496a0aaa5d"
+DOWNLOAD="http://ponce.cc/slackware/sources/repo/photoqt-2.1.1.tar.gz"
+MD5SUM="ff9127a68664d5be825638c6c66c1061"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="extra-cmake-modules qt5"
+REQUIRES="extra-cmake-modules pugixml qt5"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"