Skip to content
Snippets Groups Projects
Commit 649a8681 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

Depend on ffmpeg2.8 until Firefox 46 is released (which will support

ffmpeg 3.0); also make it a hard dependency to avoid segfaults which
occur when ffmpeg0.10 (libavcodec.so.53) is used.
parent 0b45fef6
No related branches found
No related tags found
No related merge requests found
......@@ -3,18 +3,17 @@
pkgname=firefox
pkgver=44.0.2
pkgrel=1
pkgrel=2
pkgdesc="Standalone web browser from mozilla.org"
arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
url="https://www.mozilla.org/firefox/"
depends=('gtk3' 'gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
'dbus-glib' 'alsa-lib' 'desktop-file-utils' 'hicolor-icon-theme'
'dbus-glib' 'alsa-lib' 'ffmpeg2.8' 'desktop-file-utils' 'hicolor-icon-theme'
'libvpx' 'icu' 'libevent' 'nss' 'hunspell' 'sqlite' 'ttf-font')
makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf'
'xorg-server-xvfb' 'libpulse' 'inetutils')
optdepends=('networkmanager: Location detection via available WiFi networks'
'ffmpeg: H264/AAC/MP3 decoding'
'upower: Battery API')
install=firefox.install
options=('!emptydirs' '!makeflags')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment