diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-05-07 22:27:08 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-05-07 22:27:08 -0300 |
commit | 0fff0912cd1b37fbf6056523b184251e675d1c62 (patch) | |
tree | e7bb0510170b6f7230cc4a6df4cc34bd181c994a /libre/icecat | |
parent | c2f0205881eddc0f4647fd82b1b77611ff81fc32 (diff) | |
download | abslibre-0fff0912cd1b37fbf6056523b184251e675d1c62.tar.gz abslibre-0fff0912cd1b37fbf6056523b184251e675d1c62.tar.bz2 abslibre-0fff0912cd1b37fbf6056523b184251e675d1c62.zip |
ice{weasel-libre,cat,ape-libre}: rebuilding with gstreamer support
Diffstat (limited to 'libre/icecat')
-rw-r--r-- | libre/icecat/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/icecat/mozconfig | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index 23749dafd..305068a69 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -14,7 +14,7 @@ _pgo=true pkgname=icecat pkgver=17.0.1 -pkgrel=8 +pkgrel=9 pkgdesc='GNU IceCat, the standalone web browser based on Mozilla Firefox.' arch=(i686 x86_64 mips64el) license=(MPL GPL LGPL) @@ -42,7 +42,7 @@ source=( ) md5sums=( c88a29aa92fc41a07e777a0e63ac5f7e - 855f11c20d38133d107cc3c6f48162a8 + 5154141da7cf38102927e3addb49ccac 383e8e2a97a8b13fe56d153adb6878b6 3009b176cc5f9b1e416b1bf7c45b064b 1dec37a964098fb3bc46bc767a5c0587 diff --git a/libre/icecat/mozconfig b/libre/icecat/mozconfig index 75b61828a..d1fd0e3f8 100644 --- a/libre/icecat/mozconfig +++ b/libre/icecat/mozconfig @@ -27,7 +27,7 @@ ac_add_options --with-pthreads # Features ac_add_options --enable-startup-notification -#ac_add_options --enable-gstreamer +ac_add_options --enable-gstreamer ac_add_options --disable-crashreporter ac_add_options --disable-updater |