Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: rnnoise-ladspa-0.91
@ 2021-04-27  1:31 kwshi
  2021-04-27  1:41 ` [PR PATCH] [Updated] " kwshi
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: kwshi @ 2021-04-27  1:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kwshi/void-packages rnnoise-ladspa
https://github.com/void-linux/void-packages/pull/30528

New package: rnnoise-ladspa-0.91
<!-- 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 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/30528.patch is attached

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

From 1549ad9fb76277ecd98e98b1f611cbfa2d359de0 Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Mon, 26 Apr 2021 18:30:41 -0700
Subject: [PATCH] New package: rnnoise-ladspa-0.91

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

diff --git a/srcpkgs/rnnoise-ladspa/template b/srcpkgs/rnnoise-ladspa/template
new file mode 100644
index 000000000000..779894fda180
--- /dev/null
+++ b/srcpkgs/rnnoise-ladspa/template
@@ -0,0 +1,13 @@
+# Template file for 'rnnoise-ladspa'
+pkgname=rnnoise-ladspa
+version=0.91
+revision=1
+wrksrc="noise-suppression-for-voice-${version}"
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DBUILD_VST_PLUGIN=OFF -DBUILD_LV2_PLUGIN=OFF"
+short_desc="Noise suppression plugin based on Xiph's RNNoise"
+maintainer="Kye Shi <shi.kye@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=4f3a112534d4abb5ee2b6c328cde89193dbdb2146cffc98505972c3b5397a35e

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

* Re: [PR PATCH] [Updated] New package: rnnoise-ladspa-0.91
  2021-04-27  1:31 [PR PATCH] New package: rnnoise-ladspa-0.91 kwshi
@ 2021-04-27  1:41 ` kwshi
  2021-05-02  0:01 ` [PR PATCH] [Updated] New package: librnnoise-ladspa-0.91 kwshi
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: kwshi @ 2021-04-27  1:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kwshi/void-packages rnnoise-ladspa
https://github.com/void-linux/void-packages/pull/30528

New package: rnnoise-ladspa-0.91
<!-- Mark items with [x] where applicable -->

Noise suppression plugin from https://github.com/werman/noise-suppression-for-voice.  I don't use this library directly but instead use [Cadmus](https://github.com/josh-richardson/cadmus), which depends on this library.

#### 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 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/30528.patch is attached

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

From 2ecd8cfff35ed15f513a1db35f350a786d76a5bc Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Mon, 26 Apr 2021 18:30:41 -0700
Subject: [PATCH] New package: librnnoise-ladspa-0.91

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

diff --git a/srcpkgs/librnnoise-ladspa/template b/srcpkgs/librnnoise-ladspa/template
new file mode 100644
index 000000000000..565a6924f51c
--- /dev/null
+++ b/srcpkgs/librnnoise-ladspa/template
@@ -0,0 +1,13 @@
+# Template file for 'librnnoise-ladspa'
+pkgname=librnnoise-ladspa
+version=0.91
+revision=1
+wrksrc="noise-suppression-for-voice-${version}"
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DBUILD_VST_PLUGIN=OFF -DBUILD_LV2_PLUGIN=OFF"
+short_desc="Noise suppression plugin based on Xiph's RNNoise"
+maintainer="Kye Shi <shi.kye@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=4f3a112534d4abb5ee2b6c328cde89193dbdb2146cffc98505972c3b5397a35e

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

* Re: [PR PATCH] [Updated] New package: librnnoise-ladspa-0.91
  2021-04-27  1:31 [PR PATCH] New package: rnnoise-ladspa-0.91 kwshi
  2021-04-27  1:41 ` [PR PATCH] [Updated] " kwshi
@ 2021-05-02  0:01 ` kwshi
  2021-05-02  0:03 ` kwshi
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: kwshi @ 2021-05-02  0:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kwshi/void-packages rnnoise-ladspa
https://github.com/void-linux/void-packages/pull/30528

New package: librnnoise-ladspa-0.91
<!-- Mark items with [x] where applicable -->

Noise suppression plugin from https://github.com/werman/noise-suppression-for-voice.  I don't use this library directly but instead use [Cadmus](https://github.com/josh-richardson/cadmus), which depends on this library.

#### 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 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/30528.patch is attached

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

From 265077ac23ac55ddeb60d375edb197c58a861963 Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Mon, 26 Apr 2021 18:30:41 -0700
Subject: [PATCH] New package: librnnoise-ladspa-0.91

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

diff --git a/srcpkgs/librnnoise-ladspa/template b/srcpkgs/librnnoise-ladspa/template
new file mode 100644
index 000000000000..565a6924f51c
--- /dev/null
+++ b/srcpkgs/librnnoise-ladspa/template
@@ -0,0 +1,13 @@
+# Template file for 'librnnoise-ladspa'
+pkgname=librnnoise-ladspa
+version=0.91
+revision=1
+wrksrc="noise-suppression-for-voice-${version}"
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DBUILD_VST_PLUGIN=OFF -DBUILD_LV2_PLUGIN=OFF"
+short_desc="Noise suppression plugin based on Xiph's RNNoise"
+maintainer="Kye Shi <shi.kye@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=4f3a112534d4abb5ee2b6c328cde89193dbdb2146cffc98505972c3b5397a35e

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

* Re: [PR PATCH] [Updated] New package: librnnoise-ladspa-0.91
  2021-04-27  1:31 [PR PATCH] New package: rnnoise-ladspa-0.91 kwshi
  2021-04-27  1:41 ` [PR PATCH] [Updated] " kwshi
  2021-05-02  0:01 ` [PR PATCH] [Updated] New package: librnnoise-ladspa-0.91 kwshi
@ 2021-05-02  0:03 ` kwshi
  2021-05-02  0:41 ` kwshi
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: kwshi @ 2021-05-02  0:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kwshi/void-packages rnnoise-ladspa
https://github.com/void-linux/void-packages/pull/30528

New package: librnnoise-ladspa-0.91
<!-- Mark items with [x] where applicable -->

Noise suppression plugin from https://github.com/werman/noise-suppression-for-voice.  I don't use this library directly but instead use [Cadmus](https://github.com/josh-richardson/cadmus), which depends on this library.

#### 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 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/30528.patch is attached

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

From 44229f865dad148b9b9beb67ed95fec8c8d4ab20 Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Mon, 26 Apr 2021 18:30:41 -0700
Subject: [PATCH] New package: librnnoise-ladspa-0.91

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

diff --git a/srcpkgs/librnnoise-ladspa/template b/srcpkgs/librnnoise-ladspa/template
new file mode 100644
index 000000000000..565a6924f51c
--- /dev/null
+++ b/srcpkgs/librnnoise-ladspa/template
@@ -0,0 +1,13 @@
+# Template file for 'librnnoise-ladspa'
+pkgname=librnnoise-ladspa
+version=0.91
+revision=1
+wrksrc="noise-suppression-for-voice-${version}"
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DBUILD_VST_PLUGIN=OFF -DBUILD_LV2_PLUGIN=OFF"
+short_desc="Noise suppression plugin based on Xiph's RNNoise"
+maintainer="Kye Shi <shi.kye@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=4f3a112534d4abb5ee2b6c328cde89193dbdb2146cffc98505972c3b5397a35e

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

* Re: [PR PATCH] [Updated] New package: librnnoise-ladspa-0.91
  2021-04-27  1:31 [PR PATCH] New package: rnnoise-ladspa-0.91 kwshi
                   ` (2 preceding siblings ...)
  2021-05-02  0:03 ` kwshi
@ 2021-05-02  0:41 ` kwshi
  2021-05-02  0:42 ` kwshi
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: kwshi @ 2021-05-02  0:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kwshi/void-packages rnnoise-ladspa
https://github.com/void-linux/void-packages/pull/30528

New package: librnnoise-ladspa-0.91
<!-- Mark items with [x] where applicable -->

Noise suppression plugin from https://github.com/werman/noise-suppression-for-voice.  I don't use this library directly but instead use [Cadmus](https://github.com/josh-richardson/cadmus), which depends on this library.

#### 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 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/30528.patch is attached

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

From 4e0ed9a9d5d87dc041a62785db5f50f9f39133f3 Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Mon, 26 Apr 2021 18:30:41 -0700
Subject: [PATCH] New package: librnnoise-ladspa-0.91

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

diff --git a/srcpkgs/librnnoise-ladspa/template b/srcpkgs/librnnoise-ladspa/template
new file mode 100644
index 000000000000..565a6924f51c
--- /dev/null
+++ b/srcpkgs/librnnoise-ladspa/template
@@ -0,0 +1,13 @@
+# Template file for 'librnnoise-ladspa'
+pkgname=librnnoise-ladspa
+version=0.91
+revision=1
+wrksrc="noise-suppression-for-voice-${version}"
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DBUILD_VST_PLUGIN=OFF -DBUILD_LV2_PLUGIN=OFF"
+short_desc="Noise suppression plugin based on Xiph's RNNoise"
+maintainer="Kye Shi <shi.kye@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=4f3a112534d4abb5ee2b6c328cde89193dbdb2146cffc98505972c3b5397a35e

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

* Re: [PR PATCH] [Updated] New package: librnnoise-ladspa-0.91
  2021-04-27  1:31 [PR PATCH] New package: rnnoise-ladspa-0.91 kwshi
                   ` (3 preceding siblings ...)
  2021-05-02  0:41 ` kwshi
@ 2021-05-02  0:42 ` kwshi
  2022-05-18  2:09 ` github-actions
  2022-06-02  2:13 ` [PR PATCH] [Closed]: " github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: kwshi @ 2021-05-02  0:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kwshi/void-packages rnnoise-ladspa
https://github.com/void-linux/void-packages/pull/30528

New package: librnnoise-ladspa-0.91
<!-- Mark items with [x] where applicable -->

Noise suppression plugin from https://github.com/werman/noise-suppression-for-voice.  I don't use this library directly but instead use [Cadmus](https://github.com/josh-richardson/cadmus), which depends on this library.

#### 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 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/30528.patch is attached

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

From 21689e9ac8fbe16b8a8f71c878c5905e360af7cd Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Mon, 26 Apr 2021 18:30:41 -0700
Subject: [PATCH] New package: librnnoise-ladspa-0.91

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

diff --git a/srcpkgs/librnnoise-ladspa/template b/srcpkgs/librnnoise-ladspa/template
new file mode 100644
index 000000000000..565a6924f51c
--- /dev/null
+++ b/srcpkgs/librnnoise-ladspa/template
@@ -0,0 +1,13 @@
+# Template file for 'librnnoise-ladspa'
+pkgname=librnnoise-ladspa
+version=0.91
+revision=1
+wrksrc="noise-suppression-for-voice-${version}"
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DBUILD_VST_PLUGIN=OFF -DBUILD_LV2_PLUGIN=OFF"
+short_desc="Noise suppression plugin based on Xiph's RNNoise"
+maintainer="Kye Shi <shi.kye@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/werman/noise-suppression-for-voice"
+distfiles="https://github.com/werman/noise-suppression-for-voice/archive/refs/tags/v${version}.tar.gz"
+checksum=4f3a112534d4abb5ee2b6c328cde89193dbdb2146cffc98505972c3b5397a35e

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

* Re: New package: librnnoise-ladspa-0.91
  2021-04-27  1:31 [PR PATCH] New package: rnnoise-ladspa-0.91 kwshi
                   ` (4 preceding siblings ...)
  2021-05-02  0:42 ` kwshi
@ 2022-05-18  2:09 ` github-actions
  2022-06-02  2:13 ` [PR PATCH] [Closed]: " github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-05-18  2:09 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/30528#issuecomment-1129493056

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] 8+ messages in thread

* Re: [PR PATCH] [Closed]: New package: librnnoise-ladspa-0.91
  2021-04-27  1:31 [PR PATCH] New package: rnnoise-ladspa-0.91 kwshi
                   ` (5 preceding siblings ...)
  2022-05-18  2:09 ` github-actions
@ 2022-06-02  2:13 ` github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-06-02  2:13 UTC (permalink / raw)
  To: ml

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

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

New package: librnnoise-ladspa-0.91
https://github.com/void-linux/void-packages/pull/30528

Description:
<!-- Mark items with [x] where applicable -->

Noise suppression plugin from https://github.com/werman/noise-suppression-for-voice.  I don't use this library directly but instead use [Cadmus](https://github.com/josh-richardson/cadmus), which depends on this library.

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


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

end of thread, other threads:[~2022-06-02  2:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-27  1:31 [PR PATCH] New package: rnnoise-ladspa-0.91 kwshi
2021-04-27  1:41 ` [PR PATCH] [Updated] " kwshi
2021-05-02  0:01 ` [PR PATCH] [Updated] New package: librnnoise-ladspa-0.91 kwshi
2021-05-02  0:03 ` kwshi
2021-05-02  0:41 ` kwshi
2021-05-02  0:42 ` kwshi
2022-05-18  2:09 ` github-actions
2022-06-02  2:13 ` [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).