Merge pull request #9411 from Rmys/master

gdk-pixbuf ver. bump
This commit is contained in:
Rmys
2021-05-27 11:52:31 +03:00
committed by GitHub
2 changed files with 14 additions and 8 deletions
+3 -4
View File
@@ -29,18 +29,17 @@ def setup():
#pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
options = "-Dgtk_doc=true \
-Dx11=true \
options = "-Dx11=true \
-Dbuiltin_loaders=png \
-Djasper=true \
"
if get.buildTYPE()=="emul32" :
options += "-Dintrospection=false \
options += "-Dintrospection=disabled \
-Dinstalled_tests=false \
--bindir=/usr/bin32"
else:
options += "-Dintrospection=true"
options += "-Dintrospection=enabled -Dgtk_doc=true"
mesontools.configure(options)
+11 -4
View File
@@ -12,10 +12,11 @@
<IsA>library</IsA>
<Summary>GDK pixbuf library</Summary>
<Description>gdk-pixbuf is a library that provides image loading and scaling support for gtk+ applications</Description>
<Archive sha1sum="9396bd89c4647d8db2d02ef93c20c17dbce359d8" type="tarxz">mirrors://gnome/gdk-pixbuf/2.40/gdk-pixbuf-2.40.0.tar.xz</Archive>
<Archive sha1sum="320ed10a4cb74a0770de91a9e5741767ebdef2bf" type="tarxz">mirrors://gnome/gdk-pixbuf/2.42/gdk-pixbuf-2.42.6.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>gi-docgen</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>tiff-devel</Dependency>
@@ -23,7 +24,7 @@
<Dependency>libpng-devel</Dependency>
<Dependency>jasper-devel</Dependency>
<Dependency>shared-mime-info</Dependency>
<Dependency>python-six</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
@@ -47,7 +48,6 @@
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
</Files>
@@ -76,7 +76,7 @@
<Name>gdk-pixbuf-docs</Name>
<Summary>Reference documents for gdk-pixbuf</Summary>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
<Path fileType="data">/usr/share/doc</Path>
</Files>
</Package>
@@ -113,6 +113,13 @@
</Package>
<History>
<Update release="11">
<Date>2021-05-26</Date>
<Version>2.42.6</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2020-05-01</Date>
<Version>2.40.0</Version>