diff --git a/multimedia/graphics/jbigkit/actions.py b/multimedia/graphics/jbigkit/actions.py index ec8a2d2b92..bc0f31b9aa 100644 --- a/multimedia/graphics/jbigkit/actions.py +++ b/multimedia/graphics/jbigkit/actions.py @@ -9,11 +9,11 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def build(): - autotools.make("CC=%s CFLAGS='%s'" % (get.CC(), get.CFLAGS())) + autotools.make("-j1 CC=%s CFLAGS='%s'" % (get.CC(), get.CFLAGS())) def check(): autotools.make("-j1 test") - + def install(): pisitools.insinto("/usr/include/", "libjbig/jbig*.h") pisitools.insinto("/usr/lib/", "libjbig/libjbig*.so") diff --git a/programming/build/llvm/pspec.xml b/programming/build/llvm/pspec.xml index c4610c0d5d..36068da221 100644 --- a/programming/build/llvm/pspec.xml +++ b/programming/build/llvm/pspec.xml @@ -11,11 +11,11 @@ NCSA The Low Level Virtual Machine The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines, though it does provide helpful libraries that can be used to build them. - http://llvm.org/releases/3.8.0/llvm-3.8.0.src.tar.xz - http://llvm.org/releases/3.8.0/cfe-3.8.0.src.tar.xz - http://llvm.org/releases/3.8.0/clang-tools-extra-3.8.0.src.tar.xz - http://llvm.org/releases/3.8.0/lldb-3.8.0.src.tar.xz - http://llvm.org/releases/3.8.0/compiler-rt-3.8.0.src.tar.xz + http://releases.llvm.org/3.9.1/llvm-3.9.1.src.tar.xz + http://releases.llvm.org/3.9.1/cfe-3.9.1.src.tar.xz + http://releases.llvm.org/3.9.1/clang-tools-extra-3.9.1.src.tar.xz + http://releases.llvm.org/3.9.1/lldb-3.9.1.src.tar.xz + http://releases.llvm.org/3.9.1/compiler-rt-3.9.1.src.tar.xz zlib-devel libxml2-devel @@ -200,6 +200,13 @@ + + 2017-02-02 + 3.9.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + 2016-06-09 3.8.0 diff --git a/programming/language/python3/python3-pygobject3/actions.py b/programming/language/python3/python3-pygobject3/actions.py index ae65d87c45..40e10ee3b0 100755 --- a/programming/language/python3/python3-pygobject3/actions.py +++ b/programming/language/python3/python3-pygobject3/actions.py @@ -11,7 +11,7 @@ from pisi.actionsapi import get def setup(): pisitools.dosed("configure", "-Werror=format", "#-Werror=format") - shelltools.export("PYTHON", "/usr/bin/python3.4") + shelltools.export("PYTHON", "/usr/bin/python3.6") shelltools.system("./configure --prefix=/usr \ --localstatedir=/var \ --disable-static")