From 18c78ded14f69ba142909fef08767a59e37e6b22 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sun, 4 Apr 2021 11:25:32 +0200 Subject: graphics/photoqt: Updated for version 2.1.1. Added the new dependency pugixml Signed-off-by: Matteo Bernardini --- graphics/photoqt/photoqt.SlackBuild | 5 +++-- graphics/photoqt/photoqt.info | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'graphics/photoqt') 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 , Pisa, Italy +# Copyright 2013-2021 Matteo Bernardini , 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" -- cgit v1.2.3-65-gdbad