graphics/photoqt: Updated for version 2.5.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2022-03-05 20:15:44 +01:00 committed by Willy Sudiarto Raharjo
parent 539ad1538b
commit 65fd538726
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 8 additions and 8 deletions

View File

@ -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.

View File

@ -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

View File

@ -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"