Merge pull request #3414 from Rmys/master
darktable-2.2.4:new toolchain
This commit is contained in:
@@ -13,7 +13,8 @@ def setup():
|
|||||||
pisitools.ldflags.add("-lgs")
|
pisitools.ldflags.add("-lgs")
|
||||||
shelltools.makedirs("build")
|
shelltools.makedirs("build")
|
||||||
shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
cmaketools.configure("-DDONT_INSTALL_GCONF_SCHEMAS=1 \
|
cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib \
|
||||||
|
-DDONT_INSTALL_GCONF_SCHEMAS=1 \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DBINARY_PACKAGE_BUILD=1 \
|
-DBINARY_PACKAGE_BUILD=1 \
|
||||||
-DBUILD_USERMANUAL=False \
|
-DBUILD_USERMANUAL=False \
|
||||||
@@ -24,6 +25,7 @@ def setup():
|
|||||||
def build():
|
def build():
|
||||||
shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
cmaketools.make()
|
cmaketools.make()
|
||||||
|
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
|
|||||||
@@ -12,11 +12,11 @@
|
|||||||
<Summary>darktable is an open source photography workflow application and RAW developer.</Summary>
|
<Summary>darktable is an open source photography workflow application and RAW developer.</Summary>
|
||||||
<Description>darktable is an open source photography workflow application and RAW developer. A virtual lighttable and darkroom for photographers.
|
<Description>darktable is an open source photography workflow application and RAW developer. A virtual lighttable and darkroom for photographers.
|
||||||
</Description>
|
</Description>
|
||||||
<Archive type="tarxz" sha1sum="c9392af5df0045b36b89c6548b9ff552f34b7e15">https://github.com/darktable-org/darktable/releases/download/release-2.0.7/darktable-2.0.7.tar.xz</Archive>
|
<Archive type="tarxz" sha1sum="5a9801ffc189fdbfffe1b880bf3a31824f160b3e">https://github.com/darktable-org/darktable/releases/download/release-2.2.4/darktable-2.2.4.tar.xz</Archive>
|
||||||
<Patches>
|
<Patches>
|
||||||
<Patch level="1">0002-CMake-modules-update-our-copy-of-LibFindMacros.patch</Patch>
|
<!--Patch level="1">0002-CMake-modules-update-our-copy-of-LibFindMacros.patch</Patch-->
|
||||||
<Patch level="1">0003-Fix-warning-in-FindGIO.cmake.patch</Patch>
|
<!--Patch level="1">0003-Fix-warning-in-FindGIO.cmake.patch</Patch-->
|
||||||
<Patch level="1">0001-debcherry-fixup-patch.patch</Patch>
|
<!--Patch level="1">0001-debcherry-fixup-patch.patch</Patch-->
|
||||||
</Patches>
|
</Patches>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>exiv2-devel</Dependency>
|
<Dependency>exiv2-devel</Dependency>
|
||||||
@@ -113,6 +113,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2017-04-15</Date>
|
||||||
|
<Version>2.2.4</Version>
|
||||||
|
<Comment>Rebuild with new toolchain</Comment>
|
||||||
|
<Name>Stefan Gronewold</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2016-11-13</Date>
|
<Date>2016-11-13</Date>
|
||||||
<Version>2.0.7</Version>
|
<Version>2.0.7</Version>
|
||||||
|
|||||||
@@ -70,6 +70,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2017-04-15</Date>
|
||||||
|
<Version>0.97.3</Version>
|
||||||
|
<Comment>Rebuild with new toolchain</Comment>
|
||||||
|
<Name>Stefan Gronewold</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2016-12-07</Date>
|
<Date>2016-12-07</Date>
|
||||||
<Version>0.97.3</Version>
|
<Version>0.97.3</Version>
|
||||||
|
|||||||
@@ -22,11 +22,13 @@ def setup():
|
|||||||
|
|
||||||
shelltools.makedirs("build")
|
shelltools.makedirs("build")
|
||||||
shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
options = "-DBUILD_SHARED_LIBS=ON \
|
options = "-DCMAKE_INSTALL_LIBDIR=lib \
|
||||||
|
-DBUILD_SHARED_LIBS=ON \
|
||||||
-DBUILD_TESTING=OFF"
|
-DBUILD_TESTING=OFF"
|
||||||
|
|
||||||
if get.buildTYPE() == "static":
|
if get.buildTYPE() == "static":
|
||||||
options = "-DBUILD_SHARED_LIBS=OFF \
|
options = "-DCMAKE_INSTALL_LIBDIR=lib \
|
||||||
|
-DBUILD_SHARED_LIBS=OFF \
|
||||||
-DBUILD_TESTING=OFF"
|
-DBUILD_TESTING=OFF"
|
||||||
|
|
||||||
cmaketools.configure(options, sourceDir="..")
|
cmaketools.configure(options, sourceDir="..")
|
||||||
|
|||||||
@@ -12,13 +12,13 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Linear Algebra PACKage</Summary>
|
<Summary>Linear Algebra PACKage</Summary>
|
||||||
<Description>LAPACK is a standard library for numerical linear algebra. LAPACK provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems.</Description>
|
<Description>LAPACK is a standard library for numerical linear algebra. LAPACK provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems.</Description>
|
||||||
<Archive sha1sum="5870081889bf5d15fd977993daab29cf3c5ea970" type="targz">http://www.netlib.org/lapack/lapack-3.5.0.tgz</Archive>
|
<Archive sha1sum="27dbd06bedc76619150f8e28de6412f7df0c649a" type="targz">http://www.netlib.org/lapack/lapack-3.7.0.tgz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>libgfortran</Dependency>
|
<Dependency>libgfortran</Dependency>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<Patch level="1">lapack-sharedlib.patch</Patch>
|
<!--Patch level="1">lapack-sharedlib.patch</Patch-->
|
||||||
<!--Patch level="1">lapack-parallel-make.patch</Patch-->
|
<!--Patch level="1">lapack-parallel-make.patch</Patch-->
|
||||||
<!--Patch level="1">lapack-3.3.1-cmake-sover.patch</Patch-->
|
<!--Patch level="1">lapack-3.3.1-cmake-sover.patch</Patch-->
|
||||||
</Patches>
|
</Patches>
|
||||||
@@ -78,6 +78,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2017-04-15</Date>
|
||||||
|
<Version>3.7.0</Version>
|
||||||
|
<Comment>Release Bump</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2016-06-09</Date>
|
<Date>2016-06-09</Date>
|
||||||
<Version>3.5.0</Version>
|
<Version>3.5.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user