diff --git a/multimedia/graphics/babl/actions.py b/multimedia/graphics/babl/actions.py
index c0062de730..2f5181deb8 100644
--- a/multimedia/graphics/babl/actions.py
+++ b/multimedia/graphics/babl/actions.py
@@ -4,18 +4,19 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
-from pisi.actionsapi import autotools
+
+from pisi.actionsapi import get
+from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
+
def setup():
- autotools.configure("--enable-mmx \
- --enable-sse \
- --disable-altivec")
+ mesontools.configure()
def build():
- autotools.make()
-
+ mesontools.build()
+
def install():
- autotools.install()
-
- pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "TODO")
+ mesontools.install()
+
+ pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "TODO")
diff --git a/multimedia/graphics/babl/pspec.xml b/multimedia/graphics/babl/pspec.xml
index 12f05f0496..dd385ae189 100644
--- a/multimedia/graphics/babl/pspec.xml
+++ b/multimedia/graphics/babl/pspec.xml
@@ -13,16 +13,21 @@
library
A dynamic, any to any, pixel format translation library
babl is a library that allows converting between different methods of storing pixels known as pixel formats that have with different bitdepths and other data representations, color models and component permutations.
- https://download.gimp.org/pub/babl/0.1/babl-0.1.66.tar.bz2
+ https://download.gimp.org/pub/babl/0.1/babl-0.1.74.tar.xz
+ meson
+ lcms2-devel
gobject-introspection-devel
babl
+
+ lcms2
+
/usr/lib
/usr/share/doc
@@ -43,6 +48,13 @@
+
+ 2020-02-12
+ 0.1.74
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2019-06-29
0.1.66