Fusselbär
Makefile Voyeur
Hallo,
mir ist heute aufgefallen, das ich mir kürzlich Pulseaudio eingetreten habe.
Kommt wohl vom Chromium.
Hier meine Konfiguration vom Chromium Port:
Anscheinend ist es speechd, was das Pulseaudio reinziehen auslöst.
Leider lässt sich aber Chromium auch nicht mehr bauen, wenn speechd aus den LIB_DEPENDS im Makefile herausgenommen wird.
Die speechd Abhängigkeit ist wohl mit Chromium Version 27.0.1453.81 hinzugekommen.
Obwohl hier bei mir der speech-dispatcher ohne Pulsaudio konfiguriert ist, zieht sich Chromium Pulsaudio als Abhängigkeit rein.
Ich mag kein Pulsaudio haben.
mir ist heute aufgefallen, das ich mir kürzlich Pulseaudio eingetreten habe.
Kommt wohl vom Chromium.
Hier meine Konfiguration vom Chromium Port:
Code:
make showconfig
===> The following configuration options are available for chromium-27.0.1453.93:
CLANG=on: Build Chromium with Clang instead of GCC 4.6+
CODECS=on: Compile and enable patented codecs like H.264
DEBUG=off: Install debug symbols
GCONF=on: GConf configuration backend support
PULSEAUDIO=off: PulseAudio sound server support
===> Use 'make config' to modify these settings
Leider lässt sich aber Chromium auch nicht mehr bauen, wenn speechd aus den LIB_DEPENDS im Makefile herausgenommen wird.
Code:
### speechd:${PORTSDIR}/accessibility/speech-dispatcher \
Obwohl hier bei mir der speech-dispatcher ohne Pulsaudio konfiguriert ist, zieht sich Chromium Pulsaudio als Abhängigkeit rein.
Code:
make showconfig
===> The following configuration options are available for speech-dispatcher-0.7.1_3:
ALSA=off: ALSA audio architecture support
AO=off: libao audio library support
ESPEAK=on: eSpeak output module
FESTIVAL=off: Festival output module
FLITE=off: Festival Lite output module
NAS=off: Network Audio System support
PULSEAUDIO=off: PulseAudio sound server support
PYTHON=off: Python bindings or support
===> Use 'make config' to modify these settings