Github messages for voidlinux
 help / color / mirror / Atom feed
From: Johnnynator <Johnnynator@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: deepfilternet-ladspa-0.5.6
Date: Tue, 05 Dec 2023 16:20:55 +0100	[thread overview]
Message-ID: <20231205152055.ivqDbNaVxILP0CUbxJobzzhzBkO_vfi7CeNSXxDBgkU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47541@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 927 bytes --]

There is an updated pull request by Johnnynator against master on the void-packages repository

https://github.com/Johnnynator/void-packages deepfilternet
https://github.com/void-linux/void-packages/pull/47541

New package: deepfilternet-ladspa-0.5.6
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

- I built this PR locally for my native architecture, `x86_64-musl`
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l
  - x86_64
  - riscv64
  - riscv64-musl



A patch file from https://github.com/void-linux/void-packages/pull/47541.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-deepfilternet-47541.patch --]
[-- Type: text/x-diff, Size: 1473 bytes --]

From e8e04fd7baa6e24a29b5cf4ccdca332961b65004 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sun, 3 Dec 2023 01:22:02 +0100
Subject: [PATCH] New package: deepfilternet-ladspa-0.5.6

---
 srcpkgs/deepfilternet-ladspa/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/deepfilternet-ladspa/template

diff --git a/srcpkgs/deepfilternet-ladspa/template b/srcpkgs/deepfilternet-ladspa/template
new file mode 100644
index 0000000000000..4de54f7563928
--- /dev/null
+++ b/srcpkgs/deepfilternet-ladspa/template
@@ -0,0 +1,21 @@
+# Template file for 'deepfilternet-ladspa'
+pkgname=deepfilternet-ladspa
+version=0.5.6
+revision=1
+build_style=cargo
+configure_args="-p deep-filter-ladspa"
+short_desc="Noise supression using deep filtering"
+maintainer="John <me@johnnynator.dev>"
+license="MIT OR Apache-2.0"
+homepage="https://huggingface.co/spaces/hshr/DeepFilterNet2"
+distfiles="https://github.com/Rikorose/DeepFilterNet/archive/refs/tags/v${version}.tar.gz"
+checksum=0f9a219d06c404bc4200f228e7e224f108cbbca04d7227a6de7d2ce974c2f579
+
+do_install() {
+	vlicense LICENSE
+	vlicense LICENSE-MIT
+	vlicense LICENSE-APACHE
+	vinstall target/${RUST_TARGET}/release/libdeep_filter_ladspa.so 755 usr/lib/ladspa
+	vinstall ladspa/filter-chain-configs/deepfilter-mono-source.conf 644 usr/share/pipewire/filter-chain
+	vinstall ladspa/filter-chain-configs/deepfilter-stereo-sink.conf 644 usr/share/pipewire/filter-chain
+}

  reply	other threads:[~2023-12-05 15:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-03  0:35 [PR PATCH] " Johnnynator
2023-12-05 15:20 ` Johnnynator [this message]
2023-12-05 15:32 ` [PR PATCH] [Merged]: " Johnnynator

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231205152055.ivqDbNaVxILP0CUbxJobzzhzBkO_vfi7CeNSXxDBgkU@z \
    --to=johnnynator@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).