Github messages for voidlinux
 help / color / mirror / Atom feed
From: ReneganRonin <ReneganRonin@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: noisetorch 0.11.3
Date: Mon, 21 Jun 2021 05:40:32 +0200	[thread overview]
Message-ID: <20210621034032.2mJR3cx8l5Lgi6qoCAe-TtjXzWsIwhKFsLV_2jnhwuQ@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: 1610 bytes --]

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

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

New package: noisetorch 0.11.3
<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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: 1772 bytes --]

From b838fa62522849eb6bd8776f17160bbbd6ec4805 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] Add new package noisetorch

---
 srcpkgs/noisetorch/INSTALL  |  5 +++++
 srcpkgs/noisetorch/template | 24 ++++++++++++++++++++++++
 2 files changed, 29 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..23959e2eb957
--- /dev/null
+++ b/srcpkgs/noisetorch/template
@@ -0,0 +1,24 @@
+# Template file for 'noisetorch'
+pkgname=noisetorch
+version=0.11.3
+revision=1
+archs="x86_64*"
+wrksrc=NoiseTorch-${version}
+build_style=gnu-makefile
+hostmakedepends="go"
+depends="polkit"
+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=b67155211278affc72f15d0ded9da560524e7bb0659012f9d41e69b531b9265c
+nopie=yes
+
+do_install() {
+	vbin bin/noisetorch
+	# fixes icon
+	sed 's/Icon=noisetorch.png/Icon=noisetorch/' assets/noisetorch.desktop > noisetorch.desktop
+	vinstall noisetorch.desktop 644 usr/share/applications
+	vinstall assets/icon/noisetorch.png 644 usr/share/icons/hicolor/256x256/apps
+}

  parent reply	other threads:[~2021-06-21  3:40 UTC|newest]

Thread overview: 115+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-07  0:54 [PR PATCH] " 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 [this message]
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
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=20210621034032.2mJR3cx8l5Lgi6qoCAe-TtjXzWsIwhKFsLV_2jnhwuQ@z \
    --to=reneganronin@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).