diff --git a/multimedia/graphics/babl/actions.py b/multimedia/graphics/babl/actions.py index 18484bf4c0..f2e3492794 100644 --- a/multimedia/graphics/babl/actions.py +++ b/multimedia/graphics/babl/actions.py @@ -2,22 +2,18 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt - -from pisi.actionsapi import get -from pisi.actionsapi import mesontools -from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools +from pisi.actionsapi import mesontools, pisitools def setup(): - shelltools.system("sed -i s/Description/description/ meson.build") + #pisitools.dosed("meson.build", "Description", "description") mesontools.configure() def build(): mesontools.build() - + def install(): mesontools.install() - + pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "TODO") diff --git a/multimedia/graphics/babl/pspec.xml b/multimedia/graphics/babl/pspec.xml index e05c424e06..1a9b30253c 100644 --- a/multimedia/graphics/babl/pspec.xml +++ b/multimedia/graphics/babl/pspec.xml @@ -1,19 +1,18 @@ - + babl - http://gegl.org/babl + https://gegl.org/babl/ PisiLinux Community admins@pisilinux.org - GPLv3 - LGPLv3 + LGPL-3 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.90.tar.xz + https://download.gimp.org/pub/babl/0.1/babl-0.1.98.tar.xz @@ -30,6 +29,7 @@ lcms2 + /usr/bin/babl /usr/lib /usr/share/doc /usr/share/gir-1.0 @@ -51,6 +51,13 @@ + + 2023-01-28 + 0.1.98 + Version bump. + fury + uglyside@yandex.ru + 2022-03-22 0.1.90