pkgsrc/graphics/darktable/patches/patch-doc_CMakeLists.txt
jakllsch cd0856b773 Update to darktable-0.9.2.
pkgsrc changes: enable flickr module.

upstream changes:

0.9.1 to 0.9.2:
not yet available

0.9 to 0.9.1:
 - new rawspeed, dcraw, libraw
 - fixed various segfaults and deadlocks
 - the pipeline is now more real HDR (unbounded color management, no more gamut clipping in between)
 - fixed a nasty bug which could cause complete loss of history for an image
 - darktable-faster now plays nicely with darktablerc (non-gconf)
 - lots of opencl improvements
 - updated translations
 - second part of our GSoC: customizable keyboard shortcuts!
2011-08-25 14:42:53 +00:00

12 lines
454 B
Text

$NetBSD: patch-doc_CMakeLists.txt,v 1.2 2011/08/25 14:42:53 jakllsch Exp $
--- doc/CMakeLists.txt.orig 2011-08-24 09:20:29.000000000 +0000
+++ doc/CMakeLists.txt
@@ -20,6 +20,6 @@ add_custom_command(
add_custom_target(manpages ALL DEPENDS darktable.1)
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/darktable.1 DESTINATION ./share/man/man1)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/darktable.1 DESTINATION ./man/man1)
add_subdirectory(usermanual)