pixman ver. bump

This commit is contained in:
Rmys
2024-11-06 19:11:56 +03:00
parent 6184f94343
commit b8e4f872d3
2 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ def setup():
-Dvmx=disabled \
-Darm-simd=disabled \
-Dneon=disabled \
-Diwmmxt=disabled \
-Drvv=disabled \
-Dmips-dspr2=disabled \
-Dgtk=disabled"
@@ -27,7 +27,7 @@ def setup():
shelltools.export("CC", "%s -m32" % get.CC())
shelltools.export("CXX", "%s -m32" % get.CXX())
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
options += " --libdir=lib32 \
options += " -Ddemos=disabled --libdir=lib32 \
"
mesontools.configure(options)
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Pixel manipulation library</Summary>
<Description>Pixman contains lowlevel pixel manipulation routines.</Description>
<Archive sha1sum="678cdf71b2e48f773c5bdaa18555b4ca5eac5091" type="tarxz">mirrors://xorg/individual/lib/pixman-0.43.4.tar.xz</Archive>
<Archive sha1sum="b26c5a2a5ac79c5fcefe0986c4a9cc302415966f" type="tarxz">mirrors://xorg/individual/lib/pixman-0.44.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>libpng-devel</Dependency>
@@ -57,6 +57,13 @@
</Package>
<History>
<Update release="13">
<Date>2024-11-06</Date>
<Version>0.44.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="12">
<Date>2024-03-07</Date>
<Version>0.43.4</Version>