gegl ver. bump

This commit is contained in:
Rmys
2020-02-12 20:44:14 +03:00
parent 53af889623
commit 731222b8d3
2 changed files with 22 additions and 42 deletions
+12 -41
View File
@@ -4,51 +4,22 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
def setup():
#autotools.autoreconf("-vfi")
autotools.configure("--enable-mmx \
--enable-sse \
--includedir=/usr/include \
--datadir=/usr/share \
--with-pic \
--with-cairo \
--with-pango \
--with-pangocairo \
--with-gdk-pixbuf \
--with-lensfun \
--with-openexr \
--with-sdl \
--with-jasper \
--with-lua \
--without-libavformat \
--with-libv4l \
--with-libspiro \
--with-exiv2 \
--with-umfpack \
--disable-static \
--disable-gtk-doc \
--enable-gtk-doc-html=no \
--disable-docs \
--disable-workshop")
#--with-librsvg \
#--with-graphviz \
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
mesontools.configure("-Ddocs=false \
-Dexiv2=enabled \
-Dgdk-pixbuf=enabled")
def build():
autotools.make()
# disabled due sandbox violations
#def check():
# autotools.make("check")
mesontools.build()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "COPYING.LESSER", "NEWS", "README")
mesontools.install()
pisitools.dodoc("AUTHORS", "COPYING", "COPYING.LESSER")
+10 -1
View File
@@ -14,8 +14,9 @@
<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="49c2ce5a03137c6717056776559be015fb40c1df" type="tarbz2">https://download.gimp.org/pub/gegl/0.4/gegl-0.4.16.tar.bz2</Archive>
<Archive sha1sum="60786f97e679158bc6abb8dd3af25f424ecfd5fc" type="tarxz">https://download.gimp.org/pub/gegl/0.4/gegl-0.4.20.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<!--<Dependency>SuiteSparse-devel</Dependency>-->
<!--<Dependency>libopenraw-devel</Dependency>-->
<Dependency>libspiro-devel</Dependency>
@@ -62,6 +63,7 @@
<RuntimeDependencies>
<Dependency>tiff</Dependency>
<Dependency>webp</Dependency>
<Dependency>ffmpeg</Dependency>
<Dependency>libraw</Dependency>
<Dependency>lcms2</Dependency>
<Dependency>libgcc</Dependency>
@@ -106,6 +108,13 @@
</Package>
<History>
<Update release="13">
<Date>2020-02-12</Date>
<Version>0.4.20</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2020-02-12</Date>
<Version>0.4.16</Version>