summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-05-06 11:05:22 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-05-06 11:05:22 -0700
commit639e00db14870e1cb47f3dc782db561dd67f8785 (patch)
treecb430b2e40ad438969783fe8319a49f50bd7d992
parentUnify build with firefox-basic (diff)
downloadfirefox-esr-639e00db14870e1cb47f3dc782db561dd67f8785.tar.xz
Improve depends for audio
-rw-r--r--PKGBUILD14
1 files changed, 6 insertions, 8 deletions
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')