From cc0d59a617bc7ccacbc54497a1df60019154395d Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 16 Dec 2015 14:42:15 +0000 Subject: [PATCH] extra/firefox to 43.0-2 --- extra/firefox/PKGBUILD | 8 +++++--- extra/firefox/mozconfig | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD index 816a44c63..a74d55c36 100644 --- a/extra/firefox/PKGBUILD +++ b/extra/firefox/PKGBUILD @@ -10,7 +10,7 @@ highmem=1 pkgname=firefox pkgver=43.0 -pkgrel=1 +pkgrel=2 pkgdesc="Standalone web browser from mozilla.org" arch=('i686' 'x86_64') license=('MPL' 'GPL' 'LGPL') @@ -19,9 +19,11 @@ depends=('gtk3' 'gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-typ 'dbus-glib' 'alsa-lib' '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') + 'xorg-server-xvfb' 'libpulse' 'inetutils' 'gst-plugins-base-libs') optdepends=('networkmanager: Location detection via available WiFi networks' 'ffmpeg: H264/AAC decoding' + 'gst-plugins-good: MP3 playback' + 'gst-plugins-ugly: MP3 playback' 'upower: Battery API') install=firefox.install options=('!emptydirs' '!makeflags') @@ -33,7 +35,7 @@ source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/ firefox-fixed-loading-icon.png no-neon.patch) sha256sums=('a5b16741dcce9344ca71e39e0efb0e7e1336ca5160cb9b6b12f8985f402d8fea' - '52633731c506526f88257f243771a3b1861b34f40a356c434741d7c6f61f0832' + '968c91780ce92fa27ae443df29ebb7440c26ee89ea3439a5e4ae5fd0ca3fab12' 'c202e5e18da1eeddd2e1d81cb3436813f11e44585ca7357c4c5f1bddd4bec826' 'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd' '4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4' diff --git a/extra/firefox/mozconfig b/extra/firefox/mozconfig index 2a686403f..63cd0c22d 100644 --- a/extra/firefox/mozconfig +++ b/extra/firefox/mozconfig @@ -2,6 +2,7 @@ ac_add_options --prefix=/usr ac_add_options --libdir=/usr/lib +ac_add_options --enable-release ac_add_options --enable-pie ac_add_options --enable-official-branding @@ -29,7 +30,7 @@ ac_add_options --enable-system-pixman # Features ac_add_options --enable-startup-notification ac_add_options --enable-pulseaudio -ac_add_options --disable-gstreamer +ac_add_options --enable-gstreamer=1.0 ac_add_options --disable-crashreporter ac_add_options --disable-updater