From 906e44c7e834cce2730f1e620999f7b65085c4d7 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 21 Mar 2015 09:58:48 -0300 Subject: blender-16:2.73a-4.parabola1: rebuild against llvm35 --- libre/blender/PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 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 \ -- cgit v1.2.3 From c39af31beacc18b3d34c5b62aba63041350fbc71 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 21 Mar 2015 10:24:11 -0300 Subject: luxrays-1.4-2.parabola1: rebuild --- libre/luxrays/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 # Maintainer: Márcio Silva 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') -- cgit v1.2.3 From fb82bc5b6964e4c51a9d20eebcb0e707d85e0d44 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 21 Mar 2015 11:20:53 -0300 Subject: luxrender-1.4-2.parabola1: rebuild --- libre/luxrender/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 # Contributor (Arch): flixie <69one@gmx.net> # Contributor (Arch): Imanol Celaya @@ -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') -- cgit v1.2.3 From a861136ece3e8921405dce65932240a45aaecc5f Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 21 Mar 2015 11:33:21 -0300 Subject: calibre-2.22.0-1.parabola1: updating version --- libre/calibre/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 # Maintainer (Arch): Daniel Wallace # Contributor (Arch): Giovanni Scafora @@ -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(){ -- cgit v1.2.3 From 0ca84ac7076768734cc942b6ee124ab2842ae8a8 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 21 Mar 2015 15:16:36 -0300 Subject: ice{cat,weasel}-adblock-plus-2.6.8-1: updating version --- libre/icecat-adblock-plus/PKGBUILD | 6 +++--- libre/iceweasel-adblock-plus/PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 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/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 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 -- cgit v1.2.3 From 7cbd1e5dfaba3ab8a3a50a2060c9929cd79451bd Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 21 Mar 2015 15:21:37 -0300 Subject: ice{cat,weasel}-firebug-2.0.8-1: updating version --- libre/icecat-firebug/PKGBUILD | 6 +++--- libre/iceweasel-firebug/PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 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/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 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 -- cgit v1.2.3 From a2c2e930e5f362666e7c8a84b17c6d3756c9d39b Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 21 Mar 2015 15:24:00 -0300 Subject: ice{cat,weasel}-noscript-2.6.9.18-1: updating version --- libre/icecat-noscript/PKGBUILD | 6 +++--- libre/iceweasel-noscript/PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 # Maintainer: André Silva 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/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 # Maintainer: André Silva 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") -- cgit v1.2.3 From 29f6c8a6b3797a9099144ab79cebbcfb0bfb0a9a Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 21 Mar 2015 15:25:52 -0300 Subject: ice{cat,weasel}-spell-ru-0.4.5-1: updating version --- libre/icecat-spell-ru/PKGBUILD | 12 ++++++------ libre/iceweasel-spell-ru/PKGBUILD | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) 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 # Contributor (Arch): Maciej Sitarz 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-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 # Contributor (Arch): Maciej Sitarz 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-` -- cgit v1.2.3