gdk-pixbuf-2.42.8
This commit is contained in:
@@ -10,38 +10,16 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
|
||||
def setup():
|
||||
#options = "\
|
||||
#--disable-static \
|
||||
#--disable-silent-rules \
|
||||
#--with-libjasper \
|
||||
#--with-x11 \
|
||||
#--with-included-loaders=png \
|
||||
#"
|
||||
options = "-Dbuiltin_loaders=png \
|
||||
"
|
||||
if get.buildTYPE()=="emul32":
|
||||
options += "-Dintrospection=disabled \
|
||||
-Dinstalled_tests=false \
|
||||
--bindir=/usr/bin32"
|
||||
else:
|
||||
options += "-Dintrospection=enabled -Dgtk_doc=true"
|
||||
|
||||
#options += "\
|
||||
#--bindir=/_emul32/bin \
|
||||
#--disable-introspection \
|
||||
#" if get.buildTYPE() == "emul32" else \
|
||||
#"\
|
||||
#--enable-introspection \
|
||||
#"
|
||||
#autotools.configure(options)
|
||||
|
||||
#pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
options = "-Dx11=true \
|
||||
-Dbuiltin_loaders=png \
|
||||
-Djasper=true \
|
||||
"
|
||||
|
||||
if get.buildTYPE()=="emul32" :
|
||||
options += "-Dintrospection=disabled \
|
||||
-Dinstalled_tests=false \
|
||||
--bindir=/usr/bin32"
|
||||
else:
|
||||
options += "-Dintrospection=enabled -Dgtk_doc=true"
|
||||
|
||||
mesontools.configure(options)
|
||||
mesontools.configure(options)
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<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="320ed10a4cb74a0770de91a9e5741767ebdef2bf" type="tarxz">mirrors://gnome/gdk-pixbuf/2.42/gdk-pixbuf-2.42.6.tar.xz</Archive>
|
||||
<Archive sha1sum="f21f1347ed8b7b484ec11d052162773865cdc3c7" type="tarxz">mirrors://gnome/gdk-pixbuf/2.42/gdk-pixbuf-2.42.8.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
@@ -114,6 +114,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2022-05-31</Date>
|
||||
<Version>2.42.8</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2021-05-26</Date>
|
||||
<Version>2.42.6</Version>
|
||||
|
||||
Reference in New Issue
Block a user