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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Wed Jun 11 09:36:00 UTC 2014


    Date: Wednesday, June 11, 2014 @ 11:36:00
  Author: foutrelis
Revision: 214984

upgpkg: firefox 30.0-1

New upstream release.

Modified:
  firefox/trunk/PKGBUILD
  firefox/trunk/mozconfig

-----------+
 PKGBUILD  |   17 +++++++----------
 mozconfig |    1 +
 2 files changed, 8 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-11 09:35:59 UTC (rev 214983)
+++ PKGBUILD	2014-06-11 09:36:00 UTC (rev 214984)
@@ -3,8 +3,8 @@
 # Contributor: Jakub Schmidtke <sjakub at gmail.com>
 
 pkgname=firefox
-pkgver=29.0.1
-pkgrel=2
+pkgver=30.0
+pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -13,14 +13,11 @@
          'dbus-glib' 'alsa-lib' 'desktop-file-utils' 'hicolor-icon-theme'
          'libvpx' 'icu' 'libevent' 'nss' 'hunspell' 'sqlite')
 makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake'
-             'xorg-server-xvfb' 'libpulse' 'gstreamer0.10-base'
+             'xorg-server-xvfb' 'libpulse' 'gst-plugins-base-libs'
              'inetutils' 'clang')
 optdepends=('networkmanager: Location detection via available WiFi networks'
-            'gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
-            'gstreamer0.10-good-plugins: webm and mp4 demuxing'
-            'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
-            'gstreamer0.10-ugly-plugins: h.264 and mp3 decoding'
-            'gstreamer0.10-ffmpeg: more decoders'
+            'gst-plugins-good: h.264 video'
+            'gst-libav: h.264 video'
             'libpulse: PulseAudio audio driver')
 install=firefox.install
 options=('!emptydirs' '!makeflags')
@@ -27,9 +24,9 @@
 source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2{,.asc}
         mozconfig firefox.desktop firefox-install-dir.patch vendor.js
         firefox-20.0.1-fixed-loading-icon.png)
-sha256sums=('813e09f9ca4cd9d34648b54f657164817c221874854bd0d316ed859ed7accea2'
+sha256sums=('1e95740a8cf7095e210fb6a2313c4d0fba4fdf44ee7c327d01f202638403c22c'
             'SKIP'
-            'c3ec2518bc5a5bc072584dd273dbd3ee47c80a7565a2d6226abeeb7d7ba902be'
+            '2e04ee3aefb33bb0f9367e6e88c8ded2cb3e8926fce75a71acfb34b0619dc650'
             'd2a7610393ba259c35e3227b92e02ec91095a95189f56ac93ccdf6732772719c'
             'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
             '4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'

Modified: mozconfig
===================================================================
--- mozconfig	2014-06-11 09:35:59 UTC (rev 214983)
+++ mozconfig	2014-06-11 09:36:00 UTC (rev 214984)
@@ -24,6 +24,7 @@
 # Features
 ac_add_options --enable-startup-notification
 ac_add_options --enable-pulseaudio
+ac_add_options --enable-gstreamer=1.0
 
 ac_add_options --disable-crashreporter
 ac_add_options --disable-updater




More information about the arch-commits mailing list