alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

commit 4592a6a172110fcbda4bea0d5a3c79ee73ad5633
parent 72a9fb5a614919a49c73f9c74b5e2c1d15fab4de
Author: emmett1 <emmett1.2miligrams@protonmail.com>
Date:   Tue, 21 Oct 2025 08:43:18 +0000

wf-recorder: updated to 0.6.0

Diffstat:
Mrepos/extra/wf-recorder/.checksum | 3+--
Mrepos/extra/wf-recorder/.files | 4++++
Drepos/extra/wf-recorder/560bb92d3ddaeb31d7af77d22d01b0050b45bebe.patch | 27---------------------------
Mrepos/extra/wf-recorder/abuild | 5++---
4 files changed, 7 insertions(+), 32 deletions(-)

diff --git a/repos/extra/wf-recorder/.checksum b/repos/extra/wf-recorder/.checksum @@ -1,2 +1 @@ -4e9d0179178e713f5dee92b6591bad7a0aa5d522446ebddf3db99fb85e3ea2eb 560bb92d3ddaeb31d7af77d22d01b0050b45bebe.patch -3f47b57f303a7b640857f617b7e8c8afa4bb7d09b63f68602d73325d2fed2c03 wf-recorder-0.5.0.tar.xz +ce82e8c8554fe360fea05eba538dc272ab63b3658b0492f0bac6f7096c18d747 wf-recorder-v0.6.0.tar.gz diff --git a/repos/extra/wf-recorder/.files b/repos/extra/wf-recorder/.files @@ -2,6 +2,10 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/wf-recorder drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/fish/ +drwxr-xr-x root/root usr/share/fish/fish/ +drwxr-xr-x root/root usr/share/fish/fish/vendor_completions.d/ +-rw-r--r-- root/root usr/share/fish/fish/vendor_completions.d/wf-recorder.fish drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/wf-recorder.1.gz diff --git a/repos/extra/wf-recorder/560bb92d3ddaeb31d7af77d22d01b0050b45bebe.patch b/repos/extra/wf-recorder/560bb92d3ddaeb31d7af77d22d01b0050b45bebe.patch @@ -1,27 +0,0 @@ -From 560bb92d3ddaeb31d7af77d22d01b0050b45bebe Mon Sep 17 00:00:00 2001 -From: Scott Moreau <oreaus@gmail.com> -Date: Tue, 8 Oct 2024 12:56:55 -0600 -Subject: [PATCH] frame-writer: Track ffmpeg changes (#279) - -* frame-writer: Track ffmpeg changes - -The frame_rate variable has been made private API. - -* frame-writer: Remove comment ---- - src/frame-writer.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/frame-writer.cpp b/src/frame-writer.cpp -index 2a5ba17..b8abe51 100644 ---- a/src/frame-writer.cpp -+++ b/src/frame-writer.cpp -@@ -371,7 +371,7 @@ void FrameWriter::init_video_filters(const AVCodec *codec) - this->videoCodecCtx->height = filter_output->h; - this->videoCodecCtx->pix_fmt = (AVPixelFormat)filter_output->format; - this->videoCodecCtx->time_base = filter_output->time_base; -- this->videoCodecCtx->framerate = filter_output->frame_rate; // can be 1/0 if unknown -+ this->videoCodecCtx->framerate = AVRational{1,0}; - this->videoCodecCtx->sample_aspect_ratio = filter_output->sample_aspect_ratio; - - this->hw_frame_context = av_buffersink_get_hw_frames_ctx( diff --git a/repos/extra/wf-recorder/abuild b/repos/extra/wf-recorder/abuild @@ -1,5 +1,4 @@ name=wf-recorder -version=0.5.0 +version=0.6.0 release=1 -source="https://github.com/ammen99/${name}/releases/download/v${version}/${name}-${version}.tar.xz - 560bb92d3ddaeb31d7af77d22d01b0050b45bebe.patch" +source="https://github.com/ammen99/${name}/archive/v${version}/${name}-v${version}.tar.gz"