Bug 278767 - audio/noise-suppression-for-voice-lv2: Convert post-extract to EXTRACT_AFTER_ARGS
Summary: audio/noise-suppression-for-voice-lv2: Convert post-extract to EXTRACT_AFTER_...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-04 19:56 UTC by Daniel Engberg
Modified: 2024-05-06 20:30 UTC (History)
0 users

See Also:
yuri: maintainer-feedback+


Attachments
Patch for noise-suppression-for-voice-lv2 (1.05 KB, patch)
2024-05-04 19:56 UTC, Daniel Engberg
no flags Details | Diff
Patch for noise-suppression-for-voice-lv2 v2 (1.13 KB, patch)
2024-05-05 12:32 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2024-05-04 19:56:37 UTC
Created attachment 250402 [details]
Patch for noise-suppression-for-voice-lv2

Reduces I/O by not extracting unused dependencies

Poudriere bulk OK
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2024-05-04 20:04:15 UTC
Approved. Thanks for the patch!
Please commit it.
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2024-05-05 12:32:16 UTC
Created attachment 250438 [details]
Patch for noise-suppression-for-voice-lv2 v2

Be more specific about what files to remove and preserve original flags

I'll commit it later
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-05-06 20:26:34 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8ec237cd568f2c51f700014cba613e943e3b0006

commit 8ec237cd568f2c51f700014cba613e943e3b0006
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-05-06 20:07:27 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-05-06 20:10:41 +0000

    audio/noise-suppression-for-voice-lv2: Use EXTRACT_AFTER_ARGS

    To decrease I/O load skip extracting files instead of removing after
    extraction

    PR:             278767
    Reviewed by:    yuri (maintainer)

 audio/noise-suppression-for-voice-lv2/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
Comment 4 Daniel Engberg freebsd_committer freebsd_triage 2024-05-06 20:30:20 UTC
Committed, thanks!