gegl:fixed dep

This commit is contained in:
2015-08-04 17:08:45 +03:00
parent f94b6da606
commit 5cff81f58d
2 changed files with 12 additions and 20 deletions
+3 -3
View File
@@ -10,7 +10,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
autotools.autoreconf("-fi") #autotools.autoreconf("-vfi")
autotools.configure("--enable-mmx \ autotools.configure("--enable-mmx \
--enable-sse \ --enable-sse \
--includedir=/usr/include \ --includedir=/usr/include \
@@ -25,12 +25,10 @@ def setup():
--with-lensfun \ --with-lensfun \
--with-libjpeg \ --with-libjpeg \
--with-libpng \ --with-libpng \
--with-librsvg \
--with-openexr \ --with-openexr \
--with-sdl \ --with-sdl \
--with-libopenraw \ --with-libopenraw \
--with-jasper \ --with-jasper \
--with-graphviz \
--with-lua \ --with-lua \
--without-libavformat \ --without-libavformat \
--with-libv4l \ --with-libv4l \
@@ -42,6 +40,8 @@ def setup():
--enable-gtk-doc-html=no \ --enable-gtk-doc-html=no \
--disable-docs \ --disable-docs \
--disable-workshop") --disable-workshop")
#--with-librsvg \
#--with-graphviz \
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+8 -16
View File
@@ -16,10 +16,9 @@
<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="764cc66cb3c7b261b8fc18a6268a0e264a91d573" type="tarbz2">http://ftp.gimp.org/pub/gegl/0.2/gegl-0.2.0.tar.bz2</Archive> <Archive sha1sum="764cc66cb3c7b261b8fc18a6268a0e264a91d573" type="tarbz2">http://ftp.gimp.org/pub/gegl/0.2/gegl-0.2.0.tar.bz2</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>SuiteSparse-devel</Dependency> <!--<Dependency>SuiteSparse-devel</Dependency>-->
<Dependency>libopenraw-devel</Dependency> <!--<Dependency>libopenraw-devel</Dependency>-->
<Dependency>libspiro-devel</Dependency> <Dependency>libspiro-devel</Dependency>
<Dependency>librsvg-devel</Dependency>
<Dependency>openexr-devel</Dependency> <Dependency>openexr-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency> <Dependency>ffmpeg-devel</Dependency>
<Dependency>libsdl-devel</Dependency> <Dependency>libsdl-devel</Dependency>
@@ -33,8 +32,9 @@
<Dependency>gtk2-devel</Dependency> <Dependency>gtk2-devel</Dependency>
<Dependency>lua-devel</Dependency> <Dependency>lua-devel</Dependency>
<Dependency>asciidoc</Dependency> <Dependency>asciidoc</Dependency>
<Dependency>graphviz</Dependency> <Dependency>intltool</Dependency>
<Dependency>enscript</Dependency> <!--<Dependency>graphviz</Dependency>-->
<!--<Dependency>enscript</Dependency>-->
<Dependency>ruby</Dependency> <Dependency>ruby</Dependency>
<Dependency>ilmbase-devel</Dependency> <Dependency>ilmbase-devel</Dependency>
</BuildDependencies> </BuildDependencies>
@@ -48,25 +48,16 @@
<Package> <Package>
<Name>gegl</Name> <Name>gegl</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>openexr-libs</Dependency> <Dependency>glib2</Dependency>
<Dependency>SuiteSparse</Dependency>
<Dependency>gdk-pixbuf</Dependency> <Dependency>gdk-pixbuf</Dependency>
<Dependency>libopenraw</Dependency>
<Dependency>libspiro</Dependency> <Dependency>libspiro</Dependency>
<Dependency>graphviz</Dependency>
<Dependency>librsvg</Dependency>
<Dependency>ffmpeg</Dependency>
<Dependency>jasper</Dependency> <Dependency>jasper</Dependency>
<Dependency>libpng</Dependency>
<Dependency>libsdl</Dependency> <Dependency>libsdl</Dependency>
<Dependency>libv4l</Dependency>
<Dependency>cairo</Dependency> <Dependency>cairo</Dependency>
<Dependency>pango</Dependency> <Dependency>pango</Dependency>
<Dependency>ruby</Dependency>
<Dependency>babl</Dependency> <Dependency>babl</Dependency>
<Dependency>libjpeg-turbo</Dependency> <Dependency>libjpeg-turbo</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>lua</Dependency>
<Dependency>ilmbase</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
@@ -81,6 +72,7 @@
<Summary>Development files for gegl</Summary> <Summary>Development files for gegl</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency release="current">gegl</Dependency> <Dependency release="current">gegl</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>babl-devel</Dependency> <Dependency>babl-devel</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>