Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: noise-suppression-for-voice-1.03
@ 2023-03-04 21:04 teldra
  2023-03-04 21:07 ` [PR PATCH] [Updated] " teldra
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: teldra @ 2023-03-04 21:04 UTC (permalink / raw)
  To: ml

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

There is a new pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages new-rnnoise
https://github.com/void-linux/void-packages/pull/42589

New package: noise-suppression-for-voice-1.03
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/42589.patch is attached

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

From 2eeb649be54c26ac723bd7502b8bc58b4b51d67c Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 4 Mar 2023 22:00:53 +0100
Subject: [PATCH] New package: noise-suppression-for-voice-1.03

---
 srcpkgs/noise-suppression-for-voice/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/noise-suppression-for-voice/template

diff --git a/srcpkgs/noise-suppression-for-voice/template b/srcpkgs/noise-suppression-for-voice/template
new file mode 100644
index 000000000000..a73a659d0cce
--- /dev/null
+++ b/srcpkgs/noise-suppression-for-voice/template
@@ -0,0 +1,16 @@
+# Template file for 'noise-suppression-for-voice'
+pkgname=noise-suppression-for-voice
+version=1.03
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="freetype-devel libX11-devel libXrandr-devel libXinerama-devel
+ libXcursor-devel libcurl-devel alsa-lib-devel libwebkit2gtk41 gtk+3-devel
+ libatomic-devel libsanitizer-devel"
+short_desc="Real-time Noise Suppression Plugin"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+#changelog=""
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=8c85cae3ebbb3a18facc38930a3b67ca90e3ad609526a0018c71690de35baf04

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: noise-suppression-for-voice-1.03
  2023-03-04 21:04 [PR PATCH] New package: noise-suppression-for-voice-1.03 teldra
@ 2023-03-04 21:07 ` teldra
  2023-03-04 21:09 ` teldra
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: teldra @ 2023-03-04 21:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-rnnoise
https://github.com/void-linux/void-packages/pull/42589

New package: noise-suppression-for-voice-1.03
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/42589.patch is attached

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

From 3b942d14168da3f882624bfca77d4bd886b4d764 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 4 Mar 2023 22:00:53 +0100
Subject: [PATCH] New package: noise-suppression-for-voice-1.03

---
 srcpkgs/noise-suppression-for-voice/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/noise-suppression-for-voice/template

diff --git a/srcpkgs/noise-suppression-for-voice/template b/srcpkgs/noise-suppression-for-voice/template
new file mode 100644
index 000000000000..8c4bcfd629ab
--- /dev/null
+++ b/srcpkgs/noise-suppression-for-voice/template
@@ -0,0 +1,20 @@
+# Template file for 'noise-suppression-for-voice'
+pkgname=noise-suppression-for-voice
+version=1.03
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="freetype-devel libX11-devel libXrandr-devel libXinerama-devel
+ libXcursor-devel libcurl-devel alsa-lib-devel libwebkit2gtk41 gtk+3-devel
+ libsanitizer-devel"
+short_desc="Real-time Noise Suppression Plugin"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+#changelog=""
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=8c85cae3ebbb3a18facc38930a3b67ca90e3ad609526a0018c71690de35baf04
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+        makedepends+=" libatomic-devel"
+fi

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: noise-suppression-for-voice-1.03
  2023-03-04 21:04 [PR PATCH] New package: noise-suppression-for-voice-1.03 teldra
  2023-03-04 21:07 ` [PR PATCH] [Updated] " teldra
@ 2023-03-04 21:09 ` teldra
  2023-03-04 21:16 ` teldra
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: teldra @ 2023-03-04 21:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-rnnoise
https://github.com/void-linux/void-packages/pull/42589

New package: noise-suppression-for-voice-1.03
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/42589.patch is attached

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

From 002e34e537355590b6491f266aa5465743b8ee11 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 4 Mar 2023 22:00:53 +0100
Subject: [PATCH] New package: noise-suppression-for-voice-1.03

---
 srcpkgs/noise-suppression-for-voice/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/noise-suppression-for-voice/template

diff --git a/srcpkgs/noise-suppression-for-voice/template b/srcpkgs/noise-suppression-for-voice/template
new file mode 100644
index 000000000000..9f916f98faf8
--- /dev/null
+++ b/srcpkgs/noise-suppression-for-voice/template
@@ -0,0 +1,20 @@
+# Template file for 'noise-suppression-for-voice'
+pkgname=noise-suppression-for-voice
+version=1.03
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="freetype-devel libX11-devel libXrandr-devel libXinerama-devel
+ libXcursor-devel libcurl-devel alsa-lib-devel libwebkit2gtk41 gtk+3-devel
+ libsanitizer-devel"
+short_desc="Real-time Noise Suppression Plugin"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+#changelog=""
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=8c85cae3ebbb3a18facc38930a3b67ca90e3ad609526a0018c71690de35baf04
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+fi

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: noise-suppression-for-voice-1.03
  2023-03-04 21:04 [PR PATCH] New package: noise-suppression-for-voice-1.03 teldra
  2023-03-04 21:07 ` [PR PATCH] [Updated] " teldra
  2023-03-04 21:09 ` teldra
@ 2023-03-04 21:16 ` teldra
  2023-03-04 21:19 ` teldra
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: teldra @ 2023-03-04 21:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-rnnoise
https://github.com/void-linux/void-packages/pull/42589

New package: noise-suppression-for-voice-1.03
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/42589.patch is attached

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

From 2e4cbf48f78b9e7cfa226d486ae4e5cdd0028d30 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 4 Mar 2023 22:00:53 +0100
Subject: [PATCH] New package: noise-suppression-for-voice-1.03

---
 srcpkgs/noise-suppression-for-voice/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/noise-suppression-for-voice/template

diff --git a/srcpkgs/noise-suppression-for-voice/template b/srcpkgs/noise-suppression-for-voice/template
new file mode 100644
index 000000000000..a73a659d0cce
--- /dev/null
+++ b/srcpkgs/noise-suppression-for-voice/template
@@ -0,0 +1,16 @@
+# Template file for 'noise-suppression-for-voice'
+pkgname=noise-suppression-for-voice
+version=1.03
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="freetype-devel libX11-devel libXrandr-devel libXinerama-devel
+ libXcursor-devel libcurl-devel alsa-lib-devel libwebkit2gtk41 gtk+3-devel
+ libatomic-devel libsanitizer-devel"
+short_desc="Real-time Noise Suppression Plugin"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+#changelog=""
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=8c85cae3ebbb3a18facc38930a3b67ca90e3ad609526a0018c71690de35baf04

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: noise-suppression-for-voice-1.03
  2023-03-04 21:04 [PR PATCH] New package: noise-suppression-for-voice-1.03 teldra
                   ` (2 preceding siblings ...)
  2023-03-04 21:16 ` teldra
@ 2023-03-04 21:19 ` teldra
  2023-03-04 21:23 ` teldra
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: teldra @ 2023-03-04 21:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-rnnoise
https://github.com/void-linux/void-packages/pull/42589

New package: noise-suppression-for-voice-1.03
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/42589.patch is attached

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

From 31820611ba36672be9eb5eab10eea18958f2fc0f Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 4 Mar 2023 22:00:53 +0100
Subject: [PATCH] New package: noise-suppression-for-voice-1.03

---
 srcpkgs/noise-suppression-for-voice/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/noise-suppression-for-voice/template

diff --git a/srcpkgs/noise-suppression-for-voice/template b/srcpkgs/noise-suppression-for-voice/template
new file mode 100644
index 000000000000..fa104bf21438
--- /dev/null
+++ b/srcpkgs/noise-suppression-for-voice/template
@@ -0,0 +1,16 @@
+# Template file for 'noise-suppression-for-voice'
+pkgname=noise-suppression-for-voice
+version=1.03
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="freetype-devel libX11-devel libXrandr-devel libXinerama-devel
+ libXcursor-devel libcurl-devel alsa-lib-devel gtk+3-devel
+ libatomic-devel libsanitizer-devel"
+short_desc="Real-time Noise Suppression Plugin"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+#changelog=""
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=8c85cae3ebbb3a18facc38930a3b67ca90e3ad609526a0018c71690de35baf04

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: noise-suppression-for-voice-1.03
  2023-03-04 21:04 [PR PATCH] New package: noise-suppression-for-voice-1.03 teldra
                   ` (3 preceding siblings ...)
  2023-03-04 21:19 ` teldra
@ 2023-03-04 21:23 ` teldra
  2023-03-04 21:27 ` teldra
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: teldra @ 2023-03-04 21:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-rnnoise
https://github.com/void-linux/void-packages/pull/42589

New package: noise-suppression-for-voice-1.03
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/42589.patch is attached

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

From 616346c8ea33d6d314c56a1e770a0be458966844 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 4 Mar 2023 22:00:53 +0100
Subject: [PATCH] New package: noise-suppression-for-voice-1.03

---
 srcpkgs/noise-suppression-for-voice/template | 23 ++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/noise-suppression-for-voice/template

diff --git a/srcpkgs/noise-suppression-for-voice/template b/srcpkgs/noise-suppression-for-voice/template
new file mode 100644
index 000000000000..0ab706cce52f
--- /dev/null
+++ b/srcpkgs/noise-suppression-for-voice/template
@@ -0,0 +1,23 @@
+# Template file for 'noise-suppression-for-voice'
+pkgname=noise-suppression-for-voice
+version=1.03
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="freetype-devel libX11-devel libXrandr-devel libXinerama-devel
+ libXcursor-devel libcurl-devel alsa-lib-devel gtk+3-devel
+ libatomic-devel"
+short_desc="Real-time Noise Suppression Plugin"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+#changelog=""
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=8c85cae3ebbb3a18facc38930a3b67ca90e3ad609526a0018c71690de35baf04
+
+# libsanitizer-devel is currenly not available on musl
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+	make_check_args+=" NO_SANITIZE=1"
+else
+	checkdepends+=" libsanitizer-devel"
+fi

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: noise-suppression-for-voice-1.03
  2023-03-04 21:04 [PR PATCH] New package: noise-suppression-for-voice-1.03 teldra
                   ` (4 preceding siblings ...)
  2023-03-04 21:23 ` teldra
@ 2023-03-04 21:27 ` teldra
  2023-03-04 21:30 ` teldra
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: teldra @ 2023-03-04 21:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-rnnoise
https://github.com/void-linux/void-packages/pull/42589

New package: noise-suppression-for-voice-1.03
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/42589.patch is attached

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

From 288057052d8ccbe5dc1b15b77ec9ebb95bcb22bd Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 4 Mar 2023 22:00:53 +0100
Subject: [PATCH] New package: noise-suppression-for-voice-1.03

---
 srcpkgs/noise-suppression-for-voice/template | 24 ++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/noise-suppression-for-voice/template

diff --git a/srcpkgs/noise-suppression-for-voice/template b/srcpkgs/noise-suppression-for-voice/template
new file mode 100644
index 000000000000..5a180a84fc96
--- /dev/null
+++ b/srcpkgs/noise-suppression-for-voice/template
@@ -0,0 +1,24 @@
+# Template file for 'noise-suppression-for-voice'
+pkgname=noise-suppression-for-voice
+version=1.03
+revision=1
+build_style=cmake
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="freetype-devel libX11-devel libXrandr-devel libXinerama-devel
+ libXcursor-devel libcurl-devel alsa-lib-devel gtk+3-devel
+ libatomic-devel"
+short_desc="Real-time Noise Suppression Plugin"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+#changelog=""
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=8c85cae3ebbb3a18facc38930a3b67ca90e3ad609526a0018c71690de35baf04
+
+# libsanitizer-devel is currenly not available on musl
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+	make_check_args+=" NO_SANITIZE=1"
+else
+	checkdepends+=" libsanitizer-devel"
+fi

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: noise-suppression-for-voice-1.03
  2023-03-04 21:04 [PR PATCH] New package: noise-suppression-for-voice-1.03 teldra
                   ` (5 preceding siblings ...)
  2023-03-04 21:27 ` teldra
@ 2023-03-04 21:30 ` teldra
  2023-03-04 21:35 ` teldra
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: teldra @ 2023-03-04 21:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-rnnoise
https://github.com/void-linux/void-packages/pull/42589

New package: noise-suppression-for-voice-1.03
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/42589.patch is attached

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

From 5eb49b01e37e0b5b3aae09b6206bfd7d36684769 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 4 Mar 2023 22:00:53 +0100
Subject: [PATCH] New package: noise-suppression-for-voice-1.03

---
 srcpkgs/noise-suppression-for-voice/template | 23 ++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/noise-suppression-for-voice/template

diff --git a/srcpkgs/noise-suppression-for-voice/template b/srcpkgs/noise-suppression-for-voice/template
new file mode 100644
index 000000000000..0ab706cce52f
--- /dev/null
+++ b/srcpkgs/noise-suppression-for-voice/template
@@ -0,0 +1,23 @@
+# Template file for 'noise-suppression-for-voice'
+pkgname=noise-suppression-for-voice
+version=1.03
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="freetype-devel libX11-devel libXrandr-devel libXinerama-devel
+ libXcursor-devel libcurl-devel alsa-lib-devel gtk+3-devel
+ libatomic-devel"
+short_desc="Real-time Noise Suppression Plugin"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+#changelog=""
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=8c85cae3ebbb3a18facc38930a3b67ca90e3ad609526a0018c71690de35baf04
+
+# libsanitizer-devel is currenly not available on musl
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+	make_check_args+=" NO_SANITIZE=1"
+else
+	checkdepends+=" libsanitizer-devel"
+fi

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: noise-suppression-for-voice-1.03
  2023-03-04 21:04 [PR PATCH] New package: noise-suppression-for-voice-1.03 teldra
                   ` (6 preceding siblings ...)
  2023-03-04 21:30 ` teldra
@ 2023-03-04 21:35 ` teldra
  2023-03-04 21:45 ` teldra
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: teldra @ 2023-03-04 21:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-rnnoise
https://github.com/void-linux/void-packages/pull/42589

New package: noise-suppression-for-voice-1.03
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/42589.patch is attached

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

From ac8c334a4b58619eeedb3ceddbccda29de7a956b Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 4 Mar 2023 22:00:53 +0100
Subject: [PATCH] New package: noise-suppression-for-voice-1.03

---
 srcpkgs/noise-suppression-for-voice/template | 24 ++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/noise-suppression-for-voice/template

diff --git a/srcpkgs/noise-suppression-for-voice/template b/srcpkgs/noise-suppression-for-voice/template
new file mode 100644
index 000000000000..5a180a84fc96
--- /dev/null
+++ b/srcpkgs/noise-suppression-for-voice/template
@@ -0,0 +1,24 @@
+# Template file for 'noise-suppression-for-voice'
+pkgname=noise-suppression-for-voice
+version=1.03
+revision=1
+build_style=cmake
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="freetype-devel libX11-devel libXrandr-devel libXinerama-devel
+ libXcursor-devel libcurl-devel alsa-lib-devel gtk+3-devel
+ libatomic-devel"
+short_desc="Real-time Noise Suppression Plugin"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+#changelog=""
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=8c85cae3ebbb3a18facc38930a3b67ca90e3ad609526a0018c71690de35baf04
+
+# libsanitizer-devel is currenly not available on musl
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+	make_check_args+=" NO_SANITIZE=1"
+else
+	checkdepends+=" libsanitizer-devel"
+fi

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: noise-suppression-for-voice-1.03
  2023-03-04 21:04 [PR PATCH] New package: noise-suppression-for-voice-1.03 teldra
                   ` (7 preceding siblings ...)
  2023-03-04 21:35 ` teldra
@ 2023-03-04 21:45 ` teldra
  2023-03-04 21:48 ` teldra
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: teldra @ 2023-03-04 21:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-rnnoise
https://github.com/void-linux/void-packages/pull/42589

New package: noise-suppression-for-voice-1.03
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/42589.patch is attached

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

From e4a1a0020c2c4fbd28e7e030f3487ef28eeb3ac5 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 4 Mar 2023 22:00:53 +0100
Subject: [PATCH] New package: noise-suppression-for-voice-1.03

---
 srcpkgs/noise-suppression-for-voice/template | 24 ++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/noise-suppression-for-voice/template

diff --git a/srcpkgs/noise-suppression-for-voice/template b/srcpkgs/noise-suppression-for-voice/template
new file mode 100644
index 000000000000..d006f045fc6d
--- /dev/null
+++ b/srcpkgs/noise-suppression-for-voice/template
@@ -0,0 +1,24 @@
+# Template file for 'noise-suppression-for-voice'
+pkgname=noise-suppression-for-voice
+version=1.03
+revision=1
+archs="~*-musl"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="freetype-devel libX11-devel libXrandr-devel libXinerama-devel
+ libXcursor-devel libcurl-devel alsa-lib-devel gtk+3-devel
+ libatomic-devel"
+short_desc="Real-time Noise Suppression Plugin"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+#changelog=""
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=8c85cae3ebbb3a18facc38930a3b67ca90e3ad609526a0018c71690de35baf04
+
+# libsanitizer-devel is currenly not available on musl
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+	make_check_args+=" NO_SANITIZE=1"
+else
+	checkdepends+=" libsanitizer-devel"
+fi

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: noise-suppression-for-voice-1.03
  2023-03-04 21:04 [PR PATCH] New package: noise-suppression-for-voice-1.03 teldra
                   ` (8 preceding siblings ...)
  2023-03-04 21:45 ` teldra
@ 2023-03-04 21:48 ` teldra
  2023-03-04 21:52 ` teldra
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: teldra @ 2023-03-04 21:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-rnnoise
https://github.com/void-linux/void-packages/pull/42589

New package: noise-suppression-for-voice-1.03
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/42589.patch is attached

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

From eade3a7340792dcb95bd3e01d8b6b07b2b0eeea0 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 4 Mar 2023 22:00:53 +0100
Subject: [PATCH] New package: noise-suppression-for-voice-1.03

---
 srcpkgs/noise-suppression-for-voice/template | 24 ++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/noise-suppression-for-voice/template

diff --git a/srcpkgs/noise-suppression-for-voice/template b/srcpkgs/noise-suppression-for-voice/template
new file mode 100644
index 000000000000..c15bb9575980
--- /dev/null
+++ b/srcpkgs/noise-suppression-for-voice/template
@@ -0,0 +1,24 @@
+# Template file for 'noise-suppression-for-voice'
+pkgname=noise-suppression-for-voice
+version=1.03
+revision=1
+#archs="x86_64-musl ~*-musl"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="freetype-devel libX11-devel libXrandr-devel libXinerama-devel
+ libXcursor-devel libcurl-devel alsa-lib-devel gtk+3-devel
+ libatomic-devel"
+short_desc="Real-time Noise Suppression Plugin"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+#changelog=""
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=8c85cae3ebbb3a18facc38930a3b67ca90e3ad609526a0018c71690de35baf04
+
+# libsanitizer-devel is currenly not available on musl
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+	make_check_args+=" NO_SANITIZE=1"
+else
+	makepends+=" libsanitizer-devel"
+fi

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: noise-suppression-for-voice-1.03
  2023-03-04 21:04 [PR PATCH] New package: noise-suppression-for-voice-1.03 teldra
                   ` (9 preceding siblings ...)
  2023-03-04 21:48 ` teldra
@ 2023-03-04 21:52 ` teldra
  2023-03-04 21:55 ` teldra
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: teldra @ 2023-03-04 21:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-rnnoise
https://github.com/void-linux/void-packages/pull/42589

New package: noise-suppression-for-voice-1.03
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/42589.patch is attached

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

From 12f34ccd0ba3e38f06a7bc7abdb3318f7c5a38be Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 4 Mar 2023 22:00:53 +0100
Subject: [PATCH] New package: noise-suppression-for-voice-1.03

---
 srcpkgs/noise-suppression-for-voice/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/noise-suppression-for-voice/template

diff --git a/srcpkgs/noise-suppression-for-voice/template b/srcpkgs/noise-suppression-for-voice/template
new file mode 100644
index 000000000000..858f6c3b430d
--- /dev/null
+++ b/srcpkgs/noise-suppression-for-voice/template
@@ -0,0 +1,17 @@
+# Template file for 'noise-suppression-for-voice'
+pkgname=noise-suppression-for-voice
+version=1.03
+revision=1
+archs="x86_64-musl ~*-musl"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="freetype-devel libX11-devel libXrandr-devel libXinerama-devel
+ libXcursor-devel libcurl-devel alsa-lib-devel gtk+3-devel
+ libatomic-devel libsanitizer-devel"
+short_desc="Real-time Noise Suppression Plugin"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+#changelog=""
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=8c85cae3ebbb3a18facc38930a3b67ca90e3ad609526a0018c71690de35baf04

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: noise-suppression-for-voice-1.03
  2023-03-04 21:04 [PR PATCH] New package: noise-suppression-for-voice-1.03 teldra
                   ` (10 preceding siblings ...)
  2023-03-04 21:52 ` teldra
@ 2023-03-04 21:55 ` teldra
  2023-03-04 22:00 ` teldra
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: teldra @ 2023-03-04 21:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-rnnoise
https://github.com/void-linux/void-packages/pull/42589

New package: noise-suppression-for-voice-1.03
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/42589.patch is attached

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

From f632509ce33cb5ca01716458c69561585c1be119 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 4 Mar 2023 22:00:53 +0100
Subject: [PATCH] New package: noise-suppression-for-voice-1.03

---
 srcpkgs/noise-suppression-for-voice/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/noise-suppression-for-voice/template

diff --git a/srcpkgs/noise-suppression-for-voice/template b/srcpkgs/noise-suppression-for-voice/template
new file mode 100644
index 000000000000..6fa6a67b1116
--- /dev/null
+++ b/srcpkgs/noise-suppression-for-voice/template
@@ -0,0 +1,17 @@
+# Template file for 'noise-suppression-for-voice'
+pkgname=noise-suppression-for-voice
+version=1.03
+revision=1
+archs="~a* ~*-musl"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="freetype-devel libX11-devel libXrandr-devel libXinerama-devel
+ libXcursor-devel libcurl-devel alsa-lib-devel gtk+3-devel
+ libatomic-devel libsanitizer-devel"
+short_desc="Real-time Noise Suppression Plugin"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+#changelog=""
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=8c85cae3ebbb3a18facc38930a3b67ca90e3ad609526a0018c71690de35baf04

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: noise-suppression-for-voice-1.03
  2023-03-04 21:04 [PR PATCH] New package: noise-suppression-for-voice-1.03 teldra
                   ` (11 preceding siblings ...)
  2023-03-04 21:55 ` teldra
@ 2023-03-04 22:00 ` teldra
  2023-03-04 22:12 ` teldra
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: teldra @ 2023-03-04 22:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-rnnoise
https://github.com/void-linux/void-packages/pull/42589

New package: noise-suppression-for-voice-1.03
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/42589.patch is attached

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

From 6112161cc0a6f05d008f2615308439327db8c19a Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 4 Mar 2023 22:00:53 +0100
Subject: [PATCH] New package: noise-suppression-for-voice-1.03

---
 srcpkgs/noise-suppression-for-voice/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/noise-suppression-for-voice/template

diff --git a/srcpkgs/noise-suppression-for-voice/template b/srcpkgs/noise-suppression-for-voice/template
new file mode 100644
index 000000000000..8cde9b4aeaaf
--- /dev/null
+++ b/srcpkgs/noise-suppression-for-voice/template
@@ -0,0 +1,17 @@
+# Template file for 'noise-suppression-for-voice'
+pkgname=noise-suppression-for-voice
+version=1.03
+revision=1
+archs="x86_64 i686"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="freetype-devel libX11-devel libXrandr-devel libXinerama-devel
+ libXcursor-devel libcurl-devel alsa-lib-devel gtk+3-devel
+ libatomic-devel libsanitizer-devel"
+short_desc="Real-time Noise Suppression Plugin"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+#changelog=""
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=8c85cae3ebbb3a18facc38930a3b67ca90e3ad609526a0018c71690de35baf04

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: noise-suppression-for-voice-1.03
  2023-03-04 21:04 [PR PATCH] New package: noise-suppression-for-voice-1.03 teldra
                   ` (12 preceding siblings ...)
  2023-03-04 22:00 ` teldra
@ 2023-03-04 22:12 ` teldra
  2023-06-03  2:01 ` github-actions
  2023-06-18  2:07 ` [PR PATCH] [Closed]: " github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: teldra @ 2023-03-04 22:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-rnnoise
https://github.com/void-linux/void-packages/pull/42589

New package: noise-suppression-for-voice-1.03
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/42589.patch is attached

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

From 82f33849dfb18240e57ba5cb1b974c3b6ac07ef5 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 4 Mar 2023 22:00:53 +0100
Subject: [PATCH] New package: noise-suppression-for-voice-1.03

---
 srcpkgs/noise-suppression-for-voice/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/noise-suppression-for-voice/template

diff --git a/srcpkgs/noise-suppression-for-voice/template b/srcpkgs/noise-suppression-for-voice/template
new file mode 100644
index 000000000000..32e726052440
--- /dev/null
+++ b/srcpkgs/noise-suppression-for-voice/template
@@ -0,0 +1,17 @@
+# Template file for 'noise-suppression-for-voice'
+pkgname=noise-suppression-for-voice
+version=1.03
+revision=1
+archs="x86_64 i686"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="freetype-devel libX11-devel libXrandr-devel libXinerama-devel
+ libXcursor-devel libcurl-devel alsa-lib-devel gtk+3-devel
+ libatomic-devel libsanitizer-devel"
+short_desc="Real-time Noise Suppression Plugin"
+maintainer="teldra <teldra@rotce.de>"
+license="LGPL-2.1-or-later, GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+#changelog=""
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=8c85cae3ebbb3a18facc38930a3b67ca90e3ad609526a0018c71690de35baf04

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: noise-suppression-for-voice-1.03
  2023-03-04 21:04 [PR PATCH] New package: noise-suppression-for-voice-1.03 teldra
                   ` (13 preceding siblings ...)
  2023-03-04 22:12 ` teldra
@ 2023-06-03  2:01 ` github-actions
  2023-06-18  2:07 ` [PR PATCH] [Closed]: " github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2023-06-03  2:01 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42589#issuecomment-1574557487

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Closed]: New package: noise-suppression-for-voice-1.03
  2023-03-04 21:04 [PR PATCH] New package: noise-suppression-for-voice-1.03 teldra
                   ` (14 preceding siblings ...)
  2023-06-03  2:01 ` github-actions
@ 2023-06-18  2:07 ` github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2023-06-18  2:07 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: noise-suppression-for-voice-1.03
https://github.com/void-linux/void-packages/pull/42589

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-06-18  2:07 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-04 21:04 [PR PATCH] New package: noise-suppression-for-voice-1.03 teldra
2023-03-04 21:07 ` [PR PATCH] [Updated] " teldra
2023-03-04 21:09 ` teldra
2023-03-04 21:16 ` teldra
2023-03-04 21:19 ` teldra
2023-03-04 21:23 ` teldra
2023-03-04 21:27 ` teldra
2023-03-04 21:30 ` teldra
2023-03-04 21:35 ` teldra
2023-03-04 21:45 ` teldra
2023-03-04 21:48 ` teldra
2023-03-04 21:52 ` teldra
2023-03-04 21:55 ` teldra
2023-03-04 22:00 ` teldra
2023-03-04 22:12 ` teldra
2023-06-03  2:01 ` github-actions
2023-06-18  2:07 ` [PR PATCH] [Closed]: " github-actions

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).