Hello. On Tue, 23 Oct 2018 20:08:37 +0200 (CEST) zaz.colmant@free.fr wrote:
On Tue, Oct 23, 2018 at 06:03:30PM +0200, Fredrik wrote:
Thanks for testing. cbindgen along with firefox-bin is now available in opt!
Firefox compiled fine this time. Firefox ran smoothly and it even gave me back the icons on the "Firefox home" page (they had disappeared in previous release(s?)
I then tested firefox-bin. Firefox has no sound (I use alsa only, no pulsiaudio).
Xavier
The official firefox binaries from the mozilla.org website require pulseaudio. But there is a wrapper available for it which enables sound with alsa only. Someone created a port for the wrapper which I slightly modified: # Description: PulseAudio emulation for ALSA. # URL: https://github.com/i-rinat/apulse # Maintainer: # Depends on: glib alsa-lib cmake name=apulse version=0.1.12 release=1 source=(https://github.com/i-rinat/$name/archive/v$version.tar.gz) build() { cd $name-$version cmake . \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release make make DESTDIR=$PKG install } Maybe it should be included in opt? Regards Markus Heinz