Andreas Wacknitz
2021-03-05 46e9fe042f69613d3a9771b316806373688a142d
babl: update to 0.1.86

4 files modified
14 ■■■■■ changed files
components/library/babl/Makefile 5 ●●●●● patch | view | raw | blame | history
components/library/babl/babl.p5m 4 ●●●● patch | view | raw | blame | history
components/library/babl/manifests/sample-manifest.p5m 4 ●●●● patch | view | raw | blame | history
components/library/babl/pkg5 1 ●●●● patch | view | raw | blame | history
components/library/babl/Makefile
@@ -20,13 +20,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= babl
COMPONENT_VERSION= 0.1.84
COMPONENT_VERSION= 0.1.86
COMPONENT_SUMMARY= Babl is a dynamic, any to any, pixel format conversion library
COMPONENT_FMRI = image/library/babl
COMPONENT_CLASSIFICATION = System/Multimedia Libraries
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_HASH= sha256:e7e38b8441f77feb9dc8231cb434a86190a21f2f3692c281457e99d35e9c34ea
COMPONENT_ARCHIVE_HASH= sha256:0b3f595159ad1b216cd729c0504c3a5f6cf780c641f4dc63fc164f3c0382c8f0
COMPONENT_ARCHIVE_URL= https://ftp.gimp.org/pub/babl/0.1/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL = https://gegl.org/babl/
COMPONENT_LICENSE = LGLPv3
@@ -62,6 +62,7 @@
unexport SHELLOPTS
# Build dependencies
REQUIRED_PACKAGES += developer/vala
REQUIRED_PACKAGES += image/library/librsvg
REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
REQUIRED_PACKAGES += web/browser/w3m
components/library/babl/babl.p5m
@@ -57,8 +57,8 @@
file path=usr/lib/$(MACH64)/babl-0.1/ycbcr.so
file path=usr/lib/$(MACH64)/girepository-1.0/Babl-0.1.typelib
link path=usr/lib/$(MACH64)/libbabl-0.1.so target=libbabl-0.1.so.0
link path=usr/lib/$(MACH64)/libbabl-0.1.so.0 target=libbabl-0.1.so.0.183.1
file path=usr/lib/$(MACH64)/libbabl-0.1.so.0.183.1
link path=usr/lib/$(MACH64)/libbabl-0.1.so.0 target=libbabl-0.1.so.0.185.1
file path=usr/lib/$(MACH64)/libbabl-0.1.so.0.185.1
file path=usr/lib/$(MACH64)/pkgconfig/babl.pc
file path=usr/share/gir-1.0/Babl-0.1.gir
file path=usr/share/vala/vapi/babl-0.1.deps
components/library/babl/manifests/sample-manifest.p5m
@@ -57,8 +57,8 @@
file path=usr/lib/$(MACH64)/babl-0.1/ycbcr.so
file path=usr/lib/$(MACH64)/girepository-1.0/Babl-0.1.typelib
link path=usr/lib/$(MACH64)/libbabl-0.1.so target=libbabl-0.1.so.0
link path=usr/lib/$(MACH64)/libbabl-0.1.so.0 target=libbabl-0.1.so.0.183.1
file path=usr/lib/$(MACH64)/libbabl-0.1.so.0.183.1
link path=usr/lib/$(MACH64)/libbabl-0.1.so.0 target=libbabl-0.1.so.0.185.1
file path=usr/lib/$(MACH64)/libbabl-0.1.so.0.185.1
file path=usr/lib/$(MACH64)/pkgconfig/babl.pc
file path=usr/share/gir-1.0/Babl-0.1.gir
file path=usr/share/vala/vapi/babl-0.1.deps
components/library/babl/pkg5
@@ -3,6 +3,7 @@
        "SUNWcs",
        "developer/build/meson",
        "developer/build/ninja",
        "developer/vala",
        "image/library/librsvg",
        "library/desktop/gobject/gobject-introspection",
        "library/lcms2",