diff --git a/multimedia/misc/libebml/actions.py b/multimedia/misc/libebml/actions.py
index daacdd0963..1742399bca 100644
--- a/multimedia/misc/libebml/actions.py
+++ b/multimedia/misc/libebml/actions.py
@@ -7,20 +7,24 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
+from pisi.actionsapi import cmaketools
from pisi.actionsapi import get
def setup():
shelltools.export("CFLAGS", "%s -fPIC" % get.CFLAGS())
shelltools.export("CXXFLAGS", "%s -fPIC" % get.CXXFLAGS())
- autotools.configure()
+ #autotools.autoreconf("-vfi")
+ #autotools.configure()
+
+ cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib")
def build():
- autotools.make("PREFIX=/usr")
+ cmaketools.make()
def install():
- autotools.install("libdir=%s/usr/lib" % get.installDIR())
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
# No static libs
- pisitools.remove("/usr/lib/*.a")
+ #pisitools.remove("/usr/lib/*.a")
pisitools.dodoc("LICENSE.*")
diff --git a/multimedia/misc/libebml/pspec.xml b/multimedia/misc/libebml/pspec.xml
index 9d859f6bae..d6dc5aec9e 100644
--- a/multimedia/misc/libebml/pspec.xml
+++ b/multimedia/misc/libebml/pspec.xml
@@ -12,7 +12,7 @@
library
Extensible binary format library (kinda like XML)
Extensible Binary Meta Language access library A library for reading and writing files with the Extensible Binary Meta Language, a binary pendant to XML.
- https://dl.matroska.org/downloads/libebml/libebml-1.3.4.tar.bz2
+ https://dl.matroska.org/downloads/libebml/libebml-1.3.9.tar.xz
@@ -35,12 +35,20 @@
/usr/include
/usr/lib/pkgconfig
+ /usr/lib/cmake
/usr/share/man/man3
+
+ 2020-01-19
+ 1.3.9
+ Version bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
2018-08-03
1.3.4