From 3a23bd52cde05df51a7a1d9dfadb8023547b785c Mon Sep 17 00:00:00 2001 From: idriskalp Date: Sun, 19 Jan 2020 14:39:14 +0300 Subject: [PATCH] libebml 1.3.9 --- multimedia/misc/libebml/actions.py | 12 ++++++++---- multimedia/misc/libebml/pspec.xml | 10 +++++++++- 2 files changed, 17 insertions(+), 5 deletions(-) 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