debian/0000755000000000000000000000000012264624417007176 5ustar debian/darktable.docs0000644000000000000000000000001612264624266012000 0ustar RELEASE_NOTES debian/rules0000755000000000000000000000166212264624266010265 0ustar #!/usr/bin/make -f # -*- makefile -*- SOURCEPKG=$(shell dpkg-parsechangelog | sed -n 's/^Source: \(.*\)/\1/p') UPSTREAM=$(shell dpkg-parsechangelog | sed -n 's/^Version: \(.*\)-[^-]*/\1/p') SHA1=$(lastword $(subst ~g, ,$(UPSTREAM))) ORIG=${SOURCEPKG}_${UPSTREAM}.orig.tar.gz export CONFIG_SHELL=/bin/bash %: dh $@ --parallel override_dh_auto_configure: cmake/version.cmake dh_auto_configure -- -DDONT_INSTALL_GCONF_SCHEMAS=1 -DINSTALL_IOP_EXPERIMENTAL=1 -DBINARY_PACKAGE_BUILD=1 override_dh_auto_install: dh_auto_install find $(CURDIR)/debian/tmp/usr/share/darktable/js -type f -delete override_dh_strip: dh_strip --dbg-package=darktable-dbg describe-current-version: git describe --tags upstream | sed 's,^release-,,;s,-,+,;s,-,~,;' get-orig-source: git archive --format=tar $(SHA1) | gzip -9 > ../$(ORIG) .PHONY: describe-current-version git-orig-source cmake/version.cmake: echo "set(PROJECT_VERSION \"${UPSTREAM}\")" > $@ debian/patches/0000755000000000000000000000000012264624417010625 5ustar debian/patches/series0000644000000000000000000000004512264624417012041 0ustar # exported from git by git-debcherry debian/changelog0000644000000000000000000003231412264624266011055 0ustar darktable (1.4-2) unstable; urgency=low * Bug fix: "add LUA support", thanks to Steve Pomeroy (Closes: #735126). -- David Bremner Sun, 12 Jan 2014 19:43:13 -0400 darktable (1.4-1) unstable; urgency=medium * New upstrean version; see /usr/share/doc/darktable/RELEASE_NOTES for upstream changes (Closes: #733246). -- David Bremner Tue, 31 Dec 2013 08:48:23 -0400 darktable (1.4~rc1-1) experimental; urgency=low * Upstream release candidate; see /usr/share/doc/darktable/RELEASE_NOTES for upstream changes. * Bug fix: "segmentation fault when exporting website-gallery", thanks to IOhannes m zmoelnig (Closes: #709174). -- David Bremner Tue, 03 Dec 2013 10:26:58 -0400 darktable (1.2.3-1) unstable; urgency=low * New upstream release - libraw fix from 1.2.2-2 is now upstream (in darktable) - Updates and new hardware: update to RawSpeed r570, Canon 70D (preliminary), Olympus E-P5 (incl. preliminary Adobe Coeff.), Samsung NX2000, Sony RX100m2, Sony SLT-A58 (updated) - White Balance Presets: Sony NEX-5R, Sony SLT-A58, Nikon D3200 (updated), Pentax K20D - Enhanced Color Matrix: Pentax K20D - Noise Profiles: Canon EOS 1100D == Canon EOS Rebel T3, Canon PowerShot S95, Canon PowerShot G11, Nikon Coolpix P330, Sony A580, Fuji X10, Pentax K20D - Fixes and improvements: - Increased maximum cache size to 8GB - Adjustments to default lowpass blur settings - Adjustments to dithering slider ranges - Metadata viewer: fix display of focal length - Chromatic Aberrations: fix segfault for small buffers - Color pickers: fix various issues - More guides for Crop & Rotate - Improve light table usability - Soften: speed improvements by using SSE and OpenMP - Deleting images from camera is not supported anymore for safety. - Exposure module now supports multiple instances - Support for custom meta data burn in - PFM: load timestamp as date & time taken. - Fix bug prohibiting image rating by mouse - Update Picasa uploader: references Google+ now - Some fixes for memory leaks, deadlocks, background jobs - Fixes of on-screen handles for Crop&Rotate and GND modules - 0 bytes files will no longer be imported but ignored -- David Bremner Thu, 12 Sep 2013 06:44:59 -0300 darktable (1.2.2-2) unstable; urgency=medium * Port libraw commit c4e374ea. This one commit is a fix for two bugs. - Bug fix: "darktable: multiple vulnerabilities", thanks to Raphael Geissert (Closes: #721233). - Bug fix: "darktable: multiple vulnerabilities", thanks to Raphael Geissert (Closes: #721339). -- David Bremner Thu, 12 Sep 2013 06:43:59 -0300 darktable (1.2.2-1) unstable; urgency=low * New upstream "hardware support release" - updated rawspeed r553. Support for Canon EOS 700D, Nikon Coolpix P330, New Olymbus base curve Updated Adobe Coeffs - Enhanced color matrices: Canon 700D (from Canon 650D), Canon 100D (from Canon 650D), Sony NEX-7 - White balance presets: Some updates from UFRaw, Canon 100D, Canon 700D, Sony SLT-A37 Nikon, Coolpix P330 - Noise profiles: Canon EOS-M, Olympus E-600 (from: Olympus E-30), Olympus E-620 (from: Olympus E-30), Samsung WB2000, Sony A99v, Panasonic DMC-G10 iso 100, Nikon D60 - Bug fixes: 0 star rating working again, LT: ctrl+d duplicates per default now, Some fixes concerning locale handling, double click on film strip jumps to image, remember position in collections, ctrl+k jumps to previous collection, Blending parameters are preserved when module is deactivated, In full-preview (alt-1) ratings and labels are only applied to image shown, libsquish compilation now optional, dr: deactivate interpolation at 200% zoom -- David Bremner Sun, 28 Jul 2013 18:18:54 -0300 darktable (1.2.1-2) unstable; urgency=medium * Bug fix: "CVE-2013-2126: double free", thanks to Raphael Geissert (Closes: #711316). -- David Bremner Sat, 15 Jun 2013 06:50:53 +0900 darktable (1.2.1-1) unstable; urgency=low * New upstream bugfix release (Closes: #710207). - Blend mode "vividlight" should work for NaNs - Whitebalance is now relative to daylight, not to camera white balance - Now importing folder via key accelerator is supported. - Only one temperature slider in white balance - Some fixes to the zoom behaviour in darkroom mode - Fix some possible deadlocks, memory leaks and null pointer dereferences -- David Bremner Wed, 29 May 2013 07:12:24 -0300 darktable (1.2-1) experimental; urgency=low * New upstream feature release (Closes: #705486). - profiled denoise - lightroom import - multi instance support - improved usability for distorting modules - selective copy/paste of image processing - new keystone correction tool - jpeg2000 support - graphics magick import - dithering against banding. - sharper thumbnails in lighttable mode. - new oauth2 based picasa uploader. -- David Bremner Tue, 30 Apr 2013 19:09:45 -0300 darktable (1.1.4-1) unstable; urgency=low * New upstream bugfix release. - Keep the styles plugin usable after applying a style - darktable should now be better able to import some of the data from .xmp's from other applications - Better redraw logic in darkroom mode - It should be less likely to get blurry thumbnails in lighttable mode now - On low end system use lower quality thumbnails - Work around some malformed icc profiles - Add a mandatory cprt tag to embedded icc profiles - Prevent Adobe rgb related trademark issue - Some fixes with regard to the colorpicker - Tooltips should now be more easily distinguisable - Fix build with new glib versions -- David Bremner Sat, 20 Apr 2013 10:36:53 -0300 darktable (1.1.3-1) unstable; urgency=low * New upstream camera support update and bugfix release: - Check for glib 2.28 at config time. - Don't sanitize exif when creating HDR DNGs - Colorpicker now disappears immediately when disabling it - Lens correction now uses loose lens matching (Ivan Tarozzi) - Konica Minolta Dynax 5D rotation fix - Removed an outdated assertion which could cause a crash in rare cases - Fix crash when loading half-corrupted XMPs - Fix crash when an imported file contains incomplete GPS information - libjpeg-turbo workaround (Klaus Post) - Preliminary support for nikon d5200 - White balance preset updates: - Sony Alpha 700 (update to firmware v4) - Sony Alpha 230 (new) - Canon EOS 650d (new) - Canon EOS Rebel T2i (fixed) - Canon EOS M (fixed) - Enhanced color rendition: - Konica Minolta Dynax 5D (Wolfgang Kuehnel) - Sony NEX 3 (Wolfgang Kuehnel) - Sony Alpha 230 (Wolfgang Kuehnel) - Sony RX100 (Josef Wells) -- David Bremner Sat, 09 Feb 2013 11:25:40 -0400 darktable (1.1.2-1) unstable; urgency=low * New upstream camera support update and bugfix release: - fix export resolution rounding issue - correctly set output dimension in exif instead of passing the raw resolution verbatim - local average green eq was fixed - use ordered arrays in xmp files - disable export parallelism for flickr/picasa export - don't enter tethering mode when there is no camera attached - bring back the pin for map thumbnails - improved tiff support - vignetting now has a dithering option - read nikon subject distance properly - assorted freebsd fixes - various opencl fixes - usermanual updates * Support for the following camera's added or updated: - canon eos 6d, powershot s110, powershot g15, powershot sx50 hs - nikon 1 v2, d600, coolpix p7700 - olympus e pl5, e pm2, xz 2 - panasonic dmc gh3, dmc lx7 - pentax k5ii, ex2f - sony rx1, nex 6, slt a99 - sony nex c3 blackpoint/greenshift fix * white balance preset updates: - canon eos 550d, 5d mark iii - olympus xz 1 - sony nex c3, slt a57, nex 5n - panasonic dmc-gh3 -- David Bremner Sat, 12 Jan 2013 09:15:30 -0400 darktable (1.1.1-1) unstable; urgency=low * New upstream release (1.1); Many new features and bug fixes. - geotagging - image similarity search - improved sharpness and noise reduction - improved color management For more details see: http://www.darktable.org/2012/11/released-darktable-1-1/ * Bug fix release (1.1.1) - a curve related crash was fixed (Upstream: #9906) - a deadlock in the lens correction module was fixed (Upstream: #9106) For more details see: http://www.darktable.org/2012/12/released-1-1-1/ * Add versioned Build-Depends on debhelper * Enable hardening flags. -- David Bremner Tue, 11 Dec 2012 17:39:11 -0400 darktable (1.0.5-1) experimental; urgency=low * New upstream release - Update to RawSpeed r438 - Update to LibRaw 0.14.7 - White balance presets for Nikon Coolpix P7100 and Panasonic GF3 - White balance preset updates for Canon EOS 7D, Canon EOS 350D - Standard Color Matrices for Canon EOS 650D, Canon EOS 5D Mark III, Canon EOS 1D X, Canon PowerShot G1 X, Canon PowerShot SX220, Nikon D3200, Nikon D4, Nikon D800, Olympus E-M5, Panasonic GF5, Sony SLT-A37/A57, Leica X1/X2, Sony DSC-RX100 * Build with libtiff5 (Closes: #682588). * Switch to debhelper compat 9, for hardening support -- David Bremner Fri, 27 Jul 2012 06:59:38 -0300 darktable (1.0.4-1) unstable; urgency=low * New upstream release - New warming/cooling filter presets for color correction plugin - Correctly restore panels when using Tab. - Checking if an export target directly is read-only - Writing of hierarchical tags in .xmp has been improved - disabled scrollwheel scrolling in darkroom mode - Lighttable thumbnails are now color managed - Improved color rendition: Nikon D800, Canon EOS 5D Mark III - Updated White balance presets. -- David Bremner Sun, 03 Jun 2012 20:13:24 -0300 darktable (1.0.3-1) unstable; urgency=low * Upstream bugfix release. Fixes include: - upstream #275 "plugin with auto applied preset not disabled" - upstream #364 "keywords plugin causes hang" - upstream #365 "Watermark variable not correct" - upstream #366/#399 "two bugs in preset functionality" * New presets/matrices - Sony NEX-7 - Canon 400D, 50F - Nikon D800/D5100 -- David Bremner Sun, 29 Apr 2012 08:30:00 -0300 darktable (1.0-2) unstable; urgency=low * Rebuild for unstable. -- David Bremner Sat, 24 Mar 2012 07:58:08 -0300 darktable (1.0-1) experimental; urgency=low * New upstream release * Bug fix: "darktable gconf schemas cause warnings on each gconf2 trigger call", thanks to Julien Valroff (Closes: #624763). * Bump standards version (no changes). -- David Bremner Thu, 15 Mar 2012 19:14:57 -0300 darktable (0.9.3-2) unstable; urgency=low * Bug fix: "Darktable is missing Flickr export option", thanks to Mike Alborn (Closes: #644517). -- David Bremner Tue, 24 Jan 2012 17:27:06 -0400 darktable (0.9.3-1) unstable; urgency=low * New upstream version -- David Bremner Sun, 13 Nov 2011 10:46:00 -0400 darktable (0.9.2-1) unstable; urgency=low * New upstream version * (equivalents of) all patches now upstream -- David Bremner Sat, 27 Aug 2011 08:41:10 -0300 darktable (0.9.1-2) unstable; urgency=low * patch upstream copy of FindGTK2.cmake to work with multi-arch (fixes KFreeBSD FTBFS). -- David Bremner Tue, 16 Aug 2011 23:07:57 -0300 darktable (0.9.1-1) unstable; urgency=low * New upstream release -- David Bremner Tue, 02 Aug 2011 21:32:31 +0200 darktable (0.9-1) unstable; urgency=low * New upstream release. * Remove all patches now upstream; only patch for -Wno-error=unused-but-set-variable remains. * Bump Standards-Version to 3.9.2 (no changes) -- David Bremner Tue, 12 Jul 2011 09:36:46 -0300 darktable (0.8-4) unstable; urgency=low * Really restrict architecture to any-i386, any-amd64 * Add -Wno-error=unused-but-set-variable (Closes: #625315) -- David Bremner Tue, 03 May 2011 22:19:33 -0300 darktable (0.8-3) unstable; urgency=low * Restrict architecture to any-i386, any-amd64 * Backport upstream commits to more gracefully deal with missing sse2 support (Closes: #623393). -- David Bremner Thu, 21 Apr 2011 22:35:03 -0300 darktable (0.8-2) unstable; urgency=low * Enable cmake option BINARY_PACKAGE_BUILD, which disables build host specific optimizations. -- David Bremner Thu, 14 Apr 2011 23:42:12 -0300 darktable (0.8-1) unstable; urgency=low [ Bernd Zeimetz ] * Initial release (Closes: #553359) -- David Bremner Tue, 22 Feb 2011 07:58:31 -0400 debian/docs0000644000000000000000000000001112264624266010043 0ustar doc/TODO debian/darktable.links0000644000000000000000000000026012264624266012171 0ustar /usr/share/javascript/prototype/prototype.js /usr/share/darktable/js/prototype.js /usr/share/javascript/scriptaculous/scriptaculous.js /usr/share/darktable/js/scriptaculous.js debian/darktable.manpages0000644000000000000000000000005212264624266012643 0ustar debian/tmp/usr/share/man/man1/darktable.1 debian/watch0000644000000000000000000000007412264624266010232 0ustar version=3 http://sf.net/darktable/darktable-(.+)\.tar\.xz debian/darktable.lintian-overrides0000644000000000000000000000026012264624266014507 0ustar # the embedded library is not functionally equivalent. # see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682980 embedded-library usr/lib/darktable/libdarktable.so: libraw debian/clean0000644000000000000000000000023012264624327010176 0ustar doc/usermanual/profiled_final.fo doc/usermanual/profiled_final.xml doc/usermanual/usermanual.pdf src/external/LibRaw/dcraw/dcraw.c src/external/dcraw.c debian/darktable.install0000644000000000000000000000020112264624266012512 0ustar usr/bin usr/lib/darktable usr/share/applications usr/share/man/man1 usr/share/locale usr/share/icons/hicolor usr/share/darktable debian/control0000644000000000000000000000531512264624266010607 0ustar Source: darktable Section: graphics Priority: optional Maintainer: Debian PhotoTools Maintainers Uploaders: Bernd Zeimetz , David Bremner Build-Depends: debhelper (>= 9), cmake, liblcms2-dev, libgtk2.0-dev, libglib2.0-dev, libcairo2-dev, libjpeg-dev, libpng-dev, liblensfun-dev, libtiff5-dev, libexiv2-dev, intltool, libglade2-dev, libsqlite3-dev, libopenexr-dev, libgphoto2-2-dev, libcurl4-gnutls-dev|libcurl-dev, libdbus-glib-1-dev, libgnome-keyring-dev, librsvg2-dev, libflickcurl-dev, xsltproc, libsoup2.4-dev, libglu1-mesa-dev, libsdl1.2-dev, libvte-dev, libcolord-dev, libjson-glib-dev, liblua5.2-dev Standards-Version: 3.9.3 Homepage: http://www.darktable.org/ Vcs-Git: git://git.debian.org/pkg-phototools/darktable.git Vcs-Browser: http://git.debian.org/?p=pkg-phototools/darktable.git;a=summary Package: darktable Architecture: any-i386 any-amd64 Depends: ${shlibs:Depends}, ${misc:Depends}, gtk2-engines, libjs-prototype, libjs-scriptaculous Replaces: darktable-plugins-legacy (<< 0.9), darktable-plugins-experimental (<< 1.0~) Breaks: darktable-plugins-legacy (<< 0.9), darktable-plugins-experimental (<< 1.0~) Description: virtual lighttable and darkroom for photographers Darktable manages your digital negatives in a database and lets you view them through a zoomable lighttable. it also enables you to develop raw images and enhance them. . It tries to fill the gap between the many excellent existing free raw converters and image management tools (such as ufraw or f-spot). The user interface is built around efficient caching of image metadata and mipmaps, all stored in a database. the user will always be able to interact, even if the full resolution image is not yet loaded. . All editing is fully non-destructive and only operates on cached image buffers for display. the full image is only converted during export. The frontend is written in gtk+/cairo, the database uses sqlite3, raw image loading is done using libraw, high-dynamic range, and standard image formats such as jpeg are also supported. The core operates completely on floating point values, so darktable can not only be used for photography but also for scientifically acquired images or output of renderers (high dynamic range). Package: darktable-dbg Architecture: any-i386 any-amd64 Section: debug Priority: extra Depends: ${misc:Depends}, darktable (= ${binary:Version}) Description: virtual lighttable and darkroom for photographers Darktable manages your digital negatives in a database and lets you view them through a zoomable lighttable. it also enables you to develop raw images and enhance them. . This package contains the debugging symbols debian/compat0000644000000000000000000000000212264624266010376 0ustar 9 debian/NEWS0000644000000000000000000000064612264624266007705 0ustar darktable (1.0-1) experimental; urgency=low * Darktable has changed the storage method for preferences from gconf to a flat file $HOME/.config/darktable/darktablerc. There is no automatic migration method for preferences, but you may find the command "gconftool-2 -R /apps/darktable" useful if you need to view previous settings. -- David Bremner Thu, 15 Mar 2012 21:24:36 -0300 debian/copyright0000644000000000000000000003760512264624266011146 0ustar This work was packaged for Debian by: Bernd Zeimetz on Wed, 26 May 2010 14:49:58 +0200 It was downloaded from: git://git.debian.org/pkg-phototools/darktable.git Upstream Authors: Alexander Rabtchevich, Alexandre Prokoudine, Andrey Kaminsky, Christian Himpel, Ger Siemerink, Gregor Quade, Henrik Andersson, Johannes Hanika, Pascal de Bruijn, Richard Hughes, Sebastien Delcoigne, Jochen Schroeder Thomas Costis Ulrich Pegalow Udi Fuchs Rostyslav Pidgornyi Emil Martinec Øyvind Kolås Files: * Copyright: © 2009-2010 The Darktable Authors Portions Copyright: Mark Probst, Øyvind Kolås, Shawn Freeman, Udi Fuchs License: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Files: src/common/pwstorage/backend_kwallet.c License : BSD (3 clause) GPL (v3 or later) Copyright: © 2010 Tobias Ellinghaus License: GPL3+ Portions copyright: 2010 The Chromium Authors. Files: src/iop/Permutohedral.h Copyright: © 2010 Andrew Adams License: BSD3 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the Stanford Graphics Lab nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: src/external/rawspeed Copyright: © 2009 Klaus Post Portions Copyright: Hubert Figuiere, Thomas G Lane, Kongji Huang, Brian C. Smith, The Regents of the University of California. License: LGPL 2+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Files: src/external/rawspeed/RawSpeed/TiffTag.h Copyright: 2004 - 2006 Novell, Inc License: MIT/X11 (BSD like) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: src/external/CL/* Copyright: © 2008-2010 The Khronos Group Inc. License: The files in this directory constitute the interface specification of OpenCL revision 1.1. They are copyrighted by The Khronos Group Inc. and can be used, copied, modified, merged, published, distributed, sublicensed free of charge according to the following copyright notice: /******************************************************************************* * Copyright (c) 2008-2010 The Khronos Group Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and/or associated documentation files (the * "Materials"), to deal in the Materials without restriction, including * without limitation the rights to use, copy, modify, merge, publish, * distribute, sublicense, and/or sell copies of the Materials, and to * permit persons to whom the Materials are furnished to do so, subject to * the following conditions: * * The above copyright notice and this permission notice shall be included * in all copies or substantial portions of the Materials. * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. ******************************************************************************/ From: Neil Trevett To: Ulrich Pegelow CC: James Riordon Date: Sat, 7 May 2011 04:32:47 -0700 Subject: RE: Permission to use OpenCL header files in open source project Thread-Topic: Permission to use OpenCL header files in open source project Thread-Index: AcwDQf0xEnqgW9uUQjqGuglo7E4hlQImVv3A Message-ID: <12B40963ACC9884B96B321F99D87198416EFEE13D9@HQMAIL01.nvidia.com> References: <201104251410.09747.ulrich.pegelow@tongareva.de> In-Reply-To: <201104251410.09747.ulrich.pegelow@tongareva.de> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charsetso-8859-1" Content-Transfer-Encoding: quoted-printable Envelope-To: ulrich.pegelow@tongareva.de Status: R X-Status: N X-KMail-EncryptionState: X-KMail-SignatureState: X-KMail-MDN-Sent: Hi Ulrich, Thank you for checking with us - I can confirm that the header files you list are indeed under a free to use license and you may integrate them to your project. Your application sounds intriguing. The OpenCL working group is looking to outreach to selected developers on a private email feedback list. I think the group would be interested in your input feedback on OpenCL functionality and the OpenCL ICD mechanism that is under construction. Would you be interested in providing feedback to the OpenCL group directly? If so I can help in setting up the logistics to make that possible. Best regards, Neil Neil Trevett Vice President Mobile Content, NVIDIA | President, Khronos Group 2701 San Tomas Expressway, Santa Clara, CA 95050 USA M: +1 (408) 464-7053 | O: +1 (408) 566-6512 | F: +1 (408) 986-8315 ntrevett@nvidia.com | www.nvidia.com -----Original Message----- From: Ulrich Pegelow [mailto:ulrich.pegelow@tongareva.de] Sent: Monday, April 25, 2011 5:10 AM To: info@khronos.org Subject: Permission to use OpenCL header files in open source project Dear Sir or Madam, I am seeking your advice and kind permission to use and distribute your OpenCL header files with an open source project called "Darktable". Darktable is a photography workflow solution for Linux with a virtual lighttable and darkroom. Its main focus and strength is in conversion and development of photographic RAW-files. Details can be found at http://darktable.sourceforge.net. Darktable is distributed in source code and binary form under the GNU GENERAL PUBLIC LICENCE (GPL) Version 3 (http://www.gnu.org/licenses/gpl-3.0.html) Darktable already supports OpenCL functionality in various parts. As a consequence it is running with blazing speed at many typical processing steps making it the best open-source raw converter available. It could be a perfect advocate for the benefits of GPU computing as provided by OpenCL and help propagate the idea. Darktable's current limitation lies in the fact that a working OpenCL development kit is required at compile time. The resulting binary will only run on systems which have a working OpenCL run-time environment. As Linux software distributions can not rely on this, they will have to ship darktable binaries with OpenCL deactivated, thus preventing wide spread use of OpenCL. My goal is to modify Darktable in a way, that it is able to detect the presence of OpenCL at run-time. I will use wrapper functions and dynamic loading to accomplish this. At startup Darktable would search for an existing OpenCL library and bind it if present. This way I would take advantage of the fact that many system already have a working OpenCL runtime library provided by a proprietary graphics card driver. That is the case e.g. for NVIDIA. In order to do so, I need to include OpenCL specifications in form of header files into Darktable's source code, namely the following files from your OpenCL API registry (http://www.khronos.org/registry/cl): opencl.h cl_platform.h cl.h cl_ext.h cl_d3d10.h cl_gl.h cl_gl_ext.h cl.hpp All with Version 1.0 or Version 1.1. depending on final implementation. I understand the licensing terms in the preambles of your header files in the way that Khronos Group grants all third parties the right to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the material as long as the copyright notice and permission notice in the preamble is included. I would be indebted if you could confirm to me that my understanding in right and that I am allowed to include the above mentioned files into Darktables source tree, which is distributed under GPL. With best regards, Ulrich Pegelow -- Ulrich Pegelow, Ph.D. Benrodestr. 76 40597 Düsseldorf GERMANY Tel. +49-0211-719674 Files: src/external/LibRaw/* Copyright: © 2008-2010 LibRaw LLC (info@libraw.org) License: LGPL-2.1 LibRaw is free software; you can redistribute it and/or modify it under the terms of the one of three licenses as you choose: 1. GNU LESSER GENERAL PUBLIC LICENSE version 2.1 (See file LICENSE.LGPL provided in LibRaw distribution archive for details). 2. COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (See file LICENSE.CDDL provided in LibRaw distribution archive for details). 3. LibRaw Software License 27032010 (See file LICENSE.LibRaw.pdf provided in LibRaw distribution archive for details). This file is generated from Dave Coffin's dcraw.c dcraw.c -- Dave Coffin's raw photo decoder Copyright 1997-2010 by Dave Coffin, dcoffin a cybercom o net Look into dcraw homepage (probably http://cybercom.net/~dcoffin/dcraw/) for more information Files: src/external/LibRaw/dcraw/dcraw.c, src/external/LibRaw/dcraw/dcraw.c Copyright: © 1997-2010 by Dave Coffin, dcoffin a cybercom o net License: GPL2+ | Custom dcraw.c -- Dave Coffin's raw photo decoder Copyright 1997-2010 by Dave Coffin, dcoffin a cybercom o net This is a command-line ANSI C program to convert raw photos from any digital camera on any computer running any operating system. No license is required to download and use dcraw.c. However, to lawfully redistribute dcraw, you must either (a) offer, at no extra charge, full source code* for all executable files containing RESTRICTED functions, (b) distribute this code under the GPL Version 2 or later, (c) remove all RESTRICTED functions, re-implement them, or copy them from an earlier, unrestricted Revision of dcraw.c, or (d) purchase a license from the author. The functions that process Foveon images have been RESTRICTED since Revision 1.237. All other code remains free for all uses. *If you have not modified dcraw.c in any way, a link to my homepage qualifies as "full source code". File: src/external/LibRaw/internal/dcb_demosaicing.c Copyright: © 2010, Jacek Gozdz (cuniek@kft.umcs.lublin.pl) License: BSD3 This code is licensed under a (3-clause) BSD license as follows Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS I On Debian systems, the complete text of the GNU General Public License versions 2 and 3 can be found in "/usr/share/common-licenses/GPL-2", and "/usr/share/common-licenses/GPL-3" and the GNU Library (Lesser) General License version 2 (2.1) can be found in "/usr/share/common-licenses/LGPL-2" ("/usr/share/common-licenses/LGPL-2.1") Files: debian/* Copyright: © 2010 Bernd Zeimetz , David Bremner License: GPL3 debian/source/0000755000000000000000000000000012264624266010500 5ustar debian/source/format0000644000000000000000000000001412264624266011706 0ustar 3.0 (quilt)