darkice, enblend and hugin fix
This commit is contained in:
@@ -10,13 +10,22 @@ from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DENABLE_LAPACK=yes")
|
||||
-DENABLE_LAPACK=yes", sourceDir="..")
|
||||
|
||||
def build():
|
||||
shelltools.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
shelltools.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
|
||||
cmaketools.rawInstall('DESTDIR="%s"' % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "README", "TODO")
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
<Dependency>vigra-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>wxGTK-devel</Dependency>
|
||||
<Dependency>lcms2-devel</Dependency>
|
||||
<Dependency>exiv2-devel</Dependency>
|
||||
<Dependency>fftw3-devel</Dependency>
|
||||
<Dependency>flann-devel</Dependency>
|
||||
|
||||
@@ -9,13 +9,12 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
pisitools.cxxflags.add("-fpermissive")
|
||||
autotools.configure("--with-alsa \
|
||||
--with-faac \
|
||||
--with-vorbis \
|
||||
--with-lame \
|
||||
--without-jack \
|
||||
--disable-static \
|
||||
--enable-shared")
|
||||
--without-jack")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
Reference in New Issue
Block a user