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