options.description: describe portaudio and clean up from templates
This commit is contained in:
parent
719f246ef1
commit
74b19f3d7f
6 changed files with 1 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}"
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue