Package: gqrx-sdr Version: 2.3.1-2.0.1 Severity: wishlist Dear Maintainer,
Hi. I recently installed gqrx-sdr from jessie (2.3.1-2) and found that it required pulseaudio. I don't run pulse on this system as it breaks some other software. Although gqrx-sdr installed okay without the pulseaudio daemon being installed, gqrx did not start successfully. AFAIK, there is no way to disable libpulse at runtime. I decided to recompile with the attached patch to build an alsa binary. This works. I'd like to see this supported by debian, perhaps by building two packages, gqrx-pulse and gqrx-alsa. Please consider this and other options to support a non-pulseaudio system. Thank you. -Chris -- System Information: Debian Release: 8.0 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) Versions of packages gqrx-sdr depends on: ii libboost-program-options1.55.0 1.55.0+dfsg-3 ii libboost-system1.55.0 1.55.0+dfsg-3 ii libc6 2.19-18 ii libgcc1 1:4.9.2-10 ii libgnuradio-analog3.7.5 3.7.5-5 ii libgnuradio-audio3.7.5 3.7.5-5 ii libgnuradio-blocks3.7.5 3.7.5-5 ii libgnuradio-fft3.7.5 3.7.5-5 ii libgnuradio-filter3.7.5 3.7.5-5 ii libgnuradio-osmosdr0.1.3 0.1.3-2 ii libgnuradio-pmt3.7.5 3.7.5-5 ii libgnuradio-runtime3.7.5 3.7.5-5 ii libqt4-network 4:4.8.6+git64-g5dc8b2b+dfsg-3 ii libqt4-svg 4:4.8.6+git64-g5dc8b2b+dfsg-3 ii libqtcore4 4:4.8.6+git64-g5dc8b2b+dfsg-3 ii libqtgui4 4:4.8.6+git64-g5dc8b2b+dfsg-3 ii libstdc++6 4.9.2-10 ii libvolk0.0.0 3.7.5-5 gqrx-sdr recommends no packages. gqrx-sdr suggests no packages. -- no debconf information
Description: build without pulse audio support . gqrx-sdr (2.3.1-2.0.1) unstable; urgency=low . * Build without pulse audio Author: Chris Ruvolo <cruv...@gmail.com> --- gqrx-sdr-2.3.1.orig/gqrx.pro +++ gqrx-sdr-2.3.1/gqrx.pro @@ -30,8 +30,8 @@ CONFIG += link_pkgconfig unix:!macx { packagesExist(libpulse libpulse-simple) { # Comment out to use gr-audio (not recommended with ALSA and Funcube Dongle Pro) - AUDIO_BACKEND = pulse - message("Gqrx configured with pulseaudio backend") + #AUDIO_BACKEND = pulse + #message("Gqrx configured with pulseaudio backend") } }