diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-06-28 11:03:14 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-06-28 11:05:43 -0300 |
commit | 555e0c3b439c078aa02092cd152f77cae57d5599 (patch) | |
tree | 02056e890a855379df38845728a277340921ece7 | |
parent | 56bffade1deaafebf17b08533879cf12f53468a8 (diff) |
icecat-38.8.0_gnu2-1: updating version
* enable gstreamer support
-rw-r--r-- | libre/icecat/PKGBUILD | 12 | ||||
-rw-r--r-- | libre/icecat/mozconfig | 2 |
2 files changed, 8 insertions, 6 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index 9a837aac4..2fe7d2e39 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -13,9 +13,9 @@ _pgo=true pkgname=icecat -_pkgver=38.8.0-gnu1 +_pkgver=38.8.0-gnu2 pkgver=${_pkgver//-/_} -pkgrel=3 +pkgrel=1 pkgdesc="GNU IceCat, the standalone web browser based on Mozilla Firefox." arch=(i686 x86_64) @@ -28,10 +28,12 @@ if $_pgo; then options+=(!ccache) fi optdepends=('networkmanager: Location detection via available WiFi networks' + 'gst-plugins-good: h.264 video' + 'gst-libav: h.264 video' 'upower: Battery API') url="http://www.gnu.org/software/gnuzilla/" install=$pkgname.install -source=(http://ftp.gnu.org/gnu/gnuzilla/${_pkgver%-*}/$pkgname-$_pkgver.tar.bz2{,.sig} +source=(http://ftp.gnu.org/gnu/gnuzilla/$_pkgver/$pkgname-$_pkgver.tar.bz2{,.sig} #mksource=(http://jenkins.trisquel.info/$pkgname/$pkgname-$_pkgver.tar.bz2) #source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$_pkgver.tar.bz2{,.sig} mozconfig @@ -44,9 +46,9 @@ source=(http://ftp.gnu.org/gnu/gnuzilla/${_pkgver%-*}/$pkgname-$_pkgver.tar.bz2{ $pkgname-fixed-loading-icon.png remove-google-play-services-support.patch disable-crypto-hardening-settings.patch) -sha256sums=('97f76e85cc6f98463f0e0b0e845826816032770f9b589db69ece6b1cff21936c' +sha256sums=('0b0a323c7e167c3d23df9c1d33d2ca2d8c5deaca3f43841f4b2a5fac7f5067f9' 'SKIP' - '19783b0cca336bca7c262f597acc176ca640756e7567ca6587a46b860f12ef91' + 'ced9ddfe6458524cf4f26f86d9bda8f0bcb747c233dc161df6af9ab56dd166ef' 'dd173c9283babb8a04bf55274de05e823161f7d13adb8c5e21dd5a9c0dc549a2' '93e3001ce152e1d142619e215a9ef07dd429943b99d21726c25da9ceb31e31cd' '52df9ffeb52166ed4abd9a132ee4a9017b9c4980f0725ba383610ccfb06d4745' diff --git a/libre/icecat/mozconfig b/libre/icecat/mozconfig index 40ecc5add..21630b0ed 100644 --- a/libre/icecat/mozconfig +++ b/libre/icecat/mozconfig @@ -22,7 +22,7 @@ ac_add_options --enable-system-pixman # Features ac_add_options --enable-optimize ac_add_options --enable-startup-notification -ac_add_options --disable-gstreamer +ac_add_options --enable-gstreamer=1.0 ac_add_options --disable-updater ac_add_options --disable-crashreporter ac_add_options --disable-installer |