[arch-commits] Commit in firefox/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat Feb 20 09:21:03 UTC 2016


    Date: Saturday, February 20, 2016 @ 10:21:03
  Author: foutrelis
Revision: 260037

upgpkg: firefox 44.0.2-2

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.

Modified:
  firefox/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-20 07:13:30 UTC (rev 260036)
+++ PKGBUILD	2016-02-20 09:21:03 UTC (rev 260037)
@@ -4,18 +4,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')



More information about the arch-commits mailing list