darktable-2.2.4:new toolchain

This commit is contained in:
Rmys
2017-04-15 18:24:49 +03:00
parent 7ef0b9eab4
commit 604b60bb27
2 changed files with 14 additions and 5 deletions
+3 -1
View File
@@ -13,7 +13,8 @@ def setup():
pisitools.ldflags.add("-lgs")
shelltools.makedirs("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 \
-DBINARY_PACKAGE_BUILD=1 \
-DBUILD_USERMANUAL=False \
@@ -24,6 +25,7 @@ def setup():
def build():
shelltools.cd("build")
cmaketools.make()
def install():
shelltools.cd("build")
+11 -4
View File
@@ -12,11 +12,11 @@
<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>
<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>
<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">0001-debcherry-fixup-patch.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">0001-debcherry-fixup-patch.patch</Patch-->
</Patches>
<BuildDependencies>
<Dependency>exiv2-devel</Dependency>
@@ -113,6 +113,13 @@
</Package>
<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">
<Date>2016-11-13</Date>
<Version>2.0.7</Version>