diff --git a/hardware/virtualization/virtualbox/pspec.xml b/hardware/virtualization/virtualbox/pspec.xml index affdeb961e..ef12b567fc 100644 --- a/hardware/virtualization/virtualbox/pspec.xml +++ b/hardware/virtualization/virtualbox/pspec.xml @@ -146,7 +146,7 @@ - 2016-06-09 + 2016-06-12 5.0.12 Release Bump Pisi Linux Community diff --git a/multimedia/misc/gd/pspec.xml b/multimedia/misc/gd/pspec.xml index 16abcf22f0..d4d9cbaeee 100644 --- a/multimedia/misc/gd/pspec.xml +++ b/multimedia/misc/gd/pspec.xml @@ -68,7 +68,7 @@ - 2016-06-09 + 2016-06-12 2.1.1 Release Bump Pisi Linux Community diff --git a/multimedia/video/libvpx/actions.py b/multimedia/video/libvpx/actions.py index ee74e953fe..3754964a54 100644 --- a/multimedia/video/libvpx/actions.py +++ b/multimedia/video/libvpx/actions.py @@ -12,6 +12,8 @@ from pisi.actionsapi import get libdir = "lib" def setup(): + shelltools.export("LC_ALL", "en_US.UTF-8") + shelltools.export("CFLAGS", get.CFLAGS().replace("-ggdb3", "")) autotools.rawConfigure("--prefix=/usr \ --libdir=/usr/%s \ --enable-pic \ @@ -20,15 +22,18 @@ def setup(): --enable-vp9-highbitdepth \ --enable-shared \ --enable-runtime-cpu-detect \ + --enable-multithread \ --enable-postproc \ --enable-experimental \ --enable-spatial-svc \ + --disable-debug \ + --disable-debug-libs \ --disable-install-docs \ --disable-install-srcs" % libdir) def build(): - autotools.make() + autotools.make("verbose=true") def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/multimedia/video/x264/pspec.xml b/multimedia/video/x264/pspec.xml index 38b8a8f883..778e1ac2ce 100644 --- a/multimedia/video/x264/pspec.xml +++ b/multimedia/video/x264/pspec.xml @@ -46,7 +46,7 @@ - 2016-06-12 + 2016-06-13 2245.11062016 Version Bump Pisi Linux Community