From 639e00db14870e1cb47f3dc782db561dd67f8785 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 6 May 2019 11:05:22 -0700 Subject: Improve depends for audio --- PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index e5b4e4e..29ff74b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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') -- cgit v1.2.1