diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-09-13 06:23:16 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-09-13 06:23:16 +0000 |
commit | 9eb8b8e0957b33c0172b632e56fa4fe7fa0e87d6 (patch) | |
tree | cae8bc6e62c4dc4bb5d22e2513c1629091392668 /MOVED | |
parent | While upstream development of SeExpr had apparently stalled, update the (diff) |
graphics/libdssim: drop in favor of CARGO_CRATES
$ cat /usr/local/include/dssim/dssim.h
#define DSSIM_MAJOR 2
#define DSSIM_MINOR 11
#define DSSIM_PATCH 3
#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <new>
$ nm -D /usr/local/lib/libdssim.so
w _Jv_RegisterClasses
U _Unwind_GetDataRelBase
U _Unwind_GetIPInfo
U _Unwind_GetLanguageSpecificData
U _Unwind_GetRegionStart
U _Unwind_GetTextRelBase
U _Unwind_SetGR
U _Unwind_SetIP
w __cxa_finalize
0000000000003920 T rust_eh_personality
$ cat /usr/local/libdata/pkgconfig/dssim.pc
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: dssim
Description: Tool that measures structural similarity between images using a multi-scale variant of the SSIM algorithm.
Version: 2.11.3
Libs: -L${libdir} -ldssim
Cflags: -I${includedir}/dssim
Libs.private: -lexecinfo -lpthread -lgcc_s -lc -lm -lrt -lpthread -lutil -lutil
Diffstat (limited to 'MOVED')
-rw-r--r-- | MOVED | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15428,3 +15428,4 @@ x11-wm/e-module-rmb||2020-09-09|Removed x11-wm/e-module-wlan||2020-09-09|Removed x11-wm/e-modules||2020-09-09|Removed net/frr6|net/frr7|2020-09-10|Has expired: Uses deprecated version of python and upstream no longer maintained +graphics/libdssim||2020-09-13|Removed: C API is empty, only usable from Rust |