Github messages for voidlinux
 help / color / mirror / Atom feed
From: uncomfyhalomacro <uncomfyhalomacro@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: NoiseTorch-0.11.4
Date: Wed, 17 Nov 2021 11:06:08 +0100	[thread overview]
Message-ID: <20211117100608.7SfjHdl_PgYh_66dBLMvM0PB_ie8ZSskcL6OZjiRd_0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31333@inbox.vuxu.org>

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

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

https://github.com/uncomfyhalomacro/void-packages noisetorch
https://github.com/void-linux/void-packages/pull/31333

New package: NoiseTorch-0.11.4
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] x86_64-musl
  - [x] i686
  - [x] aarch64
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl

Closes #27677


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

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

From c7eae3c37e623921a6a09c0b0d8b65f6993f8cb7 Mon Sep 17 00:00:00 2001
From: "Soc Virnyl S. Estela" <66054069+ReneganRonin@users.noreply.github.com>
Date: Mon, 7 Jun 2021 21:54:34 +0800
Subject: [PATCH] New package: NoiseTorch-0.11.4

---
 srcpkgs/NoiseTorch/INSTALL  |  5 +++++
 srcpkgs/NoiseTorch/template | 25 +++++++++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/NoiseTorch/INSTALL
 create mode 100644 srcpkgs/NoiseTorch/template

diff --git a/srcpkgs/NoiseTorch/INSTALL b/srcpkgs/NoiseTorch/INSTALL
new file mode 100644
index 000000000000..63f13c0c59ea
--- /dev/null
+++ b/srcpkgs/NoiseTorch/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	setcap 'CAP_SYS_RESOURCE=+ep' usr/bin/noisetorch
+	;;
+esac
diff --git a/srcpkgs/NoiseTorch/template b/srcpkgs/NoiseTorch/template
new file mode 100644
index 000000000000..33a638c11ded
--- /dev/null
+++ b/srcpkgs/NoiseTorch/template
@@ -0,0 +1,25 @@
+# Template file for 'NoiseTorch'
+pkgname=NoiseTorch
+version=0.11.4
+revision=1
+build_style=go
+go_ldflags="-X main.version=${version} -X main.distribution=VoidLinux"
+go_import_path="."
+depends="libcap-progs"
+short_desc="Real-time microphone noise suppression on Linux"
+maintainer="Soc Virnyl S. Estela <renegan.ronin@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/lawl/NoiseTorch"
+distfiles="https://github.com/lawl/NoiseTorch/archive/${version}.tar.gz"
+checksum=3da6cad119ecca6f4e131c8bca86eb122d2363d5d30dcd1da41974af5887a3c1
+
+pre_build() {
+	make rnnoise
+	GOARCH= go build scripts/embedlicenses.go
+	./embedlicenses
+}
+
+post_install() {
+	vinstall assets/noisetorch.desktop 644 usr/share/applications
+	vinstall assets/icon/noisetorch.png 644 usr/share/icons/hicolor/256x256/apps
+}

  parent reply	other threads:[~2021-11-17 10:06 UTC|newest]

Thread overview: 115+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-07  0:54 [PR PATCH] New package: noisetorch 0.11.3 ReneganRonin
2021-06-07  5:55 ` [PR PATCH] [Updated] " ReneganRonin
2021-06-07 13:55 ` ReneganRonin
2021-06-08 10:40 ` ReneganRonin
2021-06-17 23:48 ` ReneganRonin
2021-06-18  0:00 ` ReneganRonin
2021-06-18  0:02 ` ReneganRonin
2021-06-21  3:12 ` ReneganRonin
2021-06-21  3:40 ` ReneganRonin
2021-06-21  4:10 ` [PR REVIEW] " kawaiiamber
2021-06-21  4:10 ` kawaiiamber
2021-06-21  4:10 ` kawaiiamber
2021-06-21  4:14 ` kawaiiamber
2021-06-21  6:21 ` [PR REVIEW] " paper42
2021-06-21  6:28 ` ReneganRonin
2021-06-21  6:30 ` ReneganRonin
2021-06-21  6:31 ` ReneganRonin
2021-06-21  6:33 ` [PR PATCH] [Updated] " ReneganRonin
2021-06-21  6:42 ` [PR REVIEW] New package: noisetorch-0.11.3 paper42
2021-06-21  6:43 ` paper42
2021-06-21  6:48 ` paper42
2021-06-21  8:58 ` ReneganRonin
2021-06-21  9:00 ` ReneganRonin
2021-06-21 10:43 ` ReneganRonin
2021-06-21 10:46 ` [PR REVIEW] " kawaiiamber
2021-06-21 10:47 ` ReneganRonin
2021-06-21 10:48 ` [PR REVIEW] " kawaiiamber
2021-06-21 10:49 ` kawaiiamber
2021-06-21 10:53 ` ReneganRonin
2021-06-21 10:55 ` paper42
2021-06-21 10:56 ` kawaiiamber
2021-06-21 11:22 ` [PR REVIEW] " ericonr
2021-06-21 11:22 ` ericonr
2021-06-21 11:27 ` ericonr
2021-06-21 11:35 ` ReneganRonin
2021-06-21 11:35 ` [PR REVIEW] " paper42
2021-06-21 11:36 ` paper42
2021-06-21 11:36 ` paper42
2021-06-21 11:38 ` paper42
2021-06-21 11:47 ` [PR PATCH] [Updated] " ReneganRonin
2021-06-21 14:40 ` ReneganRonin
2021-06-21 14:45 ` [PR REVIEW] " paper42
2021-06-21 23:38 ` ReneganRonin
2021-06-22  0:10 ` kawaiiamber
2021-06-22  0:18 ` [PR PATCH] [Updated] " ReneganRonin
2021-06-22  0:20 ` ReneganRonin
2021-06-22  0:27 ` paper42
2021-06-22  0:30 ` ReneganRonin
2021-06-22  0:48 ` [PR PATCH] [Updated] " ReneganRonin
2021-06-22 22:21 ` ReneganRonin
2021-06-22 22:53 ` ericonr
2021-06-22 23:10 ` paper42
2021-06-22 23:14 ` ericonr
2021-06-22 23:34 ` paper42
2021-06-22 23:39 ` paper42
2021-06-23  6:37 ` ReneganRonin
2021-06-23 21:32 ` [PR PATCH] [Updated] " ReneganRonin
2021-06-23 21:52 ` ReneganRonin
2021-06-23 21:53 ` ReneganRonin
2021-06-23 21:53 ` kawaiiamber
2021-06-23 21:55 ` ReneganRonin
2021-06-23 21:56 ` kawaiiamber
2021-06-23 21:57 ` kawaiiamber
2021-06-23 21:59 ` ReneganRonin
2021-06-23 22:00 ` kawaiiamber
2021-06-23 22:08 ` [PR PATCH] [Updated] " ReneganRonin
2021-06-23 22:10 ` ReneganRonin
2021-06-23 22:12 ` ReneganRonin
2021-06-23 23:09 ` [PR REVIEW] " paper42
2021-06-23 23:10 ` paper42
2021-06-24  0:11 ` ReneganRonin
2021-06-24  0:13 ` ReneganRonin
2021-06-24  7:00 ` [PR PATCH] [Updated] " ReneganRonin
2021-06-24  8:31 ` ReneganRonin
2021-06-24 10:46 ` paper42
2021-06-24 12:51 ` [PR REVIEW] " lawl
2021-06-24 13:23 ` ReneganRonin
2021-06-24 13:42 ` [PR PATCH] [Updated] " ReneganRonin
2021-06-24 13:49 ` ReneganRonin
2021-06-24 13:54 ` paper42
2021-06-24 14:03 ` [PR PATCH] [Updated] " ReneganRonin
2021-06-24 14:05 ` ReneganRonin
2021-06-24 14:06 ` paper42
2021-06-24 17:44 ` kawaiiamber
2021-06-25  0:33 ` kawaiiamber
2021-06-25  1:34 ` ReneganRonin
2021-06-25  1:38 ` kawaiiamber
2021-06-25  1:39 ` ReneganRonin
2021-06-25 10:18 ` paper42
2021-06-27 15:16 ` ReneganRonin
2021-06-27 15:18 ` ReneganRonin
2021-06-27 15:18 ` ReneganRonin
2021-06-27 15:20 ` ReneganRonin
2021-06-27 16:38 ` paper42
2021-06-27 22:37 ` [PR PATCH] [Updated] " ReneganRonin
2021-06-27 22:39 ` ReneganRonin
2021-06-27 22:40 ` ReneganRonin
2021-06-27 22:40 ` ReneganRonin
2021-06-29  2:04 ` [PR PATCH] [Updated] " ReneganRonin
2021-11-14  6:54 ` [PR REVIEW] " ericonr
2021-11-14  6:54 ` ericonr
2021-11-14  6:54 ` ericonr
2021-11-14  6:54 ` ericonr
2021-11-14 11:02 ` [PR PATCH] [Updated] " uncomfyhalomacro
2021-11-14 11:03 ` [PR PATCH] [Updated] New package: NoiseTorch-0.11.4 uncomfyhalomacro
2021-11-14 11:04 ` uncomfyhalomacro
2021-11-16  1:31 ` [PR PATCH] [Updated] " uncomfyhalomacro
2021-11-16  6:49 ` [PR REVIEW] " paper42
2021-11-16  6:49 ` paper42
2021-11-17 10:04 ` [PR PATCH] [Updated] " uncomfyhalomacro
2021-11-17 10:06 ` uncomfyhalomacro [this message]
2021-11-17 10:16 ` uncomfyhalomacro
2021-11-22  2:49 ` ericonr
2021-11-22  2:55 ` [PR PATCH] [Merged]: " ericonr
2021-11-22  2:56 ` ericonr

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=20211117100608.7SfjHdl_PgYh_66dBLMvM0PB_ie8ZSskcL6OZjiRd_0@z \
    --to=uncomfyhalomacro@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).