Port details |
- dssim Image similarity comparison simulating human perception
- 3.2.4_18 graphics =2 3.2.4_16Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2020-09-13 05:56:46
- Last Update: 2024-09-10 11:00:34
- Commit Hash: 89ab81d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: AGPLv3+
- WWW:
- https://kornel.ski/dssim
- Description:
- This tool computes (dis)similarity between two or more PNG images
using an algorithm approximating human vision.
Comparison is done in L*a*b* color space (D65 white point, sRGB gamma)
using a multi-scale variant of the SSIM algorithm.
Features:
- Improved algorithm
- Compares at multiple weighed resolutions, and scaling is done in
linear-light RGB. It's sensitive to distortions of various sizes
and blends colors correctly to detect e.g. chroma subsampling errors.
- Uses L*a*b* color space for the SSIM algorithm. It measures
brightness and color much better than metrics from average of
RGB channels.
- Supports alpha channel.
- Supports images with color profiles.
- Takes advantage of multi-core CPUs.
- Can be used as a library in C, Rust, and WASM.
- No OpenCV or MATLAB needed.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/dssim/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/dssim
- pkg install dssim
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dssim
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1668396405
SHA256 (rust/crates/dssim-3.2.4.crate) = 3ea54acfcd238d680c2c720a5eef56d210aaabc7582a48615602bcdf0c9a5894
SIZE (rust/crates/dssim-3.2.4.crate) = 22402
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rust>=1.81.0 : lang/rust
- cmake : devel/cmake-core
- pkgconf>=1.3.0_1 : devel/pkgconf
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_dssim
- USES:
- cargo
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.4_18 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
3.2.4_17 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
3.2.4_16 04 Aug 2024 12:00:32 |
Piotr Kubaj (pkubaj) |
graphics/dssim: fix build on big-endian
Backport
https://gitlab.com/kornelski/load_image/-/commit/e8f31164b97ba7b88ff881e8903ec13e5ddaec44
error[E0599]: the method `to_image` exists for mutable reference `&mut
[RGB<u8>]`, but its trait bounds were not satisfied
-->
/wrkdirs/usr/ports/graphics/dssim/work/dssim-3.2.4/cargo-crates/load_image-3.0.1/src/jpeg.rs:39:55
|
39 | PixelFormat::RGB24 => pixels.as_rgb_mut().to_image(profile,
width, height, true, meta),
| ^^^^^^^^ method
cannot be called on `&mut [RGB<u8>]` due to unsatisfied trait bounds
|
:::
/wrkdirs/usr/ports/graphics/dssim/work/dssim-3.2.4/cargo-crates/rgb-0.8.34/src/lib.rs:72:1
|
72 | pub struct RGB<ComponentType> {
| ----------------------------- doesn't satisfy `rgb::RGB<u16>:
pixel_format::LcmsPixelFormat`
| (Only the first 15 lines of the commit message are shown above ) |
3.2.4_16 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
3.2.4_15 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
3.2.4_14 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
3.2.4_13 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
3.2.4_12 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
3.2.4_11 08 Dec 2023 15:04:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
3.2.4_10 24 Oct 2023 10:22:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
3.2.4_9 08 Sep 2023 09:06:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
3.2.4_8 17 Jul 2023 15:58:38 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.71.0
PR: 272449 |
3.2.4_7 09 Jun 2023 11:38:16 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.70.0
PR: 271797 |
3.2.4_6 04 May 2023 05:00:23 |
Jan Beich (jbeich) |
graphics/dssim: drop maintainership |
3.2.4_6 23 Apr 2023 13:14:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.69.0
PR: 270953 |
3.2.4_5 16 Mar 2023 11:11:52 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.68.0
PR: 270080 |
3.2.4_4 13 Feb 2023 14:52:59 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.67.1
PR: 269336 |
3.2.4_3 07 Jan 2023 19:24:18 |
Daniel Engberg (diizzy) |
*/*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports |
3.2.4_2 20 Dec 2022 17:37:15 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.66.0
PR: 268415 |
3.2.4_1 17 Nov 2022 07:06:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.65.0
PR: 267622 |
3.2.4 14 Nov 2022 10:19:08 |
Jan Beich (jbeich) |
graphics/dssim: update to 3.2.4
Changes: https://github.com/kornelski/dssim/compare/3.2.3...3.2.4
Reported by: Repology |
3.2.3_1 03 Nov 2022 14:10:55 |
Jan Beich (jbeich) |
*/*: move CARGO_CRATES to Makefile.crates in my ports |
3.2.3_1 30 Oct 2022 12:07:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.64.0
PR: 267173 |
3.2.3 19 Sep 2022 04:23:04 |
Jan Beich (jbeich) |
graphics/dssim: update to 3.2.3
Changes: https://github.com/kornelski/dssim/compare/3.2.0...3.2.3
Reported by: GitHub (watch releases) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.2.0_5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.2.0_5 25 Aug 2022 14:49:50 |
Baptiste Daroussin (bapt) |
rust: bring back update to 1.63
Revert back the revert of the update of rust and related commits
This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers
This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64.
This reverts commit 04d257baa182926cff158f32cf459e560426add0.
This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2.
This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e.
This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c.
This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e.
With hat: portmgr |
3.2.0_4 25 Aug 2022 10:49:39 |
Piotr Kubaj (pkubaj) |
Revert "lang/rust: Bump revisions after 1.63.0"
This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d.
PR: 265915 |
3.2.0_5 25 Aug 2022 08:51:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.63.0 |
3.2.0_4 02 Jul 2022 13:47:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.62.0 |
3.2.0_3 31 May 2022 13:06:17 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.61.0 |
3.2.0_2 03 May 2022 08:00:34 |
Tobias Kortkamp (tobik) |
lang/rust: Relink ports after the Rust 1.60.0 update |
3.2.0_1 15 Mar 2022 09:51:58 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.59.0 |
3.2.0 12 Feb 2022 23:28:11 |
Jan Beich (jbeich) |
graphics/dssim: update to 3.2.0
Changes: https://github.com/kornelski/dssim/compare/3.1.2...3.2.0
Reported by: GitHub (watch releases) |
3.1.2_1 03 Feb 2022 14:02:32 |
Tobias Kortkamp (tobik) |
lang/rust: Relink consumers
PR: 261449
Security: ee26f513-826e-11ec-8be6-d4c9ef517024 |
3.1.2 17 Jan 2022 19:09:50 |
Jan Beich (jbeich) |
graphics/dssim: update to 3.1.2
Changes: https://github.com/kornelski/dssim/compare/3.1.0...3.1.2
Reported by: Repology |
3.1.0_6 17 Jan 2022 11:57:45 |
Tobias Kortkamp (tobik) |
lang/rust: Bump revisions after 1.58.0 |
3.1.0_5 05 Dec 2021 12:35:42 |
Tobias Kortkamp (tobik) |
lang/rust: Rebuild consumers for Rust 1.57.0 |
3.1.0_4 25 Oct 2021 08:55:19 |
Tobias Kortkamp (tobik) |
*: Rebuild for Rust 1.56.0 |
3.1.0_3 19 Sep 2021 09:03:23 |
Tobias Kortkamp (tobik) |
*: Rebuild lang/rust consumers after the 1.55.0 update |
3.1.0_2 28 Aug 2021 13:42:06 |
Mikael Urankar (mikael) |
lang/rust: Rebuild consumers for 1.54.0 |
3.1.0_1 27 Jun 2021 05:39:51 |
Tobias Kortkamp (tobik) |
lang/rust: Rebuild consumers for 1.53.0 |
3.1.0 02 Jun 2021 19:17:46 |
Jan Beich (jbeich) |
graphics/dssim: update to 3.1.0
Changes: https://github.com/kornelski/dssim/compare/3.0.2...3.1.0
Reported by: Repology |
3.0.2_1 11 May 2021 18:33:12 |
Tobias Kortkamp (tobik) |
Rebuild lang/rust consumers after d8837418ea743776 |
3.0.2 10 May 2021 12:14:56 |
Jan Beich (jbeich) |
graphics/dssim: update to 3.0.2
Changes: https://github.com/kornelski/dssim/compare/3.0.1...3.0.2
Reported by: Repology |
3.0.1_1 10 May 2021 12:14:55 |
Jan Beich (jbeich) |
graphics/dssim: regen distinfo after 3758b337a1b0 |
3.0.1_1 28 Apr 2021 04:47:10 |
Tobias Kortkamp (tobik) |
Fix ports that pull main distfile from CRATESIO (D29760)
- Put distfiles into CARGO_DIST_SUBDIR where they were not
- Use correct crate file extension
MFH: 2021Q2 (to ease future cherry picks) |
3.0.1_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.0.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.1_1 29 Mar 2021 18:10:46 |
tobik |
Rebuild lang/rust consumers after r569489 |
3.0.1 20 Mar 2021 00:31:59 |
jbeich |
graphics/dssim: update to 3.0.1
Changes: https://github.com/kornelski/dssim/compare/3.0.0...3.0.1
Reported by: Repology |
3.0.0_1 14 Feb 2021 15:45:11 |
mikael |
lang/rust: Update to 1.50.0
- Use bundled libgit/libssh, the versions in ports are too old
- Update lang/rust-nightly to 2021-02-12
- Update devel/racer to 2.1.41
- Import upstream patch to fix build issue for Firefox and related ports
(https://bugzilla.mozilla.org/show_bug.cgi?id=1684261)
Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D28616 |
3.0.0 08 Feb 2021 20:25:16 |
jbeich |
graphics/dssim: update to 3.0.0
Changes: https://github.com/kornelski/dssim/compare/e6fb8a3...3.0.0
Reported by: Repology |
2.11.5 13 Jan 2021 15:39:53 |
jbeich |
graphics/dssim: update to 2.11.5
Changes: https://github.com/kornelski/dssim/compare/485b224...e6fb8a3
Reported by: Repology |
2.11.4_3 06 Jan 2021 10:13:59 |
mikael |
lang/rust: Update to 1.49.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D27940 |
2.11.4_2 24 Nov 2020 12:48:54 |
mikael |
lang/rust: Update to 1.48.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0
Reviewed by: jbeich
Tested by: bdragon, jbeich, mikael
Differential Revision: https://reviews.freebsd.org/D27293 |
2.11.4_1 13 Oct 2020 08:36:35 |
mikael |
lang/rust: Update to 1.47.0
- Add powerpc64le arch (submitted by bdragon in D26711)
- Disable DOCS, same problem fixed in r546048
- Update devel/racer to 2.1.36
- Import upstream patch to fix www/firefox
(https://hg.mozilla.org/integration/autoland/rev/e2cede25c027)
- Import gentoo patches to fix www/firefox-esr, www/cliqz and mail/thunderbird
(https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-esr-78-patches-03.tar.xz
: 0036, 0037 and 0038)
- Force rebuild all consumers to catch regressions
Changelog:
https://github.com/rust-lang/rust/releases/tag/1.47.0
Differential Revision: https://reviews.freebsd.org/D26721 |
2.11.4 12 Oct 2020 09:48:07 |
jbeich |
graphics/dssim: update to 2.11.4
Changes: https://github.com/kornelski/dssim/compare/c66fb04...485b224
Reported by: Repology |
2.11.3 13 Sep 2020 06:23:16 |
jbeich |
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 (Only the first 15 lines of the commit message are shown above ) |
2.11.3 13 Sep 2020 05:56:35 |
jbeich |
graphics/dssim: update to 2.11.3 (rust)
Changes: https://github.com/kornelski/dssim/compare/cb6b383...c66fb04 |
1.3.3.15 13 Sep 2020 05:56:27 |
jbeich |
graphics/dssim: add new port
This tool computes (dis)similarity between two or more PNG images
using an algorithm approximating human vision.
Comparison is done in L*a*b* color space (D65 white point, sRGB gamma)
using a multi-scale variant of the SSIM algorithm.
Features:
- Supports alpha channel
- Supports gamma correction
- No OpenCV or MATLAB needed:
- DSSIM version 1.x uses C (C99) and libpng or Cocoa on macOS.
- DSSIM version 2.x is easy to build with Rust
https://kornel.ski/dssim |