diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-03-05 20:15:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-07 08:45:29 +0700 |
commit | 65fd5387267c9aba2a2a133f8098f8ba4d70b6cb (patch) | |
tree | 1d004ddd9c9bd62f5bcd8ecfc82d93f8af634d09 /graphics/photoqt | |
parent | 539ad1538b51e051036659a4caa81fd1967e564f (diff) |
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/photoqt')
-rw-r--r-- | graphics/photoqt/README | 3 | ||||
-rw-r--r-- | graphics/photoqt/photoqt.SlackBuild | 5 | ||||
-rw-r--r-- | graphics/photoqt/photoqt.info | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/graphics/photoqt/README b/graphics/photoqt/README index 5a8a8db7649a..f3ed148fe821 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 ccdeef72d28e..0dbb740622bd 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 9bbadcbc47f0..4fd61f0d9eb3 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" |