summaryrefslogtreecommitdiffstats
path: root/libraries/exiftool/exiftool.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/exiftool/exiftool.SlackBuild')
-rw-r--r--libraries/exiftool/exiftool.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/libraries/exiftool/exiftool.SlackBuild b/libraries/exiftool/exiftool.SlackBuild
index 6fa118eff7..8060f01431 100644
--- a/libraries/exiftool/exiftool.SlackBuild
+++ b/libraries/exiftool/exiftool.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for exiftool
# Copyright 2011 David Spencer, Baildon, West Yorkshire, U.K.
-# Copyright 2022 Alexander Verbovetsky, Moscow, Russia
+# Copyright 2022-2024 Alexander Verbovetsky, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=exiftool
-VERSION=${VERSION:-12.45}
+VERSION=${VERSION:-12.76}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -59,6 +59,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+chmod 644 config_files/frameCount.config
+
perl Makefile.PL \
PREFIX=/usr \
INSTALLDIRS=vendor \