Merge pull request #15277 from Rmys/master

pixman ver. bump
This commit is contained in:
Rmys
2024-11-06 19:12:45 +03:00
committed by GitHub
2 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ def setup():
-Dvmx=disabled \ -Dvmx=disabled \
-Darm-simd=disabled \ -Darm-simd=disabled \
-Dneon=disabled \ -Dneon=disabled \
-Diwmmxt=disabled \ -Drvv=disabled \
-Dmips-dspr2=disabled \ -Dmips-dspr2=disabled \
-Dgtk=disabled" -Dgtk=disabled"
@@ -27,7 +27,7 @@ def setup():
shelltools.export("CC", "%s -m32" % get.CC()) shelltools.export("CC", "%s -m32" % get.CC())
shelltools.export("CXX", "%s -m32" % get.CXX()) shelltools.export("CXX", "%s -m32" % get.CXX())
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig") shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
options += " --libdir=lib32 \ options += " -Ddemos=disabled --libdir=lib32 \
" "
mesontools.configure(options) mesontools.configure(options)
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Pixel manipulation library</Summary> <Summary>Pixel manipulation library</Summary>
<Description>Pixman contains lowlevel pixel manipulation routines.</Description> <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> <BuildDependencies>
<Dependency>meson</Dependency> <Dependency>meson</Dependency>
<Dependency>libpng-devel</Dependency> <Dependency>libpng-devel</Dependency>
@@ -57,6 +57,13 @@
</Package> </Package>
<History> <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"> <Update release="12">
<Date>2024-03-07</Date> <Date>2024-03-07</Date>
<Version>0.43.4</Version> <Version>0.43.4</Version>