Date: Tuesday, June 17, 2014 @ 01:51:06 Author: kkeen Revision: 113262
upgpkg: seamonkey 2.26.1-1 and FS#40162 Modified: seamonkey/trunk/PKGBUILD seamonkey/trunk/mozconfig -----------+ PKGBUILD | 12 ++++++++---- mozconfig | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-06-16 19:17:35 UTC (rev 113261) +++ PKGBUILD 2014-06-16 23:51:06 UTC (rev 113262) @@ -2,20 +2,24 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=seamonkey -pkgver=2.26 +pkgver=2.26.1 pkgrel=1 pkgdesc="SeaMonkey internet suite" arch=('i686' 'x86_64') license=('MPL') depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'nss' 'sqlite' 'startup-notification' 'libpulse' 'icu') -makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'yasm' 'wireless_tools' 'mesa' 'autoconf2.13' 'imake' 'python3') +makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'yasm' 'wireless_tools' 'mesa' 'autoconf2.13' 'imake' 'python3' 'gstreamer0.10-base') +optdepends=('gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing' + 'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding' + 'gstreamer0.10-good-plugins: webm and mp4 demuxing' + 'gstreamer0.10-ugly-plugins: h.264 decoding') install=$pkgname.install url="http://www.seamonkey-project.org/" source=(ftp://ftp.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2 mozconfig seamonkey-2.0-lang.patch) -md5sums=('1749f6350209e35e0bede3bf4e56c42c' - '925c96ed78ac587ac90d29cccc22bcbb' +md5sums=('4bfa46b370b4d211eef56b90277a9517' + '9b6d65e9b77acf9fd7c6e3578a5d2acd' '25b6fe16ac24cd5c852213e5c1adb272') prepare() { Modified: mozconfig =================================================================== --- mozconfig 2014-06-16 19:17:35 UTC (rev 113261) +++ mozconfig 2014-06-16 23:51:06 UTC (rev 113262) @@ -23,8 +23,8 @@ ac_add_options --enable-startup-notification ac_add_options --enable-safe-browsing ac_add_options --enable-gio -ac_add_options --disable-gstreamer -#ac_add_options --enable-pulseaudio +#ac_add_options --disable-gstreamer +ac_add_options --enable-pulseaudio ac_add_options --disable-gnomevfs
