From 1e169b39df986dc5af72b3033e0069050702439e Mon Sep 17 00:00:00 2001 From: Alexander Verbovetsky Date: Fri, 29 Apr 2022 13:10:11 +0100 Subject: libraries/libheif: Updated for version 1.12.0. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- libraries/libheif/README | 4 +--- libraries/libheif/libheif.SlackBuild | 10 +++------- libraries/libheif/libheif.info | 8 ++++---- libraries/libheif/slack-desc | 2 +- 4 files changed, 9 insertions(+), 15 deletions(-) (limited to 'libraries/libheif') diff --git a/libraries/libheif/README b/libraries/libheif/README index f94b3cc95f..bbf3bdb56c 100644 --- a/libraries/libheif/README +++ b/libraries/libheif/README @@ -8,6 +8,4 @@ library comes with some example programs including heif-convert that converts HEIF/AVIF images to JPEG or PNG. libheif makes use of libde265 for HEIF image decoding and x265 for -encoding. For AVIF, libaom is used as codec. - -google-go-lang is needed only at build time. +encoding. For AVIF, aom is used as codec. diff --git a/libraries/libheif/libheif.SlackBuild b/libraries/libheif/libheif.SlackBuild index fe65461e57..e154cdb3e1 100644 --- a/libraries/libheif/libheif.SlackBuild +++ b/libraries/libheif/libheif.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libheif -# Copyright 2020, Alexander Verbovetsky, Moscow, Russia +# Copyright 2020-2022, Alexander Verbovetsky, Moscow, Russia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libheif -VERSION=${VERSION:-1.10.0} +VERSION=${VERSION:-1.12.0} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,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 @@ -79,8 +76,6 @@ 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 {} \; -export GO111MODULE="auto" - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -91,6 +86,7 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --disable-static \ + --disable-go \ --build=$ARCH-slackware-linux make diff --git a/libraries/libheif/libheif.info b/libraries/libheif/libheif.info index bef047e2ef..ec9f0d13ad 100644 --- a/libraries/libheif/libheif.info +++ b/libraries/libheif/libheif.info @@ -1,10 +1,10 @@ PRGNAM="libheif" -VERSION="1.10.0" +VERSION="1.12.0" HOMEPAGE="https://github.com/strukturag/libheif" -DOWNLOAD="https://github.com/strukturag/libheif/releases/download/v1.10.0/libheif-1.10.0.tar.gz" -MD5SUM="a472c5a71234569cb0ac6b9b065a94e0" +DOWNLOAD="https://github.com/strukturag/libheif/releases/download/v1.12.0/libheif-1.12.0.tar.gz" +MD5SUM="f6dd5c4fe0efb8598eb63df71213d58b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="libde265 x265 aom google-go-lang" +REQUIRES="libde265 x265 aom" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" diff --git a/libraries/libheif/slack-desc b/libraries/libheif/slack-desc index 5cf3783bd3..2613f18082 100644 --- a/libraries/libheif/slack-desc +++ b/libraries/libheif/slack-desc @@ -14,6 +14,6 @@ libheif: file formats employing HEVC (h.265) or AV1 image coding, respectively, libheif: for the best compression ratios currently possible. HEIF is the libheif: default image file format on Apple devices. libheif makes use of libheif: libde265 for HEIF image decoding and x265 for encoding. For AVIF, -libheif: libaom is used as codec. +libheif: aom is used as codec. libheif: libheif: homepage: https://github.com/strukturag/libheif -- cgit v1.2.3-65-gdbad