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:           Thu Nov 12 11:18:33 UTC 2020

Modified Files:
        pkgsrc/graphics/jasper: Makefile distinfo

Log Message:
jasper: updated to 2.0.22

2.0.22:
* Update manual
* Remove JPEG dummy codec. Jasper needs libjpeg for JPEG support
* Fix test suite build failure regarding disabled MIF codec
* Fix OpenGL/glut detection


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/graphics/jasper/Makefile
cvs rdiff -u -r1.35 -r1.36 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.57 pkgsrc/graphics/jasper/Makefile:1.58
--- pkgsrc/graphics/jasper/Makefile:1.57        Tue Sep 29 16:50:15 2020
+++ pkgsrc/graphics/jasper/Makefile     Thu Nov 12 11:18:33 2020
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.57 2020/09/29 16:50:15 adam Exp $
+# $NetBSD: Makefile,v 1.58 2020/11/12 11:18:33 adam Exp $
 
-DISTNAME=      jasper-2.0.21
+DISTNAME=      jasper-2.0.22
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jasper-software/}
 GITHUB_TAG=    version-${PKGVERSION_NOREV}
 
 MAINTAINER=    adam%NetBSD.org@localhost
-HOMEPAGE=      http://www.ece.uvic.ca/~mdadams/jasper/
+HOMEPAGE=      https://www.ece.uvic.ca/~frodo/jasper/
 COMMENT=       Software-based reference implementation of the JPEG-2000 codec
 LICENSE=       modified-bsd
 

Index: pkgsrc/graphics/jasper/distinfo
diff -u pkgsrc/graphics/jasper/distinfo:1.35 pkgsrc/graphics/jasper/distinfo:1.36
--- pkgsrc/graphics/jasper/distinfo:1.35        Tue Sep 29 16:50:15 2020
+++ pkgsrc/graphics/jasper/distinfo     Thu Nov 12 11:18:33 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.35 2020/09/29 16:50:15 adam Exp $
+$NetBSD: distinfo,v 1.36 2020/11/12 11:18:33 adam Exp $
 
-SHA1 (jasper-2.0.21.tar.gz) = 66dd6f1eb9ce5650210d81c7625cc15e2ad43abd
-RMD160 (jasper-2.0.21.tar.gz) = 46e265a2554e1b98bd1aa7d116ed8b08b7979483
-SHA512 (jasper-2.0.21.tar.gz) = debfc146ea6adc4165f164b5089480b524b1fda4c0ab1ab019064c16e43a48054eaa47ce19134cfa2374b698332bc653bb53b3113860861e8cf51007b57ba81a
-Size (jasper-2.0.21.tar.gz) = 1318798 bytes
+SHA1 (jasper-2.0.22.tar.gz) = 57bccf1170947eb82dacec9448209725a35582cb
+RMD160 (jasper-2.0.22.tar.gz) = 5ba4fe8aedd864e05fc41938d6f986a7a6b41f0e
+SHA512 (jasper-2.0.22.tar.gz) = 88fd1fb1dd3a3091a3f7d0cf4a5d50f42e60d2014d548364e064f1a1bde44d4b0a3f7b9c2699506305a1e97fbc81230afbe76ccb4305839f8a80176118a795c4
+Size (jasper-2.0.22.tar.gz) = 1319080 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