diff options
| -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') | 
