From 105c24808ebc37cb6c59d010fd0c4b0bab088055 Mon Sep 17 00:00:00 2001 From: DrSlony Date: Wed, 22 Oct 2014 15:44:05 +0200 Subject: [PATCH] Added AppData file for better integration with package managers: rawtherapee.appdata.xml. Issue 2512 --- CMakeLists.txt | 7 +++++++ rawtherapee.appdata.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 rawtherapee.appdata.xml diff --git a/CMakeLists.txt b/CMakeLists.txt index 132873faa..a9a686b41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -156,6 +156,12 @@ if (NOT DEFINED ICONSDIR) endif (UNIX) endif (NOT DEFINED ICONSDIR) +if (NOT DEFINED APPDATADIR) + if (UNIX) + set (APPDATADIR "${CMAKE_INSTALL_PREFIX}/share/appdata") + endif (UNIX) +endif (NOT DEFINED APPDATADIR) + # non-bundle builds has to use absolute paths if (NOT BUILD_BUNDLE AND NOT (IS_ABSOLUTE "${BINDIR}" AND IS_ABSOLUTE "${DATADIR}" AND IS_ABSOLUTE "${LIBDIR}" AND @@ -352,6 +358,7 @@ if (WIN32) endif (WIN32) if (UNIX) install (FILES "${PROJECT_SOURCE_DIR}/doc/manpage/rawtherapee.1" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man1") + install (FILES rawtherapee.appdata.xml DESTINATION "${APPDATADIR}") endif (UNIX) add_subdirectory (rtexif) diff --git a/rawtherapee.appdata.xml b/rawtherapee.appdata.xml new file mode 100644 index 000000000..01da61714 --- /dev/null +++ b/rawtherapee.appdata.xml @@ -0,0 +1,40 @@ + + + + rawtherapee.desktop + CC-BY-SA-4.0 + GPL-3.0+ + RawTherapee + A powerful cross-platform raw image processing program + +

+ RawTherapee is a powerful raw image processing program. All the internal calculations are done in a high precision 32-bit floating point engine which facilitates non-destructive editing. Images are opened directly without the hassle of having to import them. Adjustments made by the user are immediately reflected in the preview and saved to a separate sidecar file. These adjustments are then applied during the export process, or can be copied (fully and partially) onto other images, thereby allowing easy batch image processing. +

+

+ All aspects of RawTherapee are documented in the RawPedia wiki. There is also an active forum and IRC channel for interaction with the developers and other users. +

+ Supported input formats: +
    +
  • Most raw formats including those from Bayer and X-Trans type sensors
  • +
  • HDR DNG 1.4 with floating-point data
  • +
  • 8-bit, 16-bit and 32-bit TIFF (RGB)
  • +
  • 8-bit and 16-bit PNG (RGB)
  • +
  • JPEG
  • +
+ Supported output formats: +
    +
  • JPEG
  • +
  • 8-bit and 16-bit TIFF
  • +
  • 8-bit and 16-bit PNG
  • +
+
+ + http://rawtherapee.com/images/screenshots/rt-42_07-hdr-landscape.jpg + http://rawtherapee.com/images/screenshots/rt-42_03-macro-detail-toning.jpg + http://rawtherapee.com/images/screenshots/rt-42_05-cow-bw-toning.jpg + http://rawtherapee.com/images/screenshots/rt-42_08-fb-metadata.jpg + http://rawtherapee.com/images/screenshots/rt-42_09-queue.jpg + + http://rawtherapee.com/ + contactus_at_rawtherapee.com +