summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Alexander Verbovetsky <alik@ejik.org>2023-09-21 22:12:00 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-23 08:42:55 +0700
commit465508cc5d427b50202e708661138aec5594a646 (patch)
tree8aafea36ca1ae3940a692c4b4f4661f2bb58ded4 /graphics
parent8e7eaf58537e5e6e0c95f31d0d1c5e629b7e8dd8 (diff)
downloadslackbuilds-465508cc5d427b50202e708661138aec5594a646.tar.gz
slackbuilds-465508cc5d427b50202e708661138aec5594a646.tar.xz
graphics/heif-gimp-plugin: Updated for v 1.1.0+20230216_15a6986.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/heif-gimp-plugin/heif-gimp-plugin.SlackBuild14
-rw-r--r--graphics/heif-gimp-plugin/heif-gimp-plugin.info6
2 files changed, 9 insertions, 11 deletions
diff --git a/graphics/heif-gimp-plugin/heif-gimp-plugin.SlackBuild b/graphics/heif-gimp-plugin/heif-gimp-plugin.SlackBuild
index ed1a02dead..bc95b628cc 100644
--- a/graphics/heif-gimp-plugin/heif-gimp-plugin.SlackBuild
+++ b/graphics/heif-gimp-plugin/heif-gimp-plugin.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for heif-gimp-plugin
-# Copyright 2020, Alexander Verbovetsky, Moscow, Russia
+# Copyright 2020-2023, Alexander Verbovetsky, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=heif-gimp-plugin
-VERSION=${VERSION:-20191012_d6bea52}
+VERSION=${VERSION:-1.1.0+20230216_15a6986}
+COMMIT=15a69868a82d6f8d5cd2c11708fb371510fd725e
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -69,9 +67,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf libheif-$VERSION
-tar xvf $CWD/libheif-$VERSION.tar.?z
-cd libheif-$VERSION
+rm -rf heif-gimp-plugin-$COMMIT
+tar xvf $CWD/heif-gimp-plugin-$COMMIT.tar.gz
+cd heif-gimp-plugin-$COMMIT
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/graphics/heif-gimp-plugin/heif-gimp-plugin.info b/graphics/heif-gimp-plugin/heif-gimp-plugin.info
index 2ac251b97e..e93921bd58 100644
--- a/graphics/heif-gimp-plugin/heif-gimp-plugin.info
+++ b/graphics/heif-gimp-plugin/heif-gimp-plugin.info
@@ -1,8 +1,8 @@
PRGNAM="heif-gimp-plugin"
-VERSION="20191012_d6bea52"
+VERSION="1.1.0+20230216_15a6986"
HOMEPAGE="https://github.com/strukturag/heif-gimp-plugin"
-DOWNLOAD="https://ponce.cc/slackware/sources/repo/libheif-20191012_d6bea52.tar.xz"
-MD5SUM="3a88695db56d5d5539fabf0eec30b95f"
+DOWNLOAD="https://github.com/strukturag/heif-gimp-plugin/archive/15a6986/heif-gimp-plugin-15a69868a82d6f8d5cd2c11708fb371510fd725e.tar.gz"
+MD5SUM="f5d085affe1aaee9d817c71dcc852933"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libheif"