From 5afacd68630819db770e12c1a1518bf7d7a71068 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sun, 12 Jun 2016 23:58:56 +0300 Subject: [PATCH 1/4] libvpx reverse dep gd rebuild --- multimedia/misc/gd/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 05f1f1265484bf24639e485da1f7af737f76b1c2 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sun, 12 Jun 2016 23:59:46 +0300 Subject: [PATCH 2/4] libvpx reverse dep virtualbox rebuild --- hardware/virtualization/virtualbox/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 87aca5be81078e9f07f0ddb54a116a6b9e1ab041 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Mon, 13 Jun 2016 15:55:41 +0300 Subject: [PATCH 3/4] libvpx:fix --- multimedia/video/libvpx/actions.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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()) From 55c57d3a3feb8e69e184936c4fcfd404c35c4b98 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Mon, 13 Jun 2016 15:57:35 +0300 Subject: [PATCH 4/4] x264:fix date1 --- multimedia/video/x264/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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