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. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # 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 get
from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
def setup(): def setup():
#autotools.autoreconf("-vfi") mesontools.configure("-Ddocs=false \
autotools.configure("--enable-mmx \ -Dexiv2=enabled \
--enable-sse \ -Dgdk-pixbuf=enabled")
--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 ")
def build(): def build():
autotools.make() mesontools.build()
# disabled due sandbox violations
#def check():
# autotools.make("check")
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) mesontools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "COPYING.LESSER", "NEWS", "README") pisitools.dodoc("AUTHORS", "COPYING", "COPYING.LESSER")
+10 -1
View File
@@ -14,8 +14,9 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>A graph based image processing framework</Summary> <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> <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> <BuildDependencies>
<Dependency>meson</Dependency>
<!--<Dependency>SuiteSparse-devel</Dependency>--> <!--<Dependency>SuiteSparse-devel</Dependency>-->
<!--<Dependency>libopenraw-devel</Dependency>--> <!--<Dependency>libopenraw-devel</Dependency>-->
<Dependency>libspiro-devel</Dependency> <Dependency>libspiro-devel</Dependency>
@@ -62,6 +63,7 @@
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>tiff</Dependency> <Dependency>tiff</Dependency>
<Dependency>webp</Dependency> <Dependency>webp</Dependency>
<Dependency>ffmpeg</Dependency>
<Dependency>libraw</Dependency> <Dependency>libraw</Dependency>
<Dependency>lcms2</Dependency> <Dependency>lcms2</Dependency>
<Dependency>libgcc</Dependency> <Dependency>libgcc</Dependency>
@@ -106,6 +108,13 @@
</Package> </Package>
<History> <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"> <Update release="12">
<Date>2020-02-12</Date> <Date>2020-02-12</Date>
<Version>0.4.16</Version> <Version>0.4.16</Version>