* [PR PATCH] options.description: describe portaudio and clean up from templates
@ 2021-03-06 23:12 tibequadorian
2021-03-06 23:17 ` [PR PATCH] [Updated] " tibequadorian
2021-03-08 2:50 ` [PR PATCH] [Merged]: " ericonr
0 siblings, 2 replies; 3+ messages in thread
From: tibequadorian @ 2021-03-06 23:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1643 bytes --]
There is a new pull request by tibequadorian against master on the void-packages repository
https://github.com/tibequadorian/void-packages portaudio
https://github.com/void-linux/void-packages/pull/29283
options.description: describe portaudio and clean up from templates
<!-- Mark items with [x] where applicable -->
#### General
- [ ] 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
- [ ] 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/29283.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-portaudio-29283.patch --]
[-- Type: text/x-diff, Size: 3513 bytes --]
From f2de9ffa286dd20802ec7427ed4495b39768fd5e Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Mon, 1 Mar 2021 08:03:49 +0100
Subject: [PATCH] options.description: describe portaudio and clean up from
templates
---
common/options.description | 1 +
srcpkgs/Aegisub/template | 1 -
srcpkgs/fmit/template | 1 -
srcpkgs/gqrx/template | 1 -
srcpkgs/libopenmpt/template | 1 -
srcpkgs/spotifyd/template | 1 -
6 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/common/options.description b/common/options.description
index b6f538d5be1..06360211a23 100644
--- a/common/options.description
+++ b/common/options.description
@@ -58,6 +58,7 @@ desc_option_pam="Enable support for PAM"
desc_option_pdf="Enable support to preview PDF files"
desc_option_perl="Enable support for Perl"
desc_option_png="Enable support for PNG images"
+desc_option_portaudio="Enable support for PortAudio"
desc_option_ps="Enable support to preview PS files"
desc_option_pulseaudio="Enable support for the PulseAudio sound server"
desc_option_python="Enable support for Python"
diff --git a/srcpkgs/Aegisub/template b/srcpkgs/Aegisub/template
index 580dde47a0d..2ddf6c24ee6 100644
--- a/srcpkgs/Aegisub/template
+++ b/srcpkgs/Aegisub/template
@@ -23,7 +23,6 @@ build_options_default="fftw"
desc_option_fftw="Enable support for rendering of audio waveforms/spectrum"
desc_option_openal="Enable support for openal"
-desc_option_portaudio="Enable support for portaudio"
LDFLAGS+=" -pthread"
diff --git a/srcpkgs/fmit/template b/srcpkgs/fmit/template
index 8750a40db14..a3d59f8c5e6 100644
--- a/srcpkgs/fmit/template
+++ b/srcpkgs/fmit/template
@@ -19,7 +19,6 @@ checksum=8dc123c84c19d6a9a62b303015255718705d5b0b8448a330d3815dd7f9688b02
build_options="alsa jack portaudio"
build_options_default="alsa jack portaudio"
-desc_option_portaudio="Cross-platform audio API"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-multimedia-devel qt5-svg-devel"
diff --git a/srcpkgs/gqrx/template b/srcpkgs/gqrx/template
index 8fc8f01bbc4..1fe79b02e27 100644
--- a/srcpkgs/gqrx/template
+++ b/srcpkgs/gqrx/template
@@ -22,7 +22,6 @@ checksum=7c626db9f22c3edbe30299a08f7f549b4f30dd83c883595468029a27c3e8fda9
build_options="gr_audio portaudio"
vopt_conflict gr_audio portaudio
desc_option_gr_audio="Enable support for GNU Radio audio (ALSA and JACK)"
-desc_option_portaudio="Enable support for Portaudio"
post_install() {
vinstall gqrx.desktop 644 usr/share/applications
diff --git a/srcpkgs/libopenmpt/template b/srcpkgs/libopenmpt/template
index 55e49689fef..abac187c2df 100644
--- a/srcpkgs/libopenmpt/template
+++ b/srcpkgs/libopenmpt/template
@@ -25,7 +25,6 @@ post_install() {
# Package build options
build_options="pulseaudio sdl2 portaudio"
build_options_default="pulseaudio sdl2 portaudio"
-desc_option_portaudio="Enable support for the PortAudio backend"
libopenmpt-devel_package() {
depends="${sourcepkg}-${version}_${revision}"
diff --git a/srcpkgs/spotifyd/template b/srcpkgs/spotifyd/template
index 8dd5947d269..2e21b38230c 100644
--- a/srcpkgs/spotifyd/template
+++ b/srcpkgs/spotifyd/template
@@ -16,7 +16,6 @@ distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=47b3d9a87a9bc8ff5a46b9ba3ccb5ea0b305964c6f334e601a0316697d8bcd4a
build_options="alsa pulseaudio portaudio dbus"
-desc_option_portaudio="Enable PortAudio backend"
build_options_default="alsa pulseaudio portaudio dbus"
export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] options.description: describe portaudio and clean up from templates
2021-03-06 23:12 [PR PATCH] options.description: describe portaudio and clean up from templates tibequadorian
@ 2021-03-06 23:17 ` tibequadorian
2021-03-08 2:50 ` [PR PATCH] [Merged]: " ericonr
1 sibling, 0 replies; 3+ messages in thread
From: tibequadorian @ 2021-03-06 23:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 380 bytes --]
There is an updated pull request by tibequadorian against master on the void-packages repository
https://github.com/tibequadorian/void-packages portaudio
https://github.com/void-linux/void-packages/pull/29283
options.description: describe portaudio and clean up from templates
[ci skip]
A patch file from https://github.com/void-linux/void-packages/pull/29283.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-portaudio-29283.patch --]
[-- Type: text/x-diff, Size: 3513 bytes --]
From 11a30713d9e0295621f8ce01efc9de3187129c59 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Mon, 1 Mar 2021 08:03:49 +0100
Subject: [PATCH] options.description: describe portaudio and clean up from
templates
---
common/options.description | 1 +
srcpkgs/Aegisub/template | 1 -
srcpkgs/fmit/template | 1 -
srcpkgs/gqrx/template | 1 -
srcpkgs/libopenmpt/template | 1 -
srcpkgs/spotifyd/template | 1 -
6 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/common/options.description b/common/options.description
index b6f538d5be1..06360211a23 100644
--- a/common/options.description
+++ b/common/options.description
@@ -58,6 +58,7 @@ desc_option_pam="Enable support for PAM"
desc_option_pdf="Enable support to preview PDF files"
desc_option_perl="Enable support for Perl"
desc_option_png="Enable support for PNG images"
+desc_option_portaudio="Enable support for PortAudio"
desc_option_ps="Enable support to preview PS files"
desc_option_pulseaudio="Enable support for the PulseAudio sound server"
desc_option_python="Enable support for Python"
diff --git a/srcpkgs/Aegisub/template b/srcpkgs/Aegisub/template
index 580dde47a0d..2ddf6c24ee6 100644
--- a/srcpkgs/Aegisub/template
+++ b/srcpkgs/Aegisub/template
@@ -23,7 +23,6 @@ build_options_default="fftw"
desc_option_fftw="Enable support for rendering of audio waveforms/spectrum"
desc_option_openal="Enable support for openal"
-desc_option_portaudio="Enable support for portaudio"
LDFLAGS+=" -pthread"
diff --git a/srcpkgs/fmit/template b/srcpkgs/fmit/template
index 8750a40db14..a3d59f8c5e6 100644
--- a/srcpkgs/fmit/template
+++ b/srcpkgs/fmit/template
@@ -19,7 +19,6 @@ checksum=8dc123c84c19d6a9a62b303015255718705d5b0b8448a330d3815dd7f9688b02
build_options="alsa jack portaudio"
build_options_default="alsa jack portaudio"
-desc_option_portaudio="Cross-platform audio API"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-multimedia-devel qt5-svg-devel"
diff --git a/srcpkgs/gqrx/template b/srcpkgs/gqrx/template
index 8fc8f01bbc4..1fe79b02e27 100644
--- a/srcpkgs/gqrx/template
+++ b/srcpkgs/gqrx/template
@@ -22,7 +22,6 @@ checksum=7c626db9f22c3edbe30299a08f7f549b4f30dd83c883595468029a27c3e8fda9
build_options="gr_audio portaudio"
vopt_conflict gr_audio portaudio
desc_option_gr_audio="Enable support for GNU Radio audio (ALSA and JACK)"
-desc_option_portaudio="Enable support for Portaudio"
post_install() {
vinstall gqrx.desktop 644 usr/share/applications
diff --git a/srcpkgs/libopenmpt/template b/srcpkgs/libopenmpt/template
index 55e49689fef..abac187c2df 100644
--- a/srcpkgs/libopenmpt/template
+++ b/srcpkgs/libopenmpt/template
@@ -25,7 +25,6 @@ post_install() {
# Package build options
build_options="pulseaudio sdl2 portaudio"
build_options_default="pulseaudio sdl2 portaudio"
-desc_option_portaudio="Enable support for the PortAudio backend"
libopenmpt-devel_package() {
depends="${sourcepkg}-${version}_${revision}"
diff --git a/srcpkgs/spotifyd/template b/srcpkgs/spotifyd/template
index 8dd5947d269..2e21b38230c 100644
--- a/srcpkgs/spotifyd/template
+++ b/srcpkgs/spotifyd/template
@@ -16,7 +16,6 @@ distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=47b3d9a87a9bc8ff5a46b9ba3ccb5ea0b305964c6f334e601a0316697d8bcd4a
build_options="alsa pulseaudio portaudio dbus"
-desc_option_portaudio="Enable PortAudio backend"
build_options_default="alsa pulseaudio portaudio dbus"
export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Merged]: options.description: describe portaudio and clean up from templates
2021-03-06 23:12 [PR PATCH] options.description: describe portaudio and clean up from templates tibequadorian
2021-03-06 23:17 ` [PR PATCH] [Updated] " tibequadorian
@ 2021-03-08 2:50 ` ericonr
1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-03-08 2:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 210 bytes --]
There's a merged pull request on the void-packages repository
options.description: describe portaudio and clean up from templates
https://github.com/void-linux/void-packages/pull/29283
Description:
[ci skip]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-03-08 2:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-06 23:12 [PR PATCH] options.description: describe portaudio and clean up from templates tibequadorian
2021-03-06 23:17 ` [PR PATCH] [Updated] " tibequadorian
2021-03-08 2:50 ` [PR PATCH] [Merged]: " ericonr
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).