pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/jasper Disable documentation files generation...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f52249b805ee
branches: trunk
changeset: 358851:f52249b805ee
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Wed Feb 22 00:45:06 2017 +0000
description:
Disable documentation files generation. Bump PKGREVISION
When LaTeX is detected, some LaTeX style files are required.
diffstat:
graphics/jasper/Makefile | 3 ++-
graphics/jasper/PLIST | 4 +---
graphics/jasper/distinfo | 4 ++--
graphics/jasper/patches/patch-CMakeLists.txt | 13 +++++++++++--
4 files changed, 16 insertions(+), 8 deletions(-)
diffs (70 lines):
diff -r 554aff5c3f27 -r f52249b805ee graphics/jasper/Makefile
--- a/graphics/jasper/Makefile Tue Feb 21 22:01:43 2017 +0000
+++ b/graphics/jasper/Makefile Wed Feb 22 00:45:06 2017 +0000
@@ -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/
diff -r 554aff5c3f27 -r f52249b805ee graphics/jasper/PLIST
--- a/graphics/jasper/PLIST Tue Feb 21 22:01:43 2017 +0000
+++ b/graphics/jasper/PLIST Wed Feb 22 00:45:06 2017 +0000
@@ -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/jasper.1
${PLIST.opengl}man/man1/jiv.1
share/doc/JasPer/README
-share/doc/JasPer/jasper.pdf
-share/doc/JasPer/jpeg2000.pdf
diff -r 554aff5c3f27 -r f52249b805ee graphics/jasper/distinfo
--- a/graphics/jasper/distinfo Tue Feb 21 22:01:43 2017 +0000
+++ b/graphics/jasper/distinfo Wed Feb 22 00:45:06 2017 +0000
@@ -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
diff -r 554aff5c3f27 -r f52249b805ee graphics/jasper/patches/patch-CMakeLists.txt
--- a/graphics/jasper/patches/patch-CMakeLists.txt Tue Feb 21 22:01:43 2017 +0000
+++ b/graphics/jasper/patches/patch-CMakeLists.txt Wed Feb 22 00:45:06 2017 +0000
@@ -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 @@
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