head 1.2; access; symbols pkgsrc-2022Q4:1.1.0.2 pkgsrc-2022Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2023.01.21.20.00.11; author pin; state dead; branches; next 1.1; commitid YiWKFklsH81iLraE; 1.1 date 2022.10.06.07.43.28; author pin; state Exp; branches; next ; commitid QbUNqezVCVeI7DWD; desc @@ 1.2 log @multimedis/t-rec: update to 0.7.6 Changed - chore(deps): bump clap from 3.2.23 to 4.1.1 - chore(deps): bump anyhow from 1.0.66 to 1.0.68 - chore(deps): bump rayon from 1.6.0 to 1.6.1 - chore(clippy): fix clippy lints - chore(deps): bump env_logger from 0.9.1 to 0.10.0 - chore(deps): bump anyhow from 1.0.65 to 1.0.66 - Allow building on NetBSD @ text @$NetBSD: patch-Cargo.toml,v 1.1 2022/10/06 07:43:28 pin Exp $ Allow building on NetBSD --- Cargo.toml.orig 2022-10-04 22:21:07.000000000 +0000 +++ Cargo.toml @@@@ -42,7 +42,7 @@@@ core-graphics = "0.22.2" core-foundation = "0.9.2" core-foundation-sys = "0.8.3" -[target.'cfg(target_os = "linux")'.dependencies] +[target.'cfg(any(target_os = "linux", target_os = "netbsd"))'.dependencies] x11rb = "0.9.0" [features] @@@@ -71,4 +71,4 @@@@ presentations) [package.metadata.rpm.targets] buildflags = ["--release"] -t-rec = { path = "/usr/bin/t-rec" } \ No newline at end of file +t-rec = { path = "/usr/bin/t-rec" } @ 1.1 log @multimedia/t-rec: import package Blazingly fast terminal recorder that generates animated gif images for the web written in rust. Features - Screenshotting your terminal with 4 frames per second (every 250ms) - Generates high quality small sized animated gif images or mp4 videos - Build-In idle frames detection and optimization (for super fluid presentations) - Applies (can be disabled) border decor effects like drop shadow - Uses native efficient APIs - Runs without any cloud service and entirely offline - No issues with terminal sizes larger than 80x24 - No issues with fonts or colors - No issues with curses based programs - No issues with escape sequences - No record and replay - just one simple command to rule them all - Can record every arbitrary window you want (e.g. browser, ide) @ text @d1 1 a1 1 $NetBSD$ @