debian/0000755000000000000000000000000012256534624007177 5ustar debian/changelog0000644000000000000000000000024212256527247011052 0ustar delaboratory (0.8-1) unstable; urgency=low * Initial upload (closes: #733068). -- Laszlo Boszormenyi (GCS) Wed, 25 Dec 2013 09:36:14 +0100 debian/compat0000644000000000000000000000000212256514310010363 0ustar 9 debian/control0000644000000000000000000000273312256534131010600 0ustar Source: delaboratory Section: graphics Priority: extra Maintainer: Laszlo Boszormenyi (GCS) Build-Depends: debhelper (>= 9), libtiff-dev, libwxgtk2.8-dev, libxml2-dev Standards-Version: 3.9.5 Homepage: http://code.google.com/p/delaboratory/ Package: delaboratory Architecture: any Depends: dcraw, ${shlibs:Depends}, ${misc:Depends} Description: unique image postprocessing application Features: - floating point precision (not 8-bit like Gimp, not 16-bit like most raw processors) - native support for multiple colorspaces (sRGB, ProPhoto RGB, LAB, CMYK, LCH, HSL, HSV, BW) - non destructive editing (adjustment layers) - KISS design - realtime preview - basic operations: CMYK curves, CMYK levels, RGB curves, RGB levels, white balance in LAB, saturation in LAB, LAB curves, BW curve, HSV equalizer, LCH equalizer, recover shadows/highlights, vignette, local contrast, LAB/BW/RGB/CMYK gradients - expert operations: levels, curves, equalizer, exposure, saturation, white balance, fill, tone, local contrast, auto_dodge/auto_burn, sharpen, vignette, gradient, gaussian blur, recover highlights, recover shadows, channel mixer, high pass, c2g, copy - RAW support via dcraw - up to 5 color samplers - histograms and color matrices - many blend modes (multiply, screen, overlay, inverted overlay, dodge, burn, add, grain extract, grain merge, sub, difference, darken, lighten), color/luminocity blending for RGB and CMYK debian/copyright0000644000000000000000000000206212256532502011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: delaboratory Upstream-Contact: Jacek Poplawski Upstream-Source: http://code.google.com/p/delaboratory/source/browse/ Files: * Copyright: Copyright (C) 2011- Jacek Poplawski License: GPL-3+ Files: debian/* Copyright: Copyright (C) 2013- Laszlo Boszormenyi (GCS) License: GPL-3+ License: GPL-3+ 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 program 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. . On Debian systems, the full text of the GNU General Public License can be found in the file `/usr/share/common-licenses/GPL-3'. debian/delaboratory.desktop0000644000000000000000000000051712256534567013272 0ustar [Desktop Entry] Encoding=UTF-8 Version=1.0 Name=delaboratory GenericName=Delaboratory - color utility Comment=enhance color and contrast Type=Application Categories=Graphics;Photography; Exec=delaboratory %F Terminal=false StartupNotify=true MimeType=application/xdelaboratory;image/x-dcraw;image/jpeg;image/tiff; Icon=delaboratorydebian/delaboratory.install0000644000000000000000000000006512256534617013261 0ustar debian/delaboratory.desktop /usr/share/applications/ debian/dirs0000644000000000000000000000001112256533430010045 0ustar usr/bin/ debian/patches/0000755000000000000000000000000012256533742010626 5ustar debian/patches/dont_force_CPU.patch0000644000000000000000000000064312256533121014472 0ustar Description: let gcc/g++ use its CPU settings Don't override arch to compile for. Author: Laszlo Boszormenyi (GCS) Last-Update: 2013-12-25 --- --- delaboratory-0.8.orig/Makefile +++ delaboratory-0.8/Makefile @@ -85,9 +85,9 @@ STRIP=strip ifeq (${ARCH}, 64) -OPTFLAGS=-march=x86-64 +#OPTFLAGS=-march=x86-64 else -OPTFLAGS=-march=i686 +#OPTFLAGS=-march=i686 endif # choose your architecture debian/patches/install_destdir_support.patch0000644000000000000000000000054612256533742016634 0ustar Description: allow to set location to install into Author: Laszlo Boszormenyi (GCS) Last-Update: 2013-12-25 --- --- delaboratory-0.8.orig/Makefile +++ delaboratory-0.8/Makefile @@ -130,7 +130,7 @@ depend: $(SOURCES) ${HEADERS} ${CORE_SOU install: - cp ${APP} /usr/local/bin + cp ${APP} $(DESTDIR)/usr/bin/ clean: rm -f ./.depend debian/patches/series0000644000000000000000000000006312256533673012045 0ustar dont_force_CPU.patch install_destdir_support.patch debian/rules0000755000000000000000000000016212256513770010255 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/source/0000755000000000000000000000000012256513741010474 5ustar debian/source/format0000644000000000000000000000001412256513741011702 0ustar 3.0 (quilt)