pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gimp-jxr



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug 22 19:31:13 UTC 2022

Modified Files:
        pkgsrc/graphics/gimp-jxr: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/gimp-jxr/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/gimp-jxr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gimp-jxr/Makefile
diff -u pkgsrc/graphics/gimp-jxr/Makefile:1.18 pkgsrc/graphics/gimp-jxr/Makefile:1.19
--- pkgsrc/graphics/gimp-jxr/Makefile:1.18      Mon Apr 18 19:11:17 2022
+++ pkgsrc/graphics/gimp-jxr/Makefile   Mon Aug 22 19:31:13 2022
@@ -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+=      -I${BUILDLINK_PREFIX.jxrlib}/in
 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

Index: pkgsrc/graphics/gimp-jxr/distinfo
diff -u pkgsrc/graphics/gimp-jxr/distinfo:1.3 pkgsrc/graphics/gimp-jxr/distinfo:1.4
--- pkgsrc/graphics/gimp-jxr/distinfo:1.3       Tue Oct 26 10:46:11 2021
+++ pkgsrc/graphics/gimp-jxr/distinfo   Mon Aug 22 19:31:13 2022
@@ -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