pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gimp-jxr gimp-jxr: fix master site, update to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89c5d86728dc
branches:  trunk
changeset: 383793:89c5d86728dc
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Aug 22 19:31:13 2022 +0000

description:
gimp-jxr: fix master site, update to 2.1.1

2.1.1:
Fixes a bug  where color profiles and metadata would not be saved for
multi-layered images and an error message would be shown.

diffstat:

 graphics/gimp-jxr/Makefile |  12 ++++++------
 graphics/gimp-jxr/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (47 lines):

diff -r 9eb725753290 -r 89c5d86728dc graphics/gimp-jxr/Makefile
--- a/graphics/gimp-jxr/Makefile        Mon Aug 22 19:22:04 2022 +0000
+++ b/graphics/gimp-jxr/Makefile        Mon Aug 22 19:31:13 2022 +0000
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.18 2022/04/18 19:11:17 adam Exp $
+# $NetBSD: Makefile,v 1.19 2022/08/22 19:31:13 tnn Exp $
 
-DISTNAME=      gimp-jxr-2.0
-PKGREVISION=   16
+DISTNAME=      gimp-jxr-2.1.1
 CATEGORIES=    graphics
-MASTER_SITES=  # javascript link
-EXTRACT_SUFX=  .zip
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=chausner/}
+GITHUB_TAG=    version-${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/chausner/gimp-jxr
 COMMENT=       Gimp plugin for JPEG XR files
 LICENSE=       modified-bsd
 
-WRKSRC=                ${WRKDIR}/src
+WRKSRC=                ${WRKDIR}/gimp-jxr-version-${PKGVERSION_NOREV}/src
 
 USE_TOOLS+=    pkg-config
 
@@ -26,6 +25,7 @@
 CFLAGS+=       -D__ANSI__ -DABLE_PERF_MEASUREMENT
 CFLAGS+=       load.c save.c utils.c
 LDFLAGS+=      -L${BUILDLINK_PREFIX.jxrlib}/lib -ljxrglue -ljpegxr
+LDFLAGS+=      -lm     # for pow(3), needed by libjxrglue.a
 
 do-build:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gimptool-2.0 --build file-jxr.c
diff -r 9eb725753290 -r 89c5d86728dc graphics/gimp-jxr/distinfo
--- a/graphics/gimp-jxr/distinfo        Mon Aug 22 19:22:04 2022 +0000
+++ b/graphics/gimp-jxr/distinfo        Mon Aug 22 19:31:13 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:46:11 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/08/22 19:31:13 tnn Exp $
 
-BLAKE2s (gimp-jxr-2.0.zip) = 499c84937b0183522472f3683c33ac51bcf843ecec521547c726fd405eae28d6
-SHA512 (gimp-jxr-2.0.zip) = bd35c323f2072dfb76a7b49379ce5ff47167ad0afe75e16e2453880808a08d2acfef7cce4493c840c86b70aeff52b5a6e7b1252ace14c376a1e25134def45b03
-Size (gimp-jxr-2.0.zip) = 191840 bytes
+BLAKE2s (gimp-jxr-2.1.1.tar.gz) = 8ba7614d10dc9ac6b9c121165b2561a09d8817b3ae0b7b88f0d5468420eeaac5
+SHA512 (gimp-jxr-2.1.1.tar.gz) = 4e2755e0c8486218c82c36d35b2102ad860940575dd776b180dc7b460720bcc6d9076f93b287f3bb4f67582916c84fbbd37d722f43b94154657ba02029f8d546
+Size (gimp-jxr-2.1.1.tar.gz) = 13591 bytes



Home | Main Index | Thread Index | Old Index