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

Re-enable GStreamer; needed for MP3 playback.

parent ad2a3458
No related branches found
Tags 43.0-1
No related merge requests found
......@@ -3,7 +3,7 @@
pkgname=firefox
pkgver=43.0
pkgrel=1
pkgrel=2
pkgdesc="Standalone web browser from mozilla.org"
arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
......@@ -12,9 +12,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')
......@@ -25,7 +27,7 @@ source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/
vendor.js
firefox-fixed-loading-icon.png)
sha256sums=('a5b16741dcce9344ca71e39e0efb0e7e1336ca5160cb9b6b12f8985f402d8fea'
'b8ecaae997c6a9e3b99903be7aa7c02d46cc0c4b7d6334e796fa32dc8eccc692'
'0a6968180eba6d66b549cebb4106540280600614e91a72a95955e739d4b75fb9'
'c202e5e18da1eeddd2e1d81cb3436813f11e44585ca7357c4c5f1bddd4bec826'
'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
'4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
......
......@@ -2,6 +2,8 @@
ac_add_options --prefix=/usr
ac_add_options --libdir=/usr/lib
ac_add_options --enable-release
ac_add_options --enable-gold
ac_add_options --enable-pie
ac_add_options --enable-official-branding
......@@ -27,7 +29,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
......
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