diff --git a/graphics/photoqt/README b/graphics/photoqt/README index 5a8a8db764..f3ed148fe8 100644 --- a/graphics/photoqt/README +++ b/graphics/photoqt/README @@ -1,5 +1,4 @@ Photoqt is a fast, simple, good looking, yet powerful and highly configurable image viewer. -optional autodetected dependencies are DevIL, FreeImage, and -GraphicsMagick. +optional autodetected dependencies are DevIL and FreeImage. diff --git a/graphics/photoqt/photoqt.SlackBuild b/graphics/photoqt/photoqt.SlackBuild index ccdeef72d2..0dbb740622 100644 --- a/graphics/photoqt/photoqt.SlackBuild +++ b/graphics/photoqt/photoqt.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for photoqt -# Copyright 2013-2021 Matteo Bernardini , Pisa, Italy +# Copyright 2013-2022 Matteo Bernardini , Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=photoqt -VERSION=${VERSION:-2.1.1} +VERSION=${VERSION:-2.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -100,6 +100,7 @@ cd build -DDEVIL=$DEVIL \ -DPOPPLER=$POPPLER \ -DFREEIMAGE=$FREEIMAGE \ + -DCHROMECAST=NO \ -DCMAKE_BUILD_TYPE=Release .. make make install DESTDIR=$PKG diff --git a/graphics/photoqt/photoqt.info b/graphics/photoqt/photoqt.info index 9bbadcbc47..4fd61f0d9e 100644 --- a/graphics/photoqt/photoqt.info +++ b/graphics/photoqt/photoqt.info @@ -1,10 +1,10 @@ PRGNAM="photoqt" -VERSION="2.1.1" +VERSION="2.5" HOMEPAGE="https://photoqt.org" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/photoqt-2.1.1.tar.gz" -MD5SUM="ff9127a68664d5be825638c6c66c1061" +DOWNLOAD="https://ponce.cc/slackware/sources/repo/photoqt-2.5.tar.gz" +MD5SUM="fa8d5330aa17cf1eb8c49b08e8aea478" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pugixml" +REQUIRES="GraphicsMagick pugixml" MAINTAINER="Matteo Bernardini" EMAIL="ponce@slackbuilds.org"