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:   ryoon
Date:           Wed Feb 22 00:45:06 UTC 2017

Modified Files:
        pkgsrc/graphics/jasper: Makefile PLIST distinfo
        pkgsrc/graphics/jasper/patches: patch-CMakeLists.txt

Log Message:
Disable documentation files generation. Bump PKGREVISION

When LaTeX is detected, some LaTeX style files are required.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/graphics/jasper/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/jasper/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/jasper/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/jasper/patches/patch-CMakeLists.txt

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.46 pkgsrc/graphics/jasper/Makefile:1.47
--- pkgsrc/graphics/jasper/Makefile:1.46        Tue Feb 21 18:24:20 2017
+++ pkgsrc/graphics/jasper/Makefile     Wed Feb 22 00:45:06 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2017/02/21 18:24:20 adam Exp $
+# $NetBSD: Makefile,v 1.47 2017/02/22 00:45:06 ryoon Exp $
 
 DISTNAME=      jasper-2.0.10
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.ece.uvic.ca/~mdadams/jasper/software/
 

Index: pkgsrc/graphics/jasper/PLIST
diff -u pkgsrc/graphics/jasper/PLIST:1.11 pkgsrc/graphics/jasper/PLIST:1.12
--- pkgsrc/graphics/jasper/PLIST:1.11   Tue Feb 21 18:24:20 2017
+++ pkgsrc/graphics/jasper/PLIST        Wed Feb 22 00:45:06 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2017/02/21 18:24:20 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2017/02/22 00:45:06 ryoon Exp $
 bin/imgcmp
 bin/imginfo
 bin/jasper
@@ -31,5 +31,3 @@ man/man1/imginfo.1
 man/man1/jasper.1
 ${PLIST.opengl}man/man1/jiv.1
 share/doc/JasPer/README
-share/doc/JasPer/jasper.pdf
-share/doc/JasPer/jpeg2000.pdf

Index: pkgsrc/graphics/jasper/distinfo
diff -u pkgsrc/graphics/jasper/distinfo:1.25 pkgsrc/graphics/jasper/distinfo:1.26
--- pkgsrc/graphics/jasper/distinfo:1.25        Tue Feb 21 18:24:20 2017
+++ pkgsrc/graphics/jasper/distinfo     Wed Feb 22 00:45:06 2017
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.25 2017/02/21 18:24:20 adam Exp $
+$NetBSD: distinfo,v 1.26 2017/02/22 00:45:06 ryoon Exp $
 
 SHA1 (jasper-2.0.10.tar.gz) = 42518b05fd73242f8ee8047d2e35e0275a697a5f
 RMD160 (jasper-2.0.10.tar.gz) = 5c13f11b2f5f7eb2ef161e2e691398c3d65bfeba
 SHA512 (jasper-2.0.10.tar.gz) = 3cc08c9bc1f9ad1e4bac78a3246d6ee1a35a75d5b89b3b0f27cb5980420101256a2e05eeb7bf8a0c73d1a73c044b83b4cbca441c1418dced53d7a142e69129ed
 Size (jasper-2.0.10.tar.gz) = 1672392 bytes
-SHA1 (patch-CMakeLists.txt) = 6e8705e6231bd9e2b31bc2f91aa495af32dd9d3a
+SHA1 (patch-CMakeLists.txt) = 511df06fb7d3f96a7865ea976166f6c1a05a83fe
 SHA1 (patch-src_libjasper_base_jas__seq.c) = a0208cd0271388ae0fdc2e359da3223a35a7ae14
 SHA1 (patch-src_libjasper_base_jas__stream.c) = 2e9ad538ab2c0191063fef06202949b435b0085e
 SHA1 (patch-src_libjasper_jp2_jp2__cod.c) = bfbe752e105d75fbad71a01080013c7a5a8645d8

Index: pkgsrc/graphics/jasper/patches/patch-CMakeLists.txt
diff -u pkgsrc/graphics/jasper/patches/patch-CMakeLists.txt:1.1 pkgsrc/graphics/jasper/patches/patch-CMakeLists.txt:1.2
--- pkgsrc/graphics/jasper/patches/patch-CMakeLists.txt:1.1     Tue Feb 21 18:24:20 2017
+++ pkgsrc/graphics/jasper/patches/patch-CMakeLists.txt Wed Feb 22 00:45:06 2017
@@ -1,8 +1,8 @@
-$NetBSD: patch-CMakeLists.txt,v 1.1 2017/02/21 18:24:20 adam Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.2 2017/02/22 00:45:06 ryoon Exp $
 
 Remove the weird hack.
 
---- CMakeLists.txt.orig        2017-02-21 17:54:13.000000000 +0000
+--- CMakeLists.txt.orig        2016-12-30 16:53:52.000000000 +0000
 +++ CMakeLists.txt
 @@ -55,11 +55,7 @@ set(JAS_SO_MINOR 0)
  set(JAS_SO_RELEASE 0)
@@ -16,3 +16,12 @@ Remove the weird hack.
  
  message("Shared library ABI version: ${JAS_SO_VERSION}")
  message("Shared library build version: ${JAS_SO_NAME}")
+@@ -368,7 +364,7 @@ endif()
+ 
+ add_subdirectory(src/libjasper)
+ add_subdirectory(src/appl)
+-add_subdirectory(doc)
++#add_subdirectory(doc)
+ 
+ # The package configuation (pc) file should be installed in
+ # ${CMAKE_INSTALL_PREFIX}/lib/pkgconfig.



Home | Main Index | Thread Index | Old Index