diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-01-18 03:49:12 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-01-18 04:01:52 -0300 |
commit | a9610006c83a205649de94ed8b498f0ca0a1b6f6 (patch) | |
tree | fe8d75a4a42fbec027b84baa0fe7dc1e19734328 | |
parent | ded2b0f0db999fd511469ae8ddc49a299627ab10 (diff) | |
download | abslibre-a9610006c83a205649de94ed8b498f0ca0a1b6f6.tar.gz abslibre-a9610006c83a205649de94ed8b498f0ca0a1b6f6.tar.bz2 abslibre-a9610006c83a205649de94ed8b498f0ca0a1b6f6.zip |
iceweasel-1:50.1.0.deb1-2: disable JACK support again - FS#52183 -> https://bugs.archlinux.org/task/52183
* remove version limitation in libvpx dependency since rebuilding wasn't necessary for the 1.6.1 version
-rw-r--r-- | libre/iceweasel/PKGBUILD | 8 | ||||
-rw-r--r-- | libre/iceweasel/mozconfig | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index fb4b5b1d3..1d7bfd44c 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -30,12 +30,12 @@ _pkgname=firefox pkgname=iceweasel epoch=1 pkgver=$_debver.$_debrel -pkgrel=1 +pkgrel=2 pkgdesc="A libre version of Debian Iceweasel, the standalone web browser based on Mozilla Firefox." arch=(i686 x86_64 armv7h) license=(MPL GPL LGPL) -depends=(alsa-lib dbus-glib ffmpeg gtk2 gtk3 hunspell icu=58.2 libevent libvpx=1.6.0 libxt mime-types mozilla-common nss sqlite startup-notification ttf-font) -makedepends=(autoconf2.13 diffutils gconf imagemagick imake inetutils jack libidl2 libpulse librsvg-stable libxslt mesa mozilla-searchplugins pkg-config python2 quilt unzip yasm zip) +depends=(alsa-lib dbus-glib ffmpeg gtk2 gtk3 hunspell icu=58.2 libevent libvpx libxt mime-types mozilla-common nss sqlite startup-notification ttf-font) +makedepends=(autoconf2.13 diffutils gconf imagemagick imake inetutils libidl2 libpulse librsvg-stable libxslt mesa mozilla-searchplugins pkg-config python2 quilt unzip yasm zip) makedepends_i686=(cargo) makedepends_x86_64=("${makedepends_i686[@]}") options=(!emptydirs !makeflags debug) @@ -70,7 +70,7 @@ sha256sums=('9400f3d87077b7f9bdd746a52f424f0bd53435ff54412d4a236b2a43acabade3' '8924ea69223157369dd26fccf5118ceb7e55e951e863e338cc3c3832f33d3b53' 'c9a9f1b712598990ae60810d9e002d340bf0c016e284b11bc4169424b833b641' 'SKIP' - '97313b3bace4fe9940362a787882b7b1d11dc044e7943d1c833b8e6c168053ee' + '620e9fef398b2e26c121b6f21da5eefe178a54c9e0320221f5448827d75ab1d4' '013af398e97da9e855a143582816bf819e0d9d8d2b0e323d6b832f3df1157fdd' '32f1fe3ad4f80d0ae419064db2abe49b97cd7cb18c35d68be1a2befb60172a2a' '93e3001ce152e1d142619e215a9ef07dd429943b99d21726c25da9ceb31e31cd' diff --git a/libre/iceweasel/mozconfig b/libre/iceweasel/mozconfig index 575ea25dd..2558a827b 100644 --- a/libre/iceweasel/mozconfig +++ b/libre/iceweasel/mozconfig @@ -25,7 +25,6 @@ ac_add_options --enable-system-ffi ac_add_options --enable-system-pixman # Features -ac_add_options --enable-jack ac_add_options --enable-startup-notification ac_add_options --disable-updater ac_add_options --disable-crashreporter |