pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/jasper



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug  2 05:55:10 UTC 2021

Modified Files:
        pkgsrc/graphics/jasper: Makefile distinfo

Log Message:
jasper: updated to 2.0.33

2.0.33 (2021-08-01)
Fix a JP2/JPC decoder bug.
Fix a build issue impacting some platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/graphics/jasper/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/jasper/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/jasper/Makefile
diff -u pkgsrc/graphics/jasper/Makefile:1.65 pkgsrc/graphics/jasper/Makefile:1.66
--- pkgsrc/graphics/jasper/Makefile:1.65        Mon Apr 19 10:59:23 2021
+++ pkgsrc/graphics/jasper/Makefile     Mon Aug  2 05:55:10 2021
@@ -1,18 +1,15 @@
-# $NetBSD: Makefile,v 1.65 2021/04/19 10:59:23 nia Exp $
+# $NetBSD: Makefile,v 1.66 2021/08/02 05:55:10 adam Exp $
 
-DISTNAME=      jasper
-PKGNAME=       jasper-2.0.32
+DISTNAME=      jasper-2.0.33
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jasper-software/}
 GITHUB_RELEASE=        version-${PKGVERSION_NOREV}
-DIST_SUBDIR=   ${PKGNAME_NOREV}
 
 MAINTAINER=    adam%NetBSD.org@localhost
 HOMEPAGE=      https://jasper-software.github.io/jasper/
 COMMENT=       Software-based reference implementation of the JPEG-2000 codec
 LICENSE=       modified-bsd
 
-WRKSRC=                        ${WRKDIR}/jasper-${GITHUB_TAG}
 USE_CMAKE=             yes
 USE_LANGUAGES=         c99 c++
 USE_TOOLS+=            bash:test

Index: pkgsrc/graphics/jasper/distinfo
diff -u pkgsrc/graphics/jasper/distinfo:1.43 pkgsrc/graphics/jasper/distinfo:1.44
--- pkgsrc/graphics/jasper/distinfo:1.43        Mon Apr 19 10:59:23 2021
+++ pkgsrc/graphics/jasper/distinfo     Mon Aug  2 05:55:10 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.43 2021/04/19 10:59:23 nia Exp $
+$NetBSD: distinfo,v 1.44 2021/08/02 05:55:10 adam Exp $
 
-SHA1 (jasper-2.0.32/jasper.tar.gz) = 118692b8aa03e3f1d3d2b9130a6fffd70cc26eb8
-RMD160 (jasper-2.0.32/jasper.tar.gz) = 9a4b18e935432fb41e28fdbbc80cc818726b6636
-SHA512 (jasper-2.0.32/jasper.tar.gz) = 88e06c24ba4aac44895151bf45635a3fc24e5e9ae80537a78a1f2365a9de9616f74d65c0f32ae34e213704778cb5cb473c56a5aae73a6c86dc9545416d14878c
-Size (jasper-2.0.32/jasper.tar.gz) = 1366218 bytes
+SHA1 (jasper-2.0.33.tar.gz) = 6a29dd39cb42bf8766c67f8d41fa7dfdef02a9f0
+RMD160 (jasper-2.0.33.tar.gz) = ed5665914e6c8a312535bd771028f7bf6f88b542
+SHA512 (jasper-2.0.33.tar.gz) = b243be296b9e7adc86c5eee1deb50afab9e9361861fa3bc010d0fb10d29712fb872f685e7caeb15a6ecf25a7684ecd03bc2ebf851573e3930e8ee9bb2fa65a22
+Size (jasper-2.0.33.tar.gz) = 2027526 bytes
 SHA1 (patch-CMakeLists.txt) = a848a73c9e717e5d6b0a98f3c27d0dcfc1dda8a5
 SHA1 (patch-build_cmake_modules_JasOpenGL.cmake) = 832cf84b0840fe1159d81c8ce92f24971da16838
 SHA1 (patch-src_appl_jiv.c) = 123f1db81a95b4ddd679ccea6f1b2c4887bf574d



Home | Main Index | Thread Index | Old Index