diff --git a/multimedia/video/libv4l/actions.py b/multimedia/video/libv4l/actions.py
index 5b18fd481d..331de06d88 100644
--- a/multimedia/video/libv4l/actions.py
+++ b/multimedia/video/libv4l/actions.py
@@ -25,12 +25,21 @@ def setup():
def build():
- autotools.make()
+ if get.buildTYPE() == "emul32":
+ autotools.make("-C lib")
+ else:
+ autotools.make()
def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- if get.buildTYPE() == "emul32": return
+ if get.buildTYPE() == "emul32":
+ autotools.make("MAKEFLAGS='-j1' -C lib DESTDIR=%s install" % get.installDIR())
+ pisitools.removeDir("/emul32")
+ else:
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+
+ #if get.buildTYPE() == "emul32": return
- pisitools.dodoc("ChangeLog", "COPYING*", "README*", "TODO")
- pisitools.insinto("/%s/%s/" % (get.docDIR(), get.srcNAME()), "contrib")
+ pisitools.dodoc("ChangeLog", "COPYING*", "README*", "TODO")
+ pisitools.insinto("/%s/%s/" % (get.docDIR(), get.srcNAME()), "contrib")
diff --git a/multimedia/video/libv4l/pspec.xml b/multimedia/video/libv4l/pspec.xml
index d7ed5ac020..f533207b5c 100644
--- a/multimedia/video/libv4l/pspec.xml
+++ b/multimedia/video/libv4l/pspec.xml
@@ -13,12 +13,12 @@
library
V4L wrapper for V4L2
A library to access V4L2 API with V4L1 alike calls.
- https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.14.2.tar.bz2
+ https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.18.0.tar.bz2
qt5-base-devel
libjpeg-turbo-devel
glibc-devel
- mesa-devel
+ libglvnd-devel
mesa-glu-devel
alsa-lib-devel
libgcc
@@ -31,6 +31,10 @@
libv4l
libjpeg-turbo
+ eudev
+ libX11
+ libglvnd
+ mesa-glu
/lib/udev/rules.d
@@ -45,7 +49,7 @@
v4l-utils
Utilities for libv4l
- mesa
+ libglvnd
libgcc
alsa-lib
qt5-base
@@ -68,7 +72,7 @@
libv4l-devel
Development files for libv4l
- mesa
+ libglvnd
libX11
mesa-glu
libv4l
@@ -88,10 +92,10 @@
libjpeg-turbo-32bit
libX11-32bit
- mesa-32bit
+ libglvnd-32bit
mesa-glu-32bit
alsa-lib-32bit
- qt5-base-32bit
+
eudev-32bit
@@ -105,6 +109,13 @@
+
+ 2020-01-18
+ 1.18.0
+ Version Bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
2018-10-16
1.14.2