pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
vv: cleanup package, add upstream bug report URL
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Mon Jan 20 14:46:59 2025 +0100
Changeset: 602859b752032567f156478e6ff97ae8e393c4c1
Modified Files:
vv/DESCR
vv/distinfo
vv/patches/patch-CMakeLists.txt
vv/patches/patch-src_util_Alloca.h
Log Message:
vv: cleanup package, add upstream bug report URL
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=602859b752032567f156478e6ff97ae8e393c4c1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
vv/DESCR | 31 ++++++++-----------------------
vv/distinfo | 4 ++--
vv/patches/patch-CMakeLists.txt | 19 ++++++++++++++-----
vv/patches/patch-src_util_Alloca.h | 3 +++
4 files changed, 27 insertions(+), 30 deletions(-)
diffs:
diff --git a/vv/DESCR b/vv/DESCR
index 2d27a240e2..70601f29a8 100644
--- a/vv/DESCR
+++ b/vv/DESCR
@@ -1,23 +1,8 @@
-TODO: Adjust the following lines from README.md
-
-<div align="center">
-
-# vv - terminal image viewer
-
-![Screenshot](doc/img1.png)
-
-</div>
-
-With vv you can display image files directly in your terminal. This works both locally and over remote connections. An extensive range of modern image formats is supported. Image data is displayed in full color, without any color space reduction or dithering. Images are scaled to fit the available space in the terminal. Small images can be upscaled.
-
-## Image formats
-
-The following types of image files can be viewed in vv:
-
-- BC (Block Compression, also known as DXTC, S3TC), in DDS container,
-- OpenEXR,
-- HEIF (High Efficiency Image File Format),
-- AVIF (AV1 Image File Format),
-- JPEG,
-- JPEG XL,
-...
+vv - terminal image viewer
+
+With vv you can display image files directly in your terminal. This
+works both locally and over remote connections. An extensive range
+of modern image formats is supported. Image data is displayed in
+full color, without any color space reduction or dithering. Images
+are scaled to fit the available space in the terminal. Small images
+can be upscaled.
diff --git a/vv/distinfo b/vv/distinfo
index 78dbdb6e51..5a8e956b01 100644
--- a/vv/distinfo
+++ b/vv/distinfo
@@ -9,5 +9,5 @@ Size (vv-3.1.tar.gz) = 1839316 bytes
BLAKE2s (wolfpld-tracy-f583d1c855bcf45d182eb16a57e84afdab7b0e67.tar.gz) = 379d29e811edb705d066f087b18cb0596a8ecd4a9c1f629809415fd14a940935
SHA512 (wolfpld-tracy-f583d1c855bcf45d182eb16a57e84afdab7b0e67.tar.gz) = 36401c62b39ae7c44f765b7c0e092f795756d947159b3c1e9fc2034735dad7746fadb1265bd06bf2bd4a6d2c318e62811a4438aa4eb43ddb1e5f32871aaf284e
Size (wolfpld-tracy-f583d1c855bcf45d182eb16a57e84afdab7b0e67.tar.gz) = 5253102 bytes
-SHA1 (patch-CMakeLists.txt) = 7035f9ddbe59acef9b3f82057bbb77bf59740ae4
-SHA1 (patch-src_util_Alloca.h) = 33efddd07a29e60dd90acb3957d584a35bdac08c
+SHA1 (patch-CMakeLists.txt) = c2cb6538860c6a561dff91f6be2d8fac0b8429f5
+SHA1 (patch-src_util_Alloca.h) = d3f26e7eba4a645c4fef7a0248a0efaef7ca8cc1
diff --git a/vv/patches/patch-CMakeLists.txt b/vv/patches/patch-CMakeLists.txt
index b8efa2a5b8..aaeafbb76d 100644
--- a/vv/patches/patch-CMakeLists.txt
+++ b/vv/patches/patch-CMakeLists.txt
@@ -1,15 +1,24 @@
$NetBSD$
-backtrace() is in libexecinfo on NetBSD.
-XXX: make NetBSD-specific.
+Find backtrace() where it is.
+https://github.com/wolfpld/vv/pull/11/files
---- CMakeLists.txt.orig 2025-01-20 13:27:17.866095709 +0000
+--- CMakeLists.txt.orig 2025-01-20 13:40:12.912160257 +0000
+++ CMakeLists.txt
-@@ -91,6 +91,7 @@ set(MCOREUTIL_SRC
+@@ -58,6 +58,8 @@ pkg_check_modules(TIFF REQUIRED libtiff-
+ pkg_check_modules(WEBP REQUIRED libwebpdemux)
+ pkg_check_modules(ZLIB REQUIRED zlib)
+
++include(FindBacktrace)
++
+ include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_LIST_DIR} ${CMAKE_CURRENT_LIST_DIR}/src)
+ add_compile_definitions(DISABLE_CALLSTACK)
+
+@@ -91,6 +93,7 @@ set(MCOREUTIL_SRC
add_library(mcoreutil ${MCOREUTIL_SRC})
target_link_libraries(mcoreutil PRIVATE
Tracy::TracyClient
-+ execinfo
++ Backtrace::Backtrace
${PNG_LINK_LIBRARIES}
)
target_include_directories(mcoreutil PRIVATE
diff --git a/vv/patches/patch-src_util_Alloca.h b/vv/patches/patch-src_util_Alloca.h
index b5e524642b..a9e8892ea9 100644
--- a/vv/patches/patch-src_util_Alloca.h
+++ b/vv/patches/patch-src_util_Alloca.h
@@ -1,5 +1,8 @@
$NetBSD$
+Fix build on NetBSD
+https://github.com/wolfpld/vv/pull/11/files
+
--- src/util/Alloca.h.orig 2024-12-23 10:46:59.000000000 +0000
+++ src/util/Alloca.h
@@ -1,6 +1,6 @@
Home |
Main Index |
Thread Index |
Old Index