summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfreaj <freaj@riseup.net>2015-03-21 22:19:34 +0100
committerfreaj <freaj@riseup.net>2015-03-21 22:19:34 +0100
commit2de73cb89d1b83cf362a7ce727af59f9a5c046a6 (patch)
treefde1251b0634cf3faa01c825eb9d3e5a9b86ee7a
parentda306ac993e8cde8f4db2cf4f2954e97c703a716 (diff)
parent29f6c8a6b3797a9099144ab79cebbcfb0bfb0a9a (diff)
Merge branch 'master' of git://projects.parabola.nu/abslibre/abslibre
-rw-r--r--libre/blender/PKGBUILD13
-rw-r--r--libre/calibre/PKGBUILD8
-rw-r--r--libre/icecat-adblock-plus/PKGBUILD6
-rw-r--r--libre/icecat-firebug/PKGBUILD6
-rw-r--r--libre/icecat-noscript/PKGBUILD6
-rw-r--r--libre/icecat-spell-ru/PKGBUILD12
-rw-r--r--libre/iceweasel-adblock-plus/PKGBUILD6
-rw-r--r--libre/iceweasel-firebug/PKGBUILD6
-rw-r--r--libre/iceweasel-noscript/PKGBUILD6
-rw-r--r--libre/iceweasel-spell-ru/PKGBUILD12
-rw-r--r--libre/luxrays/PKGBUILD6
-rw-r--r--libre/luxrender/PKGBUILD6
12 files changed, 47 insertions, 46 deletions
diff --git a/libre/blender/PKGBUILD b/libre/blender/PKGBUILD
index 925292f40..c09e98df8 100644
--- a/libre/blender/PKGBUILD
+++ b/libre/blender/PKGBUILD
@@ -29,7 +29,7 @@ _pkgver=2.73a
_depver=${_pkgver%[a-z]}
[[ $_git == no ]] && pkgver=$_pkgver
[[ $_git == yes ]] && pkgver=$_pkgver.git1.$_gitcommit
-pkgrel=2.parabola2
+pkgrel=4.parabola1
epoch=16
_jpgver=1.5
_llvmver=3.5
@@ -40,10 +40,11 @@ arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
url="http://www.$pkgbase.org"
depends=('boost-libs' 'desktop-file-utils' 'ffmpeg' 'fftw' 'freeglut' 'freetype2'
- 'glew' 'hicolor-icon-theme' 'jack' 'libpng' 'libsndfile' 'libspnav'
+ 'glew' 'hicolor-icon-theme' 'jack' 'jemalloc' 'libpng' 'libsndfile' 'libspnav'
'libtiff' 'openal' 'opencolorio' 'opencollada' 'openexr' 'openimageio'
- 'openshadinglanguage' 'python-requests' 'shared-mime-info' 'xdg-utils')
-makedepends=('boost' 'cmake' 'git') # 'bullet' (boost: for cycles, booleans, audaspace and/or i18n)
+ 'openjpeg' 'openshadinglanguage' 'python' 'python-requests' 'shared-mime-info'
+ 'xdg-utils')
+makedepends=('boost' 'cmake' 'git' 'llvm35' 'mesa') # 'bullet' (boost: for cycles, booleans, audaspace and/or i18n)
optdepends=('bullet: for Rigid Bodies and Physics Simulation'
#'opencl-mesa: for rendering with optional Mesa OpenCL'
'blender-addon-gimp: for import GIMP images to scene'
@@ -113,7 +114,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCYCLES_OSL=/usr \
- -DLLVM_STATIC=OFF \
+ -DLLVM_STATIC=ON \
-DLLVM_VERSION=$_llvmver \
-DOPENIMAGEIO_ROOT_DIR=/usr \
-DOPENJPEG_INCLUDE_DIR=/usr/include/openjpeg-$_jpgver \
@@ -172,7 +173,7 @@ build() {
-DWITH_JACK=ON \
-DWITH_JACK_DYNLOAD=OFF \
-DWITH_LIBMV=OFF \
- -DWITH_LLVM=OFF \
+ -DWITH_LLVM=ON \
-DWITH_LZMA=ON \
-DWITH_LZO=ON \
-DWITH_MEM_JEMALLOC=OFF \
diff --git a/libre/calibre/PKGBUILD b/libre/calibre/PKGBUILD
index 686b9fbbe..c31a92d74 100644
--- a/libre/calibre/PKGBUILD
+++ b/libre/calibre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 129167 2015-03-13 09:55:18Z jelle $
+# $Id: PKGBUILD 129691 2015-03-21 13:25:05Z jelle $
# Maintainer (Arch): Jelle van der Waa <jelle@vdwaa.nl>
# Maintainer (Arch): Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor (Arch): Giovanni Scafora <giovanni@archlinux.org>
@@ -9,7 +9,7 @@
pkgname=calibre
_pkgname=$pkgname-libre
-pkgver=2.21.0
+pkgver=2.22.0
pkgrel=1.parabola1
pkgdesc="Ebook management application, without nonfree decompression engine for RAR archives"
arch=('i686' 'x86_64' 'mips64el')
@@ -32,8 +32,8 @@ install=$pkgname.install
mksource=("http://download.$pkgname-ebook.com/${pkgver}/$pkgname-${pkgver}.tar.xz")
source=("https://repo.parabola.nu/other/${_pkgname}/${_pkgname}-${pkgver}.tar.xz"
'libre.patch')
-mkmd5sums=('61edafbd4ef5c4162120722b94b7ee72')
-md5sums=('54ee7ca76b25a358fc83337ca7fb42f7'
+mkmd5sums=('13481ce1398e606f07924090c8900885')
+md5sums=('da5d0e0a2ce607356c568631a086a2a0'
'7e964e5c88affc299b69e8c2744a4393')
mksource(){
diff --git a/libre/icecat-adblock-plus/PKGBUILD b/libre/icecat-adblock-plus/PKGBUILD
index 0876b0dd5..ab58194d2 100644
--- a/libre/icecat-adblock-plus/PKGBUILD
+++ b/libre/icecat-adblock-plus/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 125968 2015-01-15 16:01:42Z spupykin $
+# $Id: PKGBUILD 129564 2015-03-19 11:00:18Z spupykin $
# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=icecat-adblock-plus
-pkgver=2.6.7
+pkgver=2.6.8
pkgrel=1
pkgdesc="Extension for icecat which block ads and banners"
arch=('any')
@@ -13,7 +13,7 @@ depends=("icecat")
makedepends=('unzip')
noextract=("adblockplus-$pkgver.xpi")
source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi")
-md5sums=('e2ffa2355457397d5df135b54d65c726')
+md5sums=('70fbdf0d03bc6c9d90f619810ec96383')
package() {
cd $srcdir
diff --git a/libre/icecat-firebug/PKGBUILD b/libre/icecat-firebug/PKGBUILD
index e2878d07d..b9eb8be0b 100644
--- a/libre/icecat-firebug/PKGBUILD
+++ b/libre/icecat-firebug/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 121578 2014-10-29 18:33:26Z speps $
+# $Id: PKGBUILD 129379 2015-03-16 17:25:46Z speps $
# Maintainer (Arch): speps <speps at aur dot archlinux dot org>
pkgname=icecat-firebug
-pkgver=2.0.4
+pkgver=2.0.8
pkgrel=1
pkgdesc="IceCat extension with tools for web development."
arch=(any)
@@ -12,7 +12,7 @@ groups=('icecat-addons')
depends=('icecat')
provides=('firebug')
source=("${url}releases/firebug/${pkgver%.*}/firebug-$pkgver.xpi")
-md5sums=('0cce65acf14629a003424b9b7ff1b06f')
+md5sums=('de60ceef13c3d17d2f6ce4f68acc367b')
package() {
# extension
diff --git a/libre/icecat-noscript/PKGBUILD b/libre/icecat-noscript/PKGBUILD
index 370504cd8..d894147d9 100644
--- a/libre/icecat-noscript/PKGBUILD
+++ b/libre/icecat-noscript/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 128703 2015-03-04 12:25:03Z spupykin $
+# $Id: PKGBUILD 129319 2015-03-15 21:43:34Z spupykin $
# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=icecat-noscript
-pkgver=2.6.9.16
+pkgver=2.6.9.18
pkgrel=1
pkgdesc="Extension for icecat which disables script"
arch=('any')
@@ -12,7 +12,7 @@ license=('GPL2')
depends=()
makedepends=('unzip')
source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('1129ab815bdf80e3ac0404d22ab3c621')
+md5sums=('b7aa9c6573f5e18dd5e256df1e39f027')
package() {
depends=("icecat")
diff --git a/libre/icecat-spell-ru/PKGBUILD b/libre/icecat-spell-ru/PKGBUILD
index 59e29f13f..a58c1d3b9 100644
--- a/libre/icecat-spell-ru/PKGBUILD
+++ b/libre/icecat-spell-ru/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 90907 2013-05-15 13:06:09Z spupykin $
+# $Id: PKGBUILD 129457 2015-03-18 10:50:28Z spupykin $
# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor (Arch): Maciej Sitarz <macieks@freesco.pl>
pkgname=icecat-spell-ru
-pkgver=0.4.4
-pkgrel=13.2
+pkgver=0.4.5
+pkgrel=1
pkgdesc="Russian spellchecker dictionary for IceCat"
arch=(any)
url="https://addons.mozilla.org/firefox/dictionaries/"
license=("GPL")
depends=("icecat")
-noextract=(russian_spellchecking_dictionary_with_io_support-$pkgver-fx+tb+sm.xpi)
-source=(https://addons.mozilla.org/firefox/downloads/file/98798/russian_spellchecking_dictionary-$pkgver-fx+tb+sm.xpi)
-md5sums=('269a8bdd38a5641b5f6cfb12715f1029')
+#noextract=(addon-$pkgver-an+fx+tb+fn+sm.xpi)
+source=(https://addons.cdn.mozilla.net/user-media/addons/3703/addon-$pkgver-an+fx+tb+fn+sm.xpi)
+md5sums=('05dbd25d73e3e4187ec51517658fcf69')
package() {
# _ffver=`pacman -Q icecat | cut -f2 -d\ | cut -f1 -d-`
diff --git a/libre/iceweasel-adblock-plus/PKGBUILD b/libre/iceweasel-adblock-plus/PKGBUILD
index ae63f2ee7..45c569130 100644
--- a/libre/iceweasel-adblock-plus/PKGBUILD
+++ b/libre/iceweasel-adblock-plus/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 125968 2015-01-15 16:01:42Z spupykin $
+# $Id: PKGBUILD 129564 2015-03-19 11:00:18Z spupykin $
# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=iceweasel-adblock-plus
-pkgver=2.6.7
+pkgver=2.6.8
pkgrel=1
pkgdesc="Extension for iceweasel which block ads and banners"
arch=('any')
@@ -13,7 +13,7 @@ depends=("iceweasel")
makedepends=('unzip')
noextract=("adblockplus-$pkgver.xpi")
source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi")
-md5sums=('e2ffa2355457397d5df135b54d65c726')
+md5sums=('70fbdf0d03bc6c9d90f619810ec96383')
package() {
cd $srcdir
diff --git a/libre/iceweasel-firebug/PKGBUILD b/libre/iceweasel-firebug/PKGBUILD
index f61271ca0..3bf5f1ba6 100644
--- a/libre/iceweasel-firebug/PKGBUILD
+++ b/libre/iceweasel-firebug/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 121578 2014-10-29 18:33:26Z speps $
+# $Id: PKGBUILD 129379 2015-03-16 17:25:46Z speps $
# Maintainer (Arch): speps <speps at aur dot archlinux dot org>
pkgname=iceweasel-firebug
-pkgver=2.0.4
+pkgver=2.0.8
pkgrel=1
pkgdesc="Iceweasel extension with tools for web development."
arch=(any)
@@ -12,7 +12,7 @@ groups=('iceweasel-addons')
depends=('iceweasel')
provides=('firebug')
source=("${url}releases/firebug/${pkgver%.*}/firebug-$pkgver.xpi")
-md5sums=('0cce65acf14629a003424b9b7ff1b06f')
+md5sums=('de60ceef13c3d17d2f6ce4f68acc367b')
package() {
# extension
diff --git a/libre/iceweasel-noscript/PKGBUILD b/libre/iceweasel-noscript/PKGBUILD
index 69c312ed1..47657b6b7 100644
--- a/libre/iceweasel-noscript/PKGBUILD
+++ b/libre/iceweasel-noscript/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 128703 2015-03-04 12:25:03Z spupykin $
+# $Id: PKGBUILD 129319 2015-03-15 21:43:34Z spupykin $
# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=iceweasel-noscript
-pkgver=2.6.9.16
+pkgver=2.6.9.18
pkgrel=1
pkgdesc="Extension for iceweasel which disables script"
arch=('any')
@@ -12,7 +12,7 @@ license=('GPL2')
depends=()
makedepends=('unzip')
source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('1129ab815bdf80e3ac0404d22ab3c621')
+md5sums=('b7aa9c6573f5e18dd5e256df1e39f027')
package() {
depends=("iceweasel")
diff --git a/libre/iceweasel-spell-ru/PKGBUILD b/libre/iceweasel-spell-ru/PKGBUILD
index d16780cb7..4ec40a5c3 100644
--- a/libre/iceweasel-spell-ru/PKGBUILD
+++ b/libre/iceweasel-spell-ru/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 90907 2013-05-15 13:06:09Z spupykin $
+# $Id: PKGBUILD 129457 2015-03-18 10:50:28Z spupykin $
# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor (Arch): Maciej Sitarz <macieks@freesco.pl>
pkgname=iceweasel-spell-ru
-pkgver=0.4.4
-pkgrel=13.3
+pkgver=0.4.5
+pkgrel=1
pkgdesc="Russian spellchecker dictionary for Iceweasel"
arch=(any)
url="https://addons.mozilla.org/firefox/dictionaries/"
license=("GPL")
depends=("iceweasel")
-noextract=(russian_spellchecking_dictionary_with_io_support-$pkgver-fx+tb+sm.xpi)
-source=(https://addons.mozilla.org/firefox/downloads/file/98798/russian_spellchecking_dictionary-$pkgver-fx+tb+sm.xpi)
-md5sums=('269a8bdd38a5641b5f6cfb12715f1029')
+#noextract=(addon-$pkgver-an+fx+tb+fn+sm.xpi)
+source=(https://addons.cdn.mozilla.net/user-media/addons/3703/addon-$pkgver-an+fx+tb+fn+sm.xpi)
+md5sums=('05dbd25d73e3e4187ec51517658fcf69')
package() {
# _ffver=`pacman -Q iceweasel | cut -f2 -d\ | cut -f1 -d-`
diff --git a/libre/luxrays/PKGBUILD b/libre/luxrays/PKGBUILD
index 6e0a8a61d..6767af96d 100644
--- a/libre/luxrays/PKGBUILD
+++ b/libre/luxrays/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 127763 2015-02-15 22:05:20Z stativ $
+# $Id: PKGBUILD 129278 2015-03-14 23:25:04Z svenstaro $
# Maintainer (Arch): Lukas Jirkovsky <l.jirkovsky@gmail.com>
# Maintainer: Márcio Silva <coadde@parabola.nu>
pkgname=luxrays
pkgver=1.4
_pkgver=7c7127ee1fa4
-pkgrel=1.parabola1
-pkgdesc="Accelerate the ray intersection process by using GPUs"
+pkgrel=2.parabola1
+pkgdesc="Accelerate the ray intersection process by using GPUs, with opencl-mesa recommendation"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.luxrender.net/"
license=('GPL')
diff --git a/libre/luxrender/PKGBUILD b/libre/luxrender/PKGBUILD
index 75d11ed85..4f75fe93f 100644
--- a/libre/luxrender/PKGBUILD
+++ b/libre/luxrender/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 127777 2015-02-16 09:41:50Z stativ $
+# $Id: PKGBUILD 129276 2015-03-14 23:12:26Z svenstaro $
# Maintainer (Arch): Lukas Jirkovsky <l.jirkovsky@gmail.com>
# Contributor (Arch): flixie <69one@gmx.net>
# Contributor (Arch): Imanol Celaya <ornitorrincos@archlinux-es.org>
@@ -6,8 +6,8 @@
pkgname=luxrender
pkgver=1.4
_pkgver=dfd211d6faa0
-pkgrel=1.parabola1
-pkgdesc="Rendering system for physically correct, unbiased image synthesis, without nonfree opencl-nvidia, amdapp-sdk and intel-opencl-runtime recommendation"
+pkgrel=2.parabola1
+pkgdesc="Rendering system for physically correct, unbiased image synthesis, with opencl-mesa recommendation"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.$pkgname.net/"
license=('GPL')