Merge pull request #18329 from Rmys/master

gegl babl ver. bump
This commit is contained in:
Rmys
2026-03-13 14:53:52 +03:00
committed by GitHub
3 changed files with 18 additions and 4 deletions
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>A dynamic, any to any, pixel format translation library</Summary>
<Description>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.</Description>
<Archive sha1sum="5434f49a4a01b9c98afa02fd2c1f623da3d42efb" type="tarxz">https://download.gimp.org/pub/babl/0.1/babl-0.1.118.tar.xz</Archive>
<Archive sha1sum="bda6d95d0349226979e0414a740b82fad7f08ff2" type="tarxz">https://download.gimp.org/pub/babl/0.1/babl-0.1.124.tar.xz</Archive>
<BuildDependencies>
<!-- For rsvg utility -->
<!--<Dependency>librsvg</Dependency>-->
@@ -53,6 +53,13 @@
</Package>
<History>
<Update release="20">
<Date>2026-03-13</Date>
<Version>0.1.124</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="19">
<Date>2026-01-14</Date>
<Version>0.1.118</Version>
+1 -1
View File
@@ -15,4 +15,4 @@ def build():
def install():
mesontools.install()
pisitools.dodoc("AUTHORS", "COPYING", "COPYING.LESSER", "NEWS")
pisitools.dodoc("AUTHORS", "COPYING", "COPYING.LESSER")
+9 -2
View File
@@ -15,7 +15,7 @@
<IsA>app:console</IsA>
<Summary>A graph based image processing framework</Summary>
<Description>gegl (Generic Graphics Library) provides infrastructure to do demand based cached non destructive image editing on larger than RAM buffers. Through babl it provides support for a wide range of color models and pixel storage formats for input and output.</Description>
<Archive sha1sum="75f5856d737d7082bca10e9272b3c8d03f180402" type="tarxz">https://download.gimp.org/pub/gegl/0.4/gegl-0.4.66.tar.xz</Archive>
<Archive sha1sum="75ae678f7b445ad187fe52ee7ae2832449c65fac" type="tarxz">https://download.gimp.org/pub/gegl/0.4/gegl-0.4.68.tar.xz</Archive>
<BuildDependencies>
<Dependency>ruby</Dependency>
<Dependency>meson</Dependency>
@@ -47,7 +47,7 @@
<Dependency>poppler-glib-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency versionFrom="0.1.118">babl-devel</Dependency>
<Dependency versionFrom="0.1.124">babl-devel</Dependency>
<!--< Dependency>enscript</Dependency> -->
<!-- <Dependency>graphviz</Dependency> -->
<!-- <Dependency>libopenraw-devel</Dependency> -->
@@ -112,6 +112,13 @@
</Package>
<History>
<Update release="29">
<Date>2026-03-13</Date>
<Version>0.4.68</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="28">
<Date>2026-03-02</Date>
<Version>0.4.66</Version>