diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-06 11:05:22 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-06 11:05:22 -0700 |
commit | 639e00db14870e1cb47f3dc782db561dd67f8785 (patch) | |
tree | cb430b2e40ad438969783fe8319a49f50bd7d992 /PKGBUILD | |
parent | Unify build with firefox-basic (diff) | |
download | firefox-639e00db14870e1cb47f3dc782db561dd67f8785.tar.xz |
Improve depends for audio
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -9,7 +9,6 @@ # Arch version uses git # Arch version uses python2 # Arch version uses clang -# Arch version doesn't use alsa # Arch version requires signed addons # Arch version doesn't remove system addons # Arch version enables debug symbols @@ -23,16 +22,15 @@ arch=(x86_64) license=(MPL GPL LGPL) url="https://www.mozilla.org/firefox/" depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib - ffmpeg nss ttf-font alsa-lib sqlite libvpx icu) + ffmpeg nss ttf-font libpulse alsa-lib sqlite libvpx icu) makedepends=(unzip zip diffutils python-setuptools yasm mesa imake inetutils - xorg-server-xvfb autoconf2.13 rust clang llvm gtk2 - python python2 nodejs python-psutil cbindgen nasm - jack libpulse - ) + xorg-server-xvfb autoconf2.13 rust clang llvm jack gtk2 + python nodejs python-psutil cbindgen nasm python2) optdepends=('networkmanager: Location detection via available WiFi networks' - 'jack: Jack audio support' 'libnotify: Notification integration' - 'libpulse: PulseAudio support' + 'alsa-utils: ALSA support' + 'jack: Jack support' + 'pulseaudio: PulseAudio support' 'speech-dispatcher: Text-to-Speech' 'hunspell-en_CA: Spell checking, Canadian English' 'firefox-config: Custom vendor.js') |