From 74b19f3d7f51661b8db4378c5ed6d4a7dcdca308 Mon Sep 17 00:00:00 2001 From: tibequadorian 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 b6f538d5be..06360211a2 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 580dde47a0..2ddf6c24ee 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 8750a40db1..a3d59f8c5e 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 8fc8f01bbc..1fe79b02e2 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 55e49689fe..abac187c2d 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 8dd5947d26..2e21b38230 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}"