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>
|
||||||
|
|||||||
Reference in New Issue
Block a user