Advertisement
Guest User

Untitled

a guest
Oct 21st, 2015
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. SUMMARY = "An open source photography workflow application and RAW developer"
  2. LICENSE = "GPLv3 "
  3. LIC_FILES_CHKSUM = "file://COPYING;md5=b2beded7103a3d8a442a2a0391d607b0"
  4.  
  5. SRC_URI = "https://github.com/darktable-org/darktable/releases/download/release-1.6.9/darktable-1.6.9.tar.xz"
  6.  
  7. SRC_URI[md5sum] = "d4a52d06c37209afc31c0d0ffdc87ed9"
  8. SRC_URI[sha256sum] = "0f721e9d298a9407f6c0325d9c95b9dc37fa60f3b6a2f2e3b5675ff97c423173"
  9.  
  10. #S = "${WORKDIR}/git"
  11.  
  12. DEPENDS = "perl"
  13.  
  14. #DEPENDS = "virtual/libx11 libxrender waffle virtual/libgl libglu python-mako-native python-numpy-native"
  15.  
  16. inherit cmake pythonnative distro_features_check
  17. # depends on virtual/libx11
  18. #REQUIRED_DISTRO_FEATURES = "x11"
  19.  
  20. # As piglit doesn't install, enforce in-tree builds so that we can easily copy
  21. # contents out of $S and $B.
  22. #B="${S}"
  23.  
  24. # CMake sets the rpath at build time with the source tree, and will reset it at
  25. # install time. As we don't install this doesn't happen, so force the rpath to
  26. # what we need.
  27. EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement