summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Matteo Bernardini2022-03-05 20:15:44 +0100
committer Willy Sudiarto Raharjo2022-03-07 02:45:29 +0100
commit65fd5387267c9aba2a2a133f8098f8ba4d70b6cb (patch)
tree1d004ddd9c9bd62f5bcd8ecfc82d93f8af634d09 /graphics
parent539ad1538b51e051036659a4caa81fd1967e564f (diff)
downloadslackbuilds-65fd5387267c9aba2a2a133f8098f8ba4d70b6cb.tar.gz
graphics/photoqt: Updated for version 2.5.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/photoqt/README3
-rw-r--r--graphics/photoqt/photoqt.SlackBuild5
-rw-r--r--graphics/photoqt/photoqt.info8
3 files changed, 8 insertions, 8 deletions
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 <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2013-2022 Matteo Bernardini <ponce@slackbuilds.org>, 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"