--- cinepaint-0.22.orig/debian/libcinepaint0.install +++ cinepaint-0.22/debian/libcinepaint0.install @@ -0,0 +1 @@ +usr/lib/*.so.* --- cinepaint-0.22.orig/debian/control +++ cinepaint-0.22/debian/control @@ -0,0 +1,53 @@ +Source: cinepaint +Section: graphics +Priority: optional +Maintainer: Caroline Ford +XSBC-Original-Maintainer: Aedan Kelly +Build-Depends: autotools-dev, cdbs, debhelper (>= 5), dh-buildinfo, libfltk1.1-dev, libgtk2.0-dev, libgutenprint-dev, libgutenprintui2-dev, libjpeg62-dev, liblcms1-dev, libopenexr-dev, libtiff4-dev, libxmu-dev, python-dev, zlib1g-dev, libpng12-dev, libxpm-dev, ftgl-dev +Standards-Version: 3.7.3 +Homepage: http://www.cinepaint.org/ + +Package: cinepaint +Section: graphics +Architecture: any +Depends: ${shlibs:Depends}, cinepaint-data (= ${source:Version}) +Description: A deep paint image retouching tool + CinePaint is used to retouch feature films and in pro photography. + CinePaint opens high fidelity image file formats such as DPX, 16-bit + TIFF, and OpenEXR, and conventional formats like JPEG and PNG. It has a + flipbook for movie playback of image sequences in RAM. It supports + 8-bit, 16-bit and 32-bit color channels, HDR and CMS. + CinePaint is used for motion picture frame-by-frame retouching, dirt + removal, wire rig removal, render repair, background plates, and + painting 3D model textures. It's been used on many feature films. + For still photography, CinePaint can import bracketed HDR exposures. It + has gallery-quality 16-bit per channel color printing with GutenPrint. + CinePaint's high dynamic range is crucial with B&W still photography, + where images only have a single channel. + + +Package: cinepaint-data +Section: graphics +Architecture: all +Description: data files for CinePaint + CinePaint is a painting and image retouching program designed to work best + with 35mm film and other high resolution high dynamic range images. + . + This package contains the standard set of brushes, gradients, palettes, + patterns and scripts for CinePaint. + +Package: libcinepaint0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: runtime library files for CinePaint + CinePaint is a painting and image retouching program designed to work best + with 35mm film and other high resolution high dynamic range images. + +Package: libcinepaint-dev +Section: libdevel +Architecture: any +Depends: libcinepaint0 (= ${binary:Version}) +Description: development library files for CinePaint + CinePaint is a painting and image retouching program designed to work best + with 35mm film and other high resolution high dynamic range images. --- cinepaint-0.22.orig/debian/menu +++ cinepaint-0.22/debian/menu @@ -0,0 +1,10 @@ +?package(cinepaint): \ + needs="X11" \ + section="Applications/Graphics" \ + title="CinePaint" \ + command="/usr/bin/cinepaint" \ + hints="Bitmap" \ + icon="/usr/share/pixmaps/cinepaint.xpm" \ + longtitle="CinePaint Image Editor" \ + description="Paint and retouch motion picture images" + --- cinepaint-0.22.orig/debian/compat +++ cinepaint-0.22/debian/compat @@ -0,0 +1 @@ +5 --- cinepaint-0.22.orig/debian/changelog +++ cinepaint-0.22/debian/changelog @@ -0,0 +1,298 @@ +cinepaint (0.22-3ubuntu1~ppa1) hardy; urgency=low + + * PPA of Aedan Kelly's new GTK2 cinepaint package + + -- Caroline Ford Sun, 02 Mar 2008 23:30:22 +0000 + +cinepaint (0.22-3) unstable; urgency=low + + *revised debian/copyright + + -- Aedan Kelly Wed, 27 Feb 2008 19:02:04 +0000 + +cinepaint (0.22-2) unstable; urgency=low + + * re-built + + -- Aedan Kelly Mon, 11 Feb 2008 23:38:09 +0000 + +cinepaint (0.22-1) unstable; urgency=low + + *Use pbuilder + + -- Aedan Kelly Mon, 11 Feb 2008 21:30:08 +0000 + +cinepaint (0.22-1) unstable; urgency=low + + *Rebuilt against sid + + -- Aedan. Kelly Mon, 11 Feb 2008 19:42:29 +0000 + +cinepaint (0.20-1-1.3) unstable; urgency=low + + [ Oystein Gisnas ] + * NMU + * debian/rules: + - Remove link flag "--as-needed" (closes: #374264, #367543) + + -- Loic Minier Fri, 28 Jul 2006 22:14:55 +0200 + +cinepaint (0.20-1-1.2) unstable; urgency=low + + * NMU + * debian/rules: + - Pass LDFLAGS to get rid of libfreetype6 dependency, + thanks Steve. (Closes: #349975) + * debian/control: build-depends on libpng12-dev + + -- Gustavo Franco Sun, 12 Mar 2006 16:16:16 -0300 + +cinepaint (0.20-1-1.1) unstable; urgency=medium + + * NMU + * debian/patches: + - int_to_intptr_t.patch added: fixes FTBFS on 64bit + + -- Gustavo Franco Sun, 15 Jan 2006 13:44:11 -0200 + +cinepaint (0.20-1-1) unstable; urgency=medium + + * New upstream release. + * Rebuild against libopenexr2c2a. + (closes: #344400) + * Debian Standards-Version: 3.6.2.2 + * Debhelper compatibility: 5 + + -- Andrew Lau Sun, 8 Jan 2006 23:27:10 +1100 + +cinepaint (0.19-1-2) unstable; urgency=medium + + * [debian/control]: + - Update build dependencies in line with C++ ABI transition. + - Build with Gutenprint support. + * [debian/rules]: + - Record compile-time dependency versions using dh_buildinfo + - Fix documentation symlinks + * Include the new binary for cinepaint-remote. + * Debian Standards-Version: 3.6.2 + + -- Andrew Lau Sun, 17 Jul 2005 22:38:14 +1000 + +cinepaint (0.19-1-1) unstable; urgency=low + + * New upstream release. + - Support for FLTK plug-ins. + * Gutenprint support disabled due its current absence from Debian. + + -- Andrew Lau Tue, 7 Jun 2005 00:57:04 +1000 + +cinepaint (0.19-0-1) experimental; urgency=low + + * New upstream release. + - Colour picker fixed. + (closes: #218769) + - Upgrades to Flipbook. + (closes: #258758) + - Patches merged: 00_relibtoolize.patch, 01_gcc-3.4.patch + * Histogram tool now compiles on AMD64. + Thanks: Andreas Jochens + (closes: #285592) + * Support for colour management (LittleCMS) and Gimp-Python plug-ins enabled. + * Uploading to experimental instead due to current bugs in OpenEXR and TIFF + handling. + + -- Andrew Lau Tue, 4 Jan 2005 23:13:05 +1100 + +cinepaint (0.18.3-8) unstable; urgency=low + + * [debian/control] + - Restored section for libcinepaint-dev to libdevel. + * [debian/rules] + - Removed manual file permission handling. + + -- Andrew Lau Wed, 2 Mar 2005 14:21:27 +1100 + +cinepaint (0.18.3-7) unstable; urgency=low + + * One last maintainence release before 0.19-1. + * AMD64/gcc4.0 fix for the histogram tool + + [debian/patches/00_histogram-gcc4.patch] + (closes: #285592) + * [debian/libcinepaint-dev.install] + - Move headers from /usr/include/cinepaint-0.18 to /usr/include/cinepaint + * [debian/copyright] + - List all three licenses that cover CinePaint. + * [debian/rules] + - Automatic relibtoolizing by CDBS. + + -- Andrew Lau Tue, 1 Mar 2005 03:34:03 +1100 + +cinepaint (0.18.3-6) unstable; urgency=medium + + * Force synchronised rebuilds against libopenexr2 with versioned + build-depends. + * Changed types for 'psd_type_to_gimp_type' in psd.c to fix build failure + with GCC-3.4. + Patch: 01_gcc-3.4.patch + (closes: #258578) + * Lintian warning cleanups + - source-contains-CVS-dir + - unquoted-string-in-menu-item + + -- Andrew Lau Fri, 27 Aug 2004 01:10:02 +1000 + +cinepaint (0.18.3-5) unstable; urgency=medium + + * Rebuild against libopenexr2. + * Merge NMU fixes. Thanks: Steve Langasek. + (closes: #262794) + * Relibtoolize using automake 1.8.5 and libtool 1.5.6. + Patch: 00_relibtoolize.patch + + -- Andrew Lau Tue, 17 Aug 2004 20:36:17 +1000 + +cinepaint (0.18.3-4.2) unstable; urgency=low + + * Non-maintainer upload. + * Reuild against libtiff4 (closes: #262794). + + -- Steve Langasek Tue, 3 Aug 2004 00:39:17 -0700 + +cinepaint (0.18.3-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Update this mess to automake 1.8/libtool 1.5, to fix the arm + problems once and for all. + + -- Steve Langasek Sun, 9 May 2004 10:46:31 -0500 + +cinepaint (0.18.3-4) unstable; urgency=medium + + * GNU Libtool pass_all fix using libtool 1.4.3-19 with autoconf. + (closes: #244150) + + -- Andrew Lau Tue, 4 May 2004 01:35:11 +1000 + +cinepaint (0.18.3-3) unstable; urgency=low + + * Try again with libtool 1.5.6-1 and manually update aclocal.m4 instead. + + -- Andrew Lau Thu, 22 Apr 2004 11:41:31 +1000 + +cinepaint (0.18.3-2) unstable; urgency=low + + * Force libtool update for arm compatibility. + + -- Andrew Lau Thu, 22 Apr 2004 00:36:21 +1000 + +cinepaint (0.18.3-1) unstable; urgency=low + + * New upstream release. + - This is a code clean-up release in preparation for 0.19 and has no new + features or bug fixes as a result. + - Upstream's ChangeLog and NEWS were obsolete and subsequently left out in + this release. Upstream assures me that they will return in 0.19. + + -- Andrew Lau Wed, 31 Mar 2004 18:06:32 +1000 + +cinepaint (0.18.1-4) unstable; urgency=medium + + * Force libtool update. Thanks to Scott James Remnant + (closes: #205252) + + -- Andrew Lau Tue, 30 Sep 2003 22:55:53 +1000 + +cinepaint (0.18.1-3) unstable; urgency=low + + * The "I shot myself in the foot" Debian release. Sorry. + Forgot to actually include the fixed icon file in 0.18.1-2! + + -- Andrew Lau Sat, 20 Sep 2003 14:07:11 +1000 + +cinepaint (0.18.1-2) unstable; urgency=low + + * Debian Standards-Version to 3.6.1 + * Fix freedesktop.org menu icon by disabling startup notification. + + -- Andrew Lau Fri, 19 Sep 2003 03:41:57 +1000 + +cinepaint (0.18.1-1) unstable; urgency=low + + * New upstream release. + - Fixed FTBFS by removing libcinepainti.a + (closes: #203929) + * Added freedesktop.org menu icon and MIME types. + + -- Andrew Lau Wed, 13 Aug 2003 12:19:05 +1000 + +cinepaint (0.18-1) unstable; urgency=low + + * New upstream release and name change. + - Compiles with GCC-3.3 + (closes: #196399) + * Debian Standards-Version to 3.6.0 + * Switch from Debhelper to the Common Debian Build System. + * Enabled support for ILM's OpenEXR image format. + (closes: #191535) + + -- Andrew Lau Mon, 28 Jul 2003 21:32:49 +1000 + +filmgimp (0.16-1) unstable; urgency=low + + * New upstream release. + + -- Andrew Lau Tue, 18 Feb 2003 13:31:17 +1100 + +filmgimp (0.15-1) unstable; urgency=low + + * New upstream release. + + -- Andrew Lau Mon, 3 Feb 2003 21:47:27 +1100 + +filmgimp (0.14-1) unstable; urgency=low + + * New upstream release. + + -- Andrew Lau Fri, 24 Jan 2003 18:08:54 +1100 + +filmgimp (0.13-1) unstable; urgency=low + + * New upstream release. + * Updated Standards-Version to 3.5.8 + * Implement noopt/nostrip in debian/rules (Debian Policy: 11.1) + * Build-depends on debhelper (>= 4.1) + + -- Andrew Lau Mon, 30 Dec 2002 20:22:28 +1100 + +filmgimp (0.12-1) unstable; urgency=low + + * New upstream release. + + -- Andrew Lau Tue, 24 Dec 2002 13:59:14 +1100 + +filmgimp (0.11-2) unstable; urgency=low + + * Fixed to generate and use versioned shared library dependencies. + * Last package had incorrectly synced debian/ from CVS. + + -- Andrew Lau Mon, 16 Dec 2002 21:44:02 +1100 + +filmgimp (0.11-1) unstable; urgency=low + + * New upstream release. + + -- Andrew Lau Mon, 16 Dec 2002 12:11:01 +1100 + +filmgimp (0.10-1) unstable; urgency=low + + * Changed temp and swap /usr/tmp defaults to FHS compliant /tmp + (closes: #171585) + + -- Andrew Lau Thu, 5 Dec 2002 02:09:04 +1100 + +filmgimp (0.9-1) unstable; urgency=low + + * Initial release of the official Debian GNU/Linux package + (closes: #163620) + + -- Andrew Lau Sun, 24 Nov 2002 15:46:43 +1100 --- cinepaint-0.22.orig/debian/copyright +++ cinepaint-0.22/debian/copyright @@ -0,0 +1,214 @@ +This package was debianized by Andrew Lau on +Tue, 01 Mar 2005 03:35:56 +1100 +This package was re-debianized by Aedan Kelly on +Wed, 27 Feb 2008 1:35:53 + +The cinepaint sources were obtained from: + http://www.cinepaint.org/ + +Upstream Authors: + The CinePaint Team + + + A full and current list of contributors can be found at + http://www.cinepaint.org/people/index.html + +Files: Files: debian/* +Copyright: (c) 2002-2005 Andrew Lau + (c) 2008 Aedan Kelly +License: GPL-2 + The Debian packaging information is under the GPL, version 2 or later + +Files: * +Copyright: (c) 2002-2008 Robin Rowe and contributors +License: GPL | LGPL | other-BSD | MIT + + 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: app/* +Copyright: (c) 1995 Spencer Kimball and Peter Mattis +License: GPL-2 + +Files: libhalf/* +Copyright: (c) 2002 HOLDERS AND CONTRIBUTORS Industrial Light & Magic, a division of Lucas +License: other-BSD + the complete text of the BSD License can be found in `/usr/share/common-licenses/BSD' + +Files: plug-ins/bracketing_to_hdr/* +Copyright: (c) 2005 Hartmut Sbosny +License: GPL-2 + +Files: plug-ins/script-fu/interp* +Copyright: (c) 1991 RSA Data Security, Inc. +License: GPL-2 + +Files: plug-ins/pygimp/plug-ins/sphere.py +Copyright:(c) 1997 James Henstridge +License: GPL-2 + +Files: plug-ins/pygimp/plug-ins/whirlpinch.py +Copyright:(c) 1997 James Henstridge +License: GPL-2 + +Files: plug-ins/pygimp/plug-ins/pdbbrowse.py +Copyright:(c) 1997 James Henstridge +License: GPL-2 + +Files: plug-ins/pygimp/plug-ins/gimpcons.py +Copyright:(c) 1997 James Henstridge +License: GPL-2 + +Files: plug-ins/pygimp/plug-ins/clothify.py +Copyright:(c) 1997 James Henstridge +License: GPL-2 + +Files: plug-ins/rotate/rotate.c +Copyright:(c) 1997 Sven Neumann + (c) 1995 Spencer Kimball and Peter Mattis +License: GPL-2 + +Files: plug-ins/snoise/snoise.c +Copyright:(c)) 1997 Federico Mena Quintero + (c) 1997, 1998 Marcelo de Gomensoro Malheiros + (c) 1995 Spencer Kimball and Peter Mattis] +License: GPL-2 + +Files: plug-ins/unsharp/unsharp.c +Copyright:(c) 1999 Winston Chang +License: GPL-2 + +Files: plug-ins/spread/spread.c +Copyright:(c) 1997 Brian Degenhardt and Federico Mena Quintero +License: GPL-2 + +Files: plug-ins/psd_save/psd_save. +Copyright:(c) 2000 Monigotes +License: GPL-2 + +Files: plug-ins/openexr/chroma_icc.h +Copyright:(c) 2005 Kai-Uwe Behrmann +License: other-BSD + the complete text of the BSD License can be found in `/usr/share/common-licenses/BSD' + +Files: plug-ins/tiff/* +Copyright: (c) 2004 Kai-Uwe Behrmann +License: GPL + +Files: plug-ins/script-fu/gimpcolorbutton* +Copyright: (c) 1999 Sven Neumann + (c) 1995-1997 Peter Mattis and Spencer Kimball +License: GPL-2 + +Files: plug-ins/script-fu/gimpfileselection.c +Copyright: (c) 1999-2000 Michael Natterer + (c) 1995-1997 Peter Mattis and Spencer Kimball +License: GPL-2 + +Files: plug-ins/script-fu/gimpfileselection.h +Copyright: (c) 1995-1997 Peter Mattis and Spencer Kimball + (c) 1999 Michael Natterer +License: GPL-2 + +Files: plug-ins/script-fu/script-fu-constants.h: +Copyright: (c) 1999 Manish Singh +License: GPL-2 + +Files: plug-ins/iol +Copyright: (c) 2003 Sean Ridenour +License: GPL-2 + +Files: plug-ins/retinex/retinex.c +Copyright: (c) 2003 Fabien Pelisson + (c) 1995 Spencer Kimball and Peter Mattis +License: GPL-2 + +Files: plug-ins/dicom/dicom.c +Copyright: (c) 1996 Erik Nygren + (c) 1995 Spencer Kimball and Peter Mattis +License: GPL-2 + +Files: plug-ins/mblur/mblur.c +Copyright: (c) 1996 Torsten Martinsen + (c) 1996 Federico Mena Quintero + (c) 1997 Daniel Skarda (0rfelyus@atrey.karlin.mff.cuni.cz) + (c) 1995 Spencer Kimball and Peter Mattis +License: GPL-2 + +Files: plug-ins/print/print-lcms-options* +Copyright: (c) 2003 Kai-Uwe Behrmann +License: GPL-2 + +Files: plug-ins/print/print-image-gimp.c +Copyright: (c) 1997-2000 Michael Sweet (mike@easysw.com) and + (c) 2000 Charles Briscoe-Smith +License: GPL-2 + +Files: plug-ins/print/print-intl.h +Copyright: (c) 1997-2000 Michael Sweet (mike@easysw.com +License: GPL-2 + + +Files: plug-ins/print/xmalloc* +Copyright: (c) 1999,2000 Roger Leigh +License: GPL-2 + +Files: plug-ins/print/print-lcms-options-callbacks.h +Copyright: (c) 2004 Kai-Uwe Behrmann +License: GPL-2 + +Files: plug-ins/print/print-lcms-funcs* +Copyright: (c) 2003 Kai-Uwe Behrmann +License: GPL-2 + +Files: plug-ins/print/icc_common* +Copyright: (c) 2004 Kai-Uwe Behrmann +License: GPL-2 + +Files: plug-ins/icc_examin/icc_examin/* +Copyright: (c) 2004 Kai-Uwe Behrmann +License: GPL-2 + +Files: plug-ins/icc_examin/icc_examin/my_file_chooser.h +Copyright: (c) 1998 by Bill Spitzak and others +License: GPL-2 + +Files: plug-ins/cineon/* +Copyright: (c) 1999 - 2002 David Hodson +License: GPL-2 + +Files: plug-ins/gifload/gifload +Copyright: (c) 1990, 1991, 1993, David Koblas. +License: GPL + +Files: plug-ins/rawphoto/dcraw.c +Copyright: (c) 1997 by Dave Coffin, +License: GPL-2 + +Files: plug-ins/noisify/* +Copyright: (c) 1996 Torsten Martinsen + (c) 1995 Spencer Kimball and Peter Mattis +License: GPL-2 + + On Debian GNU/Linux systems, the complete text of the GNU Lesser + General Public License can be found in + `/usr/share/common-licenses/LGPL', the complete text of the GNU General + Public License version 2 can be found in + /usr/share/common-licenses/GPL-2' and the complete text of the BSD + License can be found in `/usr/share/common-licenses/BSD'. --- cinepaint-0.22.orig/debian/cinepaint.install +++ cinepaint-0.22/debian/cinepaint.install @@ -0,0 +1,6 @@ +../../debian/cinepaint.desktop usr/share/applications +../../debian/cinepaint.xpm usr/share/pixmaps +usr/bin/cinepaint +usr/bin/cinepaint-remote +usr/lib/cinepaint +usr/share/man/man1/cinepaint.1 --- cinepaint-0.22.orig/debian/cinepaint.desktop +++ cinepaint-0.22/debian/cinepaint.desktop @@ -0,0 +1,17 @@ +[Desktop Entry] +Name=CinePaint +Comment=Motion picture image painting and retouching +Comment[de]=Bewegung Abbildung Bildanstrich und retouching +Comment[es]=Pintura de la imagen de la película y el retocar +Comment[fr]=Peinture d'image de film cinématographique et retoucher +Comment[it]=Pittura di immagine del cinema e retouching +Comment[ja]=連続写真の像の絵画と修正 +Comment[ko]=영화 심상 회화와 retouching +Comment[pt]=Pintura da imagem de retrato do movimento e retouching +Comment[zh]=电影图像绘画和修饰 +TryExec=cinepaint +Exec=cinepaint %U +Icon=spot.icon.xpm +Terminal=false +Type=Application +Categories=Application;Graphics;2DGraphics;RasterGraphics; --- cinepaint-0.22.orig/debian/libcinepaint-dev.install +++ cinepaint-0.22/debian/libcinepaint-dev.install @@ -0,0 +1,6 @@ +usr/bin/cinepainttool +usr/lib/*.a +usr/lib/*.la +usr/lib/*.so +usr/share/aclocal/* +usr/share/man/man1/cinepainttool.1 --- cinepaint-0.22.orig/debian/cinepaint.postinst +++ cinepaint-0.22/debian/cinepaint.postinst @@ -0,0 +1,19 @@ +#!/bin/sh +# $Id$ +# vim:ts=4:sw=4:expandtab: + +set -e + +if [ "$1" = "configure" ] +then + # Convert empty directory into a symlink + if [ ! -L /usr/share/doc/cinepaint ] + then + rm -rf /usr/share/doc/cinepaint + ln -s /usr/share/doc/libcinepaint0 /usr/share/doc/cinepaint + fi +fi + +#DEBHELPER# + +exit 0 --- cinepaint-0.22.orig/debian/cinepaint.applications +++ cinepaint-0.22/debian/cinepaint.applications @@ -0,0 +1,8 @@ +cinepaint + command=cinepaint + name=CinePaint + can_open_multiple_files=true + expects_uris=false + requires_terminal=false + mime_types=image/bmp,image/g3fax,image/gif,image/jpeg,image/png,image/tiff,image/x-bmp,image/x-compressed-xcf,image/x-pcx,image/x-png,image/x-portable-anymap,image/x-portable-bitmap,image/x-portable-graymap,image/x-portable-pixmap,image/x-psd,image/x-sun-raster,image/x-tga,image/x-xbitmap,image/x-xcf,image/x-xpixmap,image/x-xwindowdump + --- cinepaint-0.22.orig/debian/watch +++ cinepaint-0.22/debian/watch @@ -0,0 +1,4 @@ +version=2 +http://prdownloads.sourceforge.net/cinepaint/ \ + /cinepaint/cinepaint-([0-9].*-[0-9]).tar.gz \ + debian uupdate --- cinepaint-0.22.orig/debian/cinepaint-data.install +++ cinepaint-0.22/debian/cinepaint-data.install @@ -0,0 +1,4 @@ +../../debian/cinepaint.applications usr/share/application-registry +../../debian/cinepaint.keys usr/share/mime-info +../../spot.icon.xpm usr/share/pixmaps +usr/share/cinepaint --- cinepaint-0.22.orig/debian/libcinepaint-dev.links +++ cinepaint-0.22/debian/libcinepaint-dev.links @@ -0,0 +1 @@ +usr/share/doc/libcinepaint0 usr/share/doc/libcinepaint-dev --- cinepaint-0.22.orig/debian/cinepaint.keys +++ cinepaint-0.22/debian/cinepaint.keys @@ -0,0 +1,110 @@ +# also image/x-bmp +image/bmp + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + +image/g3fax + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + +image/gif + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + +image/jpeg + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + category=Images + +# also image/x-png +image/png + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + +image/tiff + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + +# also image/bmp +image/x-bmp + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + +image/x-compressed-xcf + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + +image/x-pcx + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + +# also image/png +image/x-png + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + +image/x-portable-anymap + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + +image/x-portable-bitmap + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + +image/x-portable-graymap + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + +image/x-portable-pixmap + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + +image/x-psd + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + +image/x-sun-raster + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + +image/x-tga + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + +image/x-xbitmap + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + +image/x-xcf + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + +image/x-xpixmap + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + +image/x-xwindowdump + short_list_application_ids_for_novice_user_level=cinepaint + short_list_application_ids_for_intermediate_user_level=cinepaint + short_list_application_ids_for_advanced_user_level=cinepaint + --- cinepaint-0.22.orig/debian/cinepaint.dirs +++ cinepaint-0.22/debian/cinepaint.dirs @@ -0,0 +1,2 @@ +usr/share/pixmaps +usr/share/applications --- cinepaint-0.22.orig/debian/libcinepaint-dev.postinst +++ cinepaint-0.22/debian/libcinepaint-dev.postinst @@ -0,0 +1,19 @@ +#!/bin/sh +# $Id$ +# vim:ts=4:sw=4:expandtab: + +set -e + +if [ "$1" = "configure" ] +then + # Convert empty directory into a symlink + if [ ! -L /usr/share/doc/libcinepaint-dev ] + then + rm -rf /usr/share/doc/libcinepaint-dev + ln -s /usr/share/doc/libcinepaint0 /usr/share/doc/libcinepaint-dev + fi +fi + +#DEBHELPER# + +exit 0 --- cinepaint-0.22.orig/debian/release_notes.txt +++ cinepaint-0.22/debian/release_notes.txt @@ -0,0 +1,726 @@ +============================== +Release Name: CinePaint-0.20 +============================== + +Notes: +------ + +CinePaint version 0.20-0 is a major release. +(See the 0.20-1 notes below.) + +Overall stability has improved. +User interface is more clear regarding colourmanaging. +Softproofing is introduced. +The gutenprint plug-in uses the proofing profile as default separation target. +OpenEXR <-> ICC colour space information conversation +The expose item is moved from -->Color-->Expose Image +to -->View-->Expose. It is now a per window setting and +only available for 32-bit floats. +Many bugs where fixed. + +New plug-ins where added to the release: + * statistic filter: minimum and median by Nicola Montecchiari + * bracketing merge - HDR creation: by Hartmut Sbosny + * pnm complet rewrite for 8/16/32 bit raw reading: by Kai-Uwe Behrmann + +Patches: + * 1213869 autoconf update to xwd plugin liquidphoto + * 1275118 building plug-ins outside source tree liquidphoto + * 1239773 Statistical Median and Minimum filters nmontec + +As well Frank Peters provided a collection of curves from the internet. +Although these curves were originally intended for use with Nikon cameras, they +should be applicable to the images from any digital source. + +Thanks to the patches contributors. + +-------------------------------------------------------------------------------- + +CinePaint 0.20-1 is a minor release. + +It is a stabilising version with bugfixes and maintaining the formerly +introduced features. + +* Expose is now possible for all bit depths. +* Gamma-expose takes the Expose values over automatically. +* Bracketing to HDR improvements +* BSD fixes, suggested by Mika Nystrom and partitial with bug 1164686 by + Roland Illig. Checked by Kai-Uwe Behrmann + * glib detection + * BFP curves are editable + * 64-bit/Solaris tested; thanks to Bob Friesenhahn, for providing access to + a sparc ultra system + +Changes: +-------- + +CVS 0.20-0 -> 0.20-1: + +2005-11-08 18:22 beku + + * plug-ins/: pnm/pnm.c, tiff/info.c, tiff/tiff.c: fix: dbg messages + +2005-11-08 18:01 beku + + * app/depth/histogram.c: fix: alpha handling + +2005-11-08 16:27 beku + + * app/: drawable.c, gimage.c: and: out commend the cmyk changes + +2005-11-08 16:24 beku + + * autogen.sh: and: aclocal search path more clean + +2005-11-08 16:23 beku + + * configure.in: and: version 0.20-1 + +2005-11-08 05:35 beku + + * plug-ins/bracketing_to_hdr/bracketing_to_hdr: del: executable + +2005-11-08 05:32 beku + + * app/depth/curves.c: add: allow editing of BFP curves + +2005-11-08 05:31 beku + + * app/cms.h: add: lcms <= 1.12 building + +2005-11-06 21:19 beku + + * app/store_frame_manager.c: and: show rulers as before after slide + show + +2005-11-06 20:46 beku + + * plug-ins/bracketing_to_hdr/: Br.cpp, Br.hpp, BrGUI.cpp, + BrGUI.hpp, CCDCurveMenu.cpp, CCDCurveMenu.hpp, CHANGES, + Camera.hpp, CurveTnt.hpp, Fl_Cartesius.cpp, Fl_Cartesius.hpp, + FollowCurveWindow.cpp, FollowCurveWindow.hpp, INSTALL, + ImagePanel.cpp, Makefile.am, PrimeWindow.cpp, ProgressInfo.hpp, + Rgb.hpp, Rgb_util.hpp, ShiftMenu.cpp, ShiftMenu.hpp, + ShiftPanel.cpp, ShiftPanel.hpp, br_defs.hpp, br_types.hpp, + br_types_plot.hpp, br_version.hpp, bracketing_to_hdr, + filelist.txt, new_shift_finder.hpp, plugin_main.cpp, + plugin_main.dep, plugin_main.hpp, types.hpp, types_plot.hpp: and: + 0.4.1 changes from Hartmut Sbosny to his plug-in + +2005-11-06 10:43 beku + + * app/depth/: gamma_expose.c, image_render.c: add: remaining + precisions for expose-view and: homogenise gamma-expose with + expose-view add: clamping in both + +2005-11-06 10:41 beku + + * app/: gdisplay.c, expose_image.c: add: remaining precisions for + expose-view + +2005-11-06 08:44 beku + + * plug-ins/pnm/pnm.c: fix: byteswap crash add: fail infos add: + error checks and: homogenise types + +2005-11-05 13:28 beku + + * plug-ins/: cineon/logImageCore.c, rawphoto/rawphoto.c, + tiff/tiff.c: fix: standard C compatibility, suggested by Mika + Nystrom and partitial with bug 1164686 by Roland Illig + +2005-11-05 13:25 beku + + * app/drawable.c: and: prepare alpha copy + +2005-11-05 13:24 beku + + * app/channels_dialog.c, app/cms.c, app/color_correction.c, + app/color_correction_gui.c, app/convert.c, app/fileops.c, + app/gdisplay.c, app/gimage.c, app/look_profile.c, app/menus.c, + app/spline.c, app/store_frame_manager.c, + app/store_frame_manager.h, app/depth/commands.c, + app/depth/image_render.c, app/depth/layer.c, app/depth/levels.c, + lib/wire/precision.h: fix: standard C compatibility, suggested by + Mika Nystrom and partitial with bug 1164686 by Roland Illig + +2005-11-05 11:09 beku + + * app/gimage.c: and: prepare alpha copy + +2005-11-05 09:04 beku + + * configure.in: fix: for non standard glib installation fix: remove + -O compiler flag for --enable-debug switch and: add --pedantic + compiler flag for --enable-debug switch + +2005-11-05 09:01 beku + + * plug-ins/tiff/: cmm_funcs.c, gui.c, info.c, tiff.c: add: support + configure switch --enable-debug + +2005-11-05 07:55 beku + + * autogen.sh: add: one commandline arg as aclocal search path + +2005-11-05 07:53 beku + + * plug-ins/tiff/: gui.c, info.c, tiff.c: add: support configure + switch --enable-debug add: info why tiff dont needs + gimp_register_load_handler + +2005-11-05 07:51 beku + + * plug-ins/print/: print-image-gimp.c, print-lcms-funcs.c, + print-lcms-options.c, print.c: add: support configure switch + --enable-debug + +2005-11-05 07:48 beku + + * app/depth/plug_in.c: add: warning and error check + +2005-11-05 07:46 beku + + * app/depth/commands.c: hack: unset colourmanaged flag for GRAY + images + +2005-11-05 07:40 beku + + * app/menus.c: * fix: exchange = with + visibility for Zoom in item + shortcut * add: console debug information + +2005-11-05 07:35 beku + + * app/gdisplay.c: * fix: avoid GtkTearOffItems in the hashtable for + callback widgets * fix: remove all widgets from the hastable for + callback widget after closing the display - crashes disappear * + fix: C conformance; move declaration to the beginning of each + block + +2005-11-05 07:29 beku + + * app/disp_callbacks.c: * add: catch false gdisplay argument + +2005-11-03 20:22 beku + + * app/depth/gamma_expose.c: and: clean expose <--> gamma-expose + switching + +2005-11-03 16:35 beku + + * app/depth/levels.c: and: remove german Umlaute + +2005-11-03 16:31 beku + + * app/expose_image.c: and: new labeling of exposure dialog: "Ok" + "Reset (LDR)" ; suggested by Hartmut Sbosny + +2005-11-03 11:31 beku + + * plug-ins/bracketing_to_hdr/: Fl_Cartesius.cpp, Fl_Cartesius.hpp, + ProgressInfo.hpp: fix: compile errors + +2005-11-03 11:28 beku + + * app/: cms.c, disp_callbacks.c, gdisplay.c, gdisplay.h: and: add + debug information + +2005-11-03 11:24 beku + + * configure.in: and: find glib + +2005-11-01 13:49 beku + + * plug-ins/bracketing_to_hdr/TNT/tnt_i_refvec.hpp: fix: compiler + error + +2005-11-01 13:46 beku + + * plug-ins/decompose/decompose.c: new: 16-bit whole number support + +2005-11-01 13:34 beku + + * plug-ins/compose/compose.c: new: 16-bit whole number support + +2005-11-01 10:08 beku + + * plug-ins/pnm/Makefile.am: add: pnm configuration + +2005-11-01 10:02 beku + + * plug-ins/: bracketing_to_hdr/Makefile.am, + bracketing_to_hdr/YS/ys_dbg.cpp, bracketing_to_hdr/YS/ys_dbg.hpp, + collect/Makefile.am: fix: osX install issue with executable + resources + +2005-11-01 10:01 beku + + * plug-ins/Makefile.am: add: activate bracketing_to_hdr and pnm + +2005-11-01 09:59 beku + + * app/depth/gamma_expose.c: and: View/exposure link for Float + images + +2005-11-01 09:58 beku + + * app/depth/histogram.c: no message + +2005-11-01 09:57 beku + + * app/histogram_tool.c: fix: NULL pointer crash for non ICC tagged + images + +2005-11-01 00:14 beku + + * plug-ins/pnm/pnm.c: new: pnm complete rewrite for 8/16/32 bit raw + reading + +-------------------------------------------------------------------------------- +CVS 0.19-1 -> 0.20-0: + +2005-10-31 23:46 beku + + * configure.in: fix: osX build for fltk plug-ins + +2005-10-31 23:44 beku + + * plug-ins/bracketing_to_hdr/: Br.cpp, Br.hpp, BrGUI.cpp, + BrGUI.hpp, CCDCurveMenu.cpp, CCDCurveMenu.hpp, Camera.hpp, + CurveTnt.hpp, Fl_Cartesius.cpp, Fl_Cartesius.hpp, + FollowCurveWindow.cpp, FollowCurveWindow.hpp, ImagePanel.cpp, + ImagePanel.hpp, Makefile.am, PrimeWindow.cpp, PrimeWindow.hpp, + README, Rgb.hpp, ShiftMenu.hpp, ShiftPanel.hpp, + fl_eventnames.hpp, help.cpp, new_shift_finder.hpp, + plugin_main.cpp, plugin_main.dep, response.hpp: and: UI clearity, + fix: osX build + +2005-10-31 22:38 beku + + * app/depth/levels.c: fix: null ptr crash + +2005-10-31 17:43 beku + + * plug-ins/unsharp/unsharp.c: and: adapt UI to typical ranges found + in literature + +2005-10-31 17:42 beku + + * plug-ins/tiff/: info.c, tiff.c: new: load bayer pattern as gray + image (DNG) new: ignore reduced IFDs and select full resolution + image + +2005-10-31 17:39 beku + + * plug-ins/rawphoto/rawphoto.c: and: clear rawphoto UI + +2005-10-31 17:38 beku + + * plug-ins/bracketing_to_hdr/TNT/: jama_qr.hpp, jama_svd.hpp, + tnt_array1d.hpp, tnt_array1d_utils.hpp, tnt_array2d.hpp, + tnt_array2d_utils.hpp, tnt_i_refvec.hpp, tnt_math_utils.hpp, + tnt_misc.hpp, tnt_stopwatch.hpp, tnt_stopwatch_.hpp, + tnt_version.h: add Hartmut Sbosny's Bracketing to HDR plug-in + (TNT helper) + +2005-10-31 17:37 beku + + * plug-ins/bracketing_to_hdr/YS/: ys_dbg.cpp, ys_dbg.hpp: add + Hartmut Sbosny's Bracketing to HDR plug-in + +2005-10-31 17:23 beku + + * plug-ins/bracketing_to_hdr/: Application.cpp, Application.hpp, + Br.cpp, Br.hpp, BrGUI.cpp, BrGUI.hpp, Br_Image.cpp, Br_Image.hpp, + CCDCurveMenu.cpp, CCDCurveMenu.hpp, Camera.cpp, Camera.hpp, + CurveTnt.hpp, Distributor.cpp, Distributor.hpp, FilePtr.cpp, + FilePtr.hpp, Fl_Cartesius.cpp, Fl_Cartesius.hpp, Fl_Table.H, + Fl_Table.cxx, Fl_Table_Row.H, Fl_Table_Row.cxx, + FollowCurveWindow.cpp, FollowCurveWindow.hpp, ImagePanel.cpp, + ImagePanel.hpp, Makefile.am, PrimeWindow.cpp, PrimeWindow.hpp, + ProgressInfo.cpp, ProgressInfo.hpp, README, Rgb.hpp, + Rgb_util.hpp, ShiftMenu.cpp, ShiftMenu.hpp, ShiftPanel.cpp, + ShiftPanel.hpp, StatusLine.cpp, StatusLine.hpp, br_version.hpp, + filelist.txt, fl_eventnames.cpp, fl_eventnames.hpp, + fl_print_event.cpp, fl_print_event.hpp, help.cpp, help.hpp, + new_shift_finder.hpp, plugin_main.cpp, plugin_main.dep, + plugin_main.hpp, response.hpp, types.hpp, types_plot.hpp: add + Hartmut Sbosny's Bracketing to HDR plug-in + +2005-10-31 17:18 beku + + * plug-ins/icc_examin/icc_examin.cpp: new: include image name into + profilename for clearity + +2005-10-31 17:16 beku + + * app/depth/: commands.c, plug_in.c: new: change various CMS names + for term clearity + +2005-10-31 17:15 beku + + * app/menus.c: and: switch tear off menus to on + +2005-10-31 17:12 beku + + * app/expose_image.c: and: code clean up and UI polishing + +2005-10-31 17:11 beku + + * app/: cms.c, rc.c: new: change various CMS names for term + clearity + +2005-10-31 17:08 beku + + * cinepaint.spec.in: new: split data directory to own package in + rpm creation + +2005-10-31 17:07 beku + + * configure.in: add Hartmut Sbosny's Bracketing to HDR plug-in + +2005-10-31 17:06 beku + + * cinepaint-gtk.pc.in: new: #1275118 patch: building plug-ins + outside source tree * 2005-08-28 05:25 liquidphoto Tom Huffman + +2005-10-31 17:03 beku + + * AUTHORS, ChangeLog, README: new: docu update + +2005-10-21 23:04 beku + + * plug-ins/icc_examin/icc_examin.cpp: *fix: alpha bug + +2005-10-19 23:13 beku + + * data/brushes/Makefile.am: * new: + +2005-10-19 23:12 beku + + * data/curves/Makefile.am: * new: curves collected by Frank Peters + from various sources - see + README.curves + +2005-10-19 21:12 beku + + * data/curves/: DavidFmidtoneBoostA, FG_baseline_conservative_v3, + FG_baseline_v3, FG_ev3_v2, FG_ev3_v3, FG_ev3_v34, FG_ev5_v2, + FG_ev5_v3, FG_point_and_shoot, + FG_point_and_shoot_conservative_v31, + FG_point_and_shoot_conservative_v32, FG_point_and_shoot_v31, + FG_point_and_shoot_v32, FG_provia_v3, FG_provia_v31, + FG_provia_v32, FG_provia_v33, FG_provia_v34, FG_provia_v40, + FG_white_wedding_v3, FG_white_wedding_v31, FG_white_wedding_v32, + FG_white_wedding_v33, FG_white_wedding_v34, FG_white_wedding_v35, + FGs_Provia_v34, FGs_White_Wedding_v35, Fuji_Astia, + Fuji_Superia_Reala, KGM_Agfa_Optima, KGM_fotogenetic_ev3_v34_5, + KGM_fotogenetic_ev3_v34_6, KGM_fotogenetic_ev3_v43, + KGM_oldskools_mtb_v1_3, Klaus_1, Klaus_2, Klaus_3, + OldSkoOLs_Normal_v2, OldSkoOLs_dlt, OldSkoOLs_mte_v3.1, + Oldskools_mte_v2.14d, Oldskools_mte_v2.14h, Oldskools_mte_v3, + Oldskools_mte_v3h, Optima2, Optimav1, README.curves, Velvia, + astiav1, basic-curve_141, basic-curve_152, basic-curve_159, + bh_filmcurve1, bh_filmcurve2, bright_2, bright_3, bright_4, + courbeA, courbeB, curve039, curve114d, custom_jt, custom_jt1, + custom_jt3, ev_0_custom, ev_3_custom_normal, ev_5_custom_normal, + ev_7_custom_contrast, ev_7_custom_less, ev_7_custom_normal, + henk1-03, jt_all-in-1Curve, jt_all_around1-1-03, jt_auto, + jt_custom_color12-31-02, oldskools_mtb_v1, oldskools_mtc_v1, + provia_d70, sReala, sReala2, sReala_12, sReala_2alpha, + sReala_v2a_120505, sReala_version2, sRealav1, s_bright_1, + s_bright_2, s_bright_3, s_bright_4, s_dark_1, s_dark_2, s_dark_3, + s_dark_4, s_high, s_low, s_low_bright_3, s_low_bright_4, + s_low_dark_3, s_low_dark_4, s_med, v2, v2h, v3, v3h, v3hb: * new: + curves collected by Frank Peters + from various sources - see README.curves + +2005-10-19 20:34 beku + + * plug-ins/png/Makefile.am: * better detection for libpng and + OpenEXR + +2005-10-19 20:33 beku + + * plug-ins/icc_examin/icc_examin.cpp: * new: reorder functions, + doxygenise, more variable checks, stibilise + +2005-10-19 20:23 beku + + * plug-ins/: median/Makefile.am, median/median.c, + minimum/Makefile.am, minimum/minimum.c: * 1239773 Statistical + Median and Minimum filters nmontec + +2005-10-19 20:21 beku + + * plug-ins/Makefile.am: * statistical plug-ins added + +2005-10-19 20:18 beku + + * app/Makefile.am, app/trace.h, lib/Makefile.am, lib/dialog.h, + lib/plugin_main.h, lib/wire/Makefile.am, lib/wire/datadir.h, + lib/wire/iodebug.h, lib/wire/precision.h, libgimp/Makefile.am, + libgimp/gimp.h, libgimp/gimp1.2.h: * new: patch #1275118 building + plug-ins outside source tree liquidphoto + +2005-10-19 20:17 beku + + * app/fileops.c: * fix: non configured tmp dir crash on exit + +2005-10-19 20:16 beku + + * app/expose_image.c: * and: disable offset in Expose dialog with + USE_OFFSET variable + +2005-10-19 20:05 beku + + * configure.in: * new: version change -> 0.20-0 * better detection + for libpng and OpenEXR * statistical plug-ins added + +2005-10-19 20:00 beku + + * aclocal.m4, cinepaint.spec, ltmain.sh: * and: clean up + +2005-10-19 19:55 beku + + * Makefile.am, cinepaint.spec.in: * new: patch #1275118 building + plug-ins outside source tree liquidphoto + +2005-10-17 08:02 beku + + * app/depth/paint_funcs_row_u8.c: * fix: conversion uint8 --> + uint16 roundtrip error + +2005-10-07 08:38 beku + + * plug-ins/openexr/: Makefile.am, chroma_icc.cxx, chroma_icc.h, + openexr.cxx: * new colour management support ICC<->OpenEXR + +2005-09-22 23:27 beku + + * app/depth/image_render.c: * new: expose per view + +2005-09-22 15:05 beku + + * app/depth/: commands.c, gamma_expose.c, image_render.c: * new: + expose per view * fix: gamma_expose Gui + +2005-09-22 14:54 beku + + * app/: commands.h, expose_image.c, expose_image.h, gdisplay.c, + gdisplay.h, gimage.h, menus.c, tools.c: * new: expose per view * + and: move Expose item from Image/Colors menu to View menu * and: + add offset slider + +2005-09-16 20:33 beku + + * app/depth/histogram.c: * new: alpha histogram is visible + +2005-09-16 20:29 beku + + * app/layers_dialog.c: * fix: opacity slider + +2005-09-16 20:26 beku + + * app/gdisplay.c: * fix: opacity slider + +2005-09-16 20:25 beku + + * app/cms.c: * and: more error checking + +2005-09-16 00:32 beku + + * app/depth/image_render.c: * fix: single cmyk channel displaying + +2005-09-16 00:30 beku + + * app/depth/color_picker.c: * update colour channel names in the + GUI: Histogram, Channels Dialog, Levels, Curves, Color Picker + +2005-09-16 00:29 beku + + * app/: histogram_tool.c, depth/histogram.c: * new: alpha/black + channel + +2005-09-16 00:27 beku + + * cinepaint.png: * icon with alpha + +2005-09-13 17:20 beku + + * app/gimage.c: * fix: to no longer switch CMS off for setting null + proofing profile + +2005-09-09 09:56 beku + + * app/depth/image_render.c: * show colour channels if single as + gray image * specialise Lab showing behaviour + +2005-09-09 09:53 beku + + * app/: buildmenu.c, buildmenu.h, channels_dialog.c, cms.c, cms.h, + gdisplay.c, gimage.c, gimage.h, histogram_tool.c: * update colour + channel names in the GUI: Histogram, Channels Dialog, Levels, + Curves * buildmenu with new colour channel convenience functions + * colour channel names extraction in cms.h/c * title bar with + colour name * Hack: image is non flat if a channel is switched + invisible -causes a new projection, which is very memory hungry, + just to show single colour channels + +2005-09-09 09:46 beku + + * app/depth/: curves.c, levels.c: * update colour channel names in + the GUI: Histogram, Channels Dialog, Levels, Curves * buildmenu + with new colour channel convenience functions + +2005-09-09 09:41 beku + + * Makefile.am: * removed localy generated file versions from + distribution + +2005-09-09 09:38 beku + + * cinepaint.desktop: * removed gif as it is not supported + +2005-08-26 21:43 beku + + * plug-ins/icc_examin/icc_examin.cpp: new: update to proofing + profile and: menu renaming + +2005-07-14 23:43 beku + + * app/cinepaint-remote.c: * fix: change usage message : no -n (new) + option anymore + +2005-07-14 23:20 beku + + * app/: cms.c, gimage.c: * fix: unclear profile attaching labels + +2005-07-14 23:16 beku + + * app/depth/layer.c: * fix: scale with 0 undo layer invisibility + +2005-07-14 17:30 beku + + * cinepaint.spec, cinepaint.desktop: * new: desktop entry + +2005-07-14 17:26 beku + + * data/: Makefile.am, curves/D100ev0, curves/EV3-4.0, + curves/Fotogenic_Provia_v3.3, curves/JTs_All_In_One, + curves/Makefile.am, curves/OldSkoOLs_Midtone_Enhance_v3h, + curves/P+S-4.0, curves/Provia-4.0: * new: curves for digital raw + editing + +2005-07-14 17:24 beku + + * config.guess, config.sub: * fix: clean up + +2005-07-14 17:22 beku + + * app/install.c: * new: curves for digital raw editing + +2005-07-14 17:21 beku + + * app/cinepaint-remote.c: * and: seriously launching + +2005-07-14 17:10 beku + + * configure.in, user_install.in: * new: curves for digital raw + editing + +2005-07-13 21:53 beku + + * plug-ins/icc_examin/icc_examin.cpp: * fix: bugs + +2005-07-13 21:49 beku + + * plug-ins/print/: print.c, print-lcms-funcs.c, + print-lcms-options.c: * fix: bugs + +2005-07-13 11:25 beku + + * plug-ins/icc_examin/icc_examin.cpp: * new: proofing * and: code + simplification * and: easier profile names + +2005-07-13 11:22 beku + + * plug-ins/print/print-lcms-funcs.c: * fix: pointer sizes + +2005-07-12 22:51 beku + + * plug-ins/print/: print-lcms-funcs.c, print-lcms-funcs.h, + print-lcms-options.c, print.c: * new: use proof profile for + separation + +2005-07-12 15:56 beku + + * plug-ins/rawphoto/rawphoto.c: * new: add default gamma 2.2 + +2005-07-12 15:44 beku + + * app/: cms.c, cms.h, gdisplay.c, gdisplay.h, menus.c, + depth/commands.c, depth/image_render.c, depth/plug_in.c: * new: + proofing, gamut check + CMS display speedup + +2005-06-15 22:40 beku + + * plug-ins/print/print.c: * new: lcms proofing + +2005-06-15 22:39 beku + + * plug-ins/rawphoto/rawphoto.c: * new: changes for dcraw 7.0 + +2005-06-15 22:35 beku + + * plug-ins/: jpeg/jpeg.c, png/png.c, print/print-lcms-funcs.c, + print/print-lcms-options.c, tiff/info.c, tiff/tiff.c: * new: lcms + proofing + +2005-06-15 22:28 beku + + * plug-ins/icc_examin/icc_examin.cpp: * new: lcms proofing * fix: + cmyk K channel + +2005-06-15 22:25 beku + + * lib/: image.c, plugin_main.h: * new: lcms proofing + +2005-06-15 22:24 beku + + * app/depth/info_window.c: * alter: show all available channels in + info_window + +2005-06-15 22:22 beku + + * app/cms.c, app/commands.h, app/fileops.c, app/gdisplay.c, + app/gdisplay.h, app/gimage.c, app/gimage.h, app/gimage_cmds.c, + app/menus.c, app/rc.c, app/rc.h, app/depth/commands.c, + lib/wire/enums.h: * new: lcms proofing + +2005-06-15 20:15 beku + + * cinepaint.png: * new: desktop icon + +2005-06-10 10:39 beku + + * cinepaint.spec.in, configure.in: new: version 0.19-1 changes + +2005-06-10 10:37 beku + + * app/depth/gamma_expose.c: *fix: same Force Expose behaviour as, + shown in GUI + +2005-06-10 10:32 beku + + * app/depth/info_window.c: *fix: better formatting of colour values + + all channels are reported (alpha) needed for CMYK + +2005-06-06 07:56 beku + + * app/menus.c: fix: both zoom-in shortcuts "+" and "=" are + available for us and non us keyboard layouts + +-- + +Source: --- cinepaint-0.22.orig/debian/cinepaint.links +++ cinepaint-0.22/debian/cinepaint.links @@ -0,0 +1,2 @@ +usr/share/doc/libcinepaint0 usr/share/doc/cinepaint +usr/share/man/man1/cinepaint.1 usr/share/man/man1/cinepaint-remote.1 --- cinepaint-0.22.orig/debian/cinepaint.xpm +++ cinepaint-0.22/debian/cinepaint.xpm @@ -0,0 +1,185 @@ +/* XPM */ +static char *cinepaint[] = { +/* columns rows colors chars-per-pixel */ +"32 32 147 2", +" c #026E026E02D7", +". c #07A207A20A4E", +"X c #0A3C0A3C0BEB", +"o c #0F510F5114AE", +"O c #1284128415C7", +"+ c #165D165D1C38", +"@ c #1BDC1BDC2406", +"# c #250F250F2532", +"$ c #234823482939", +"% c #287328732873", +"& c #261326133491", +"* c #29FD29FD347A", +"= c #2C952C953BEB", +"- c #34CA34CA36F8", +"; c #350835083CF2", +": c #360736074122", +"> c #354B354B4FB8", +", c #39FD39FD4718", +"< c #371537155297", +"1 c #3AEA3AEA533B", +"2 c #3CD33CD35B62", +"3 c #453745374DB2", +"4 c #489548954895", +"5 c #446444645629", +"6 c #432743275E38", +"7 c #4C694C695DDB", +"8 c #450A450A6476", +"9 c #483648366AA7", +"0 c #4B824B82649F", +"q c #4DC64DC66E06", +"w c #4D334D33726C", +"e c #53C153C16687", +"r c #5E055E056577", +"t c #53F253F2742F", +"y c #54F754F77F10", +"u c #5D975D977404", +"i c #5A905A907DE8", +"p c #61AC61AC6CDB", +"a c #68E168E16D64", +"s c #656C656C7549", +"d c #64C464C47D63", +"f c #6E666E6670BB", +"g c #6D696D697F2F", +"h c #70E270E2722F", +"j c #740674067D9B", +"k c #5704570481D9", +"l c #5D2E5D2E8332", +"z c #5CB15CB18AA4", +"x c #633A633A849B", +"c c #66BC66BC8B4E", +"v c #6BC36BC38371", +"b c #6EBF6EBF8DD1", +"n c #63E163E1937C", +"m c #6E916E91944E", +"M c #6B916B919D3C", +"N c #74AD74AD8729", +"B c #745B745B8EEB", +"V c #7B187B1887E0", +"C c #7E317E318E25", +"Z c #7464746495AB", +"A c #763776379B6D", +"S c #7C817C8197C6", +"D c #7BA77BA79AC7", +"F c #76337633A2E4", +"G c #7CE07CE0A7E7", +"H c #7D607D60ADA5", +"J c #80038003B39A", +"K c #854C854C8605", +"L c #88B688B68B28", +"P c #84938493945F", +"I c #829182919F64", +"U c #8BE18BE19FE5", +"Y c #91499149947C", +"T c #92DB92DB9F65", +"R c #9E6E9E6E9FC1", +"E c #83028302A583", +"W c #85B185B1AD11", +"Q c #8BEC8BECA511", +"! c #8CCE8CCEA9C9", +"~ c #85668566B5B1", +"^ c #873D873DBB13", +"/ c #8B828B82B575", +"( c #8CDF8CDFBD5A", +") c #95939593A75A", +"_ c #93559355AD53", +"` c #9B1B9B1BA758", +"' c #9AEA9AEAAC64", +"] c #94DF94DFB5A1", +"[ c #93169316BCE0", +"{ c #9CB49CB4B50B", +"} c #99FE99FEBCB1", +"| c #A546A546B68A", +" . c #A444A444BA78", +".. c #ACD4ACD4BAF4", +"X. c #B31DB31DB6EE", +"o. c #B455B455BB85", +"O. c #BA0BBA0BBDF0", +"+. c #8F608F60C3CC", +"@. c #953D953DC4C1", +"#. c #96139613CA94", +"$. c #9BE89BE8C4B0", +"%. c #9C639C63CC97", +"&. c #9DF59DF5D321", +"*. c #A633A633C426", +"=. c #A3ADA3ADCC4F", +"-. c #AB32AB32CC2E", +";. c #A436A436D56B", +":. c #A5D3A5D3DA50", +">. c #AB57AB57D402", +",. c #AC1BAC1BDD38", +"<. c #B75AB75AC546", +"1. c #B543B543CD0B", +"2. c #BD2EBD2EC68D", +"3. c #B56CB56CD51D", +"4. c #B37FB37FDC4D", +"5. c #BB61BB61D43F", +"6. c #BDA5BDA5DCCF", +"7. c #AF7CAF7CE2C3", +"8. c #B464B464E3F1", +"9. c #BB6DBB6DE6BF", +"0. c #BFD0BFD0E974", +"q. c #C40CC40CC816", +"w. c #C5F2C5F2CF5E", +"e. c #CB6ACB6ACFF7", +"r. c #C59DC59DDD0B", +"t. c #CDBBCDBBD39A", +"y. c #CB2BCB2BDE60", +"u. c #DBDADBDAE028", +"i. c #C59EC59EE5F6", +"p. c #C531C531EB4A", +"a. c #CCCFCCCFE741", +"s. c #CD83CD83EDB9", +"d. c #D3FAD3FAE5CF", +"f. c #D422D422EF9D", +"g. c #DDC5DDC5E574", +"h. c #DB70DB70ED0A", +"j. c #D676D676F133", +"k. c #DC79DC79F30F", +"l. c #E483E483E4CB", +"z. c #E132E132EBD4", +"x. c #ED0CED0CEE04", +"c. c #E560E560F5BD", +"v. c #EB9AEB9AF726", +"b. c #EFA2EFA2F98F", +"n. c #F2B6F2B6F68B", +"m. c #F482F482FAEB", +"M. c #FE8AFE8AFEC1", +/* pixels */ +"M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.", +"M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.", +"M.M.M.M.M.M.M.m.b.c.c.c.v.b.m.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.", +"M.M.M.M.M.v.a.9.8.8.8.8.0.p.j.k.b.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.", +"M.M.M.v.5.%.%.&.:.:.7.7.,.$.D S .d.m.M.M.M.M.M.M.M.M.M.M.M.M.M.", +"M.M.g.$.+.#.&.&.&.;.:.:.x + . . ; | b.M.M.M.M.M.M.M.M.M.M.M.M.", +"M.z.( ^ ~ m i l H $.&.W O $ j L 4 . O ..m.M.M.M.M.M.M.M.M.M.M.M.", +"m.} J y @ = ~ m @ =.r.y.m.K . 4 x.M.M.M.M.M.M.M.M.M.M.M.", +"r.H i . . e | 2.K : Z 5 ] O 3 h x.% * d.M.M.m.M.m.M.M.M.M.M.M.", +"$.H & s 9.-.N o.R m d g - l.% e k.m.M.M.M.M.M.M.M.M.M.M.", +"~ G @ X ] 9.; . @ f I ~ m 7 4 Y a 0 3.k.m.M.M.M.M.M.M.M.M.M.M.", +"[ ~ 1 N i.5 . r / #.[ ~ ( ! } 4.p.k.M.M.M.M.M.M.M.M.M.M.M.", +"-.~ A = O V | j p Z $.$.%.%.>.,.8.9.s.v.M.M.M.M.M.M.M.M.M.M.M.", +"d.] ~ G e & + * 7 Z #.%.%.%.&.>.,.9.0.j.m.M.M.M.M.M.M.M.M.M.M.M.", +"m.5./ / ^ ~ ~ ( } #.%.%.&.&.;.>.8.0.s.c.m.v.b.b.m.m.m.M.M.M.M.M.", +"b.v.1.] [ [ [ } #.#.$.%.%.%.;.,.9.j.v.v.| 4.j.c.c.v.b.m.m.M.M.M.", +"h.f.f.3.{ ] } $.$.#.#.} #.%.;.9.s.b.v.h.) 5.c.c.f.p.p.s.k.b.M.M.", +"4.>.=.$.] Q I Q ] { ] ] ] [ %.9.f.j.f.h.c.v.m.m.k.f.i.r.f.v.b.b.", +"( / E S Z v d d s s s s s N E ;.9.8.,.8.p.k.v.v.k.f.a.a.a.f.k.k.", +"~ H H E ! .<.w.e.e.q.O.X.o.t.h.8.#.+.+.:.f.m.v.3.-.-.>.,.8.9.9.", +"^ %.5.a.k.k.c.v.b.m.m.M.M.M.M.v./ S D W >.k.m.v...` T ' 5.a.p.0.", +"8.9.p.s.s.j.k.c.c.v.v.v.b.M.M.g.5 , 7 Q a.v.b.b.b.x.x.l.g.g.h.d.", +"7.8.0.p.s.s.j.j.k.k.c.c.c.b.m.2.* 7 { a.h.c.k.c.v.v.v.m.m.M.n.t.", +"+.&.:.8.8.0.p.p.s.s.f.s.d.a.6. .Z >.p.s.s.s.j.j.k.k.c.v.v.b.m.M.", +"J ~ ^ #.$.&.:.,.,.,.>.=.} _ ' 1.$.&.8.9.p.p.p.s.a.s.j.j.k.c.c.b.", +"! ( ( [ +.[ #.$.$.$.} _ U P | 6.[ ( #.:.,.8.8.0.0.p.p.s.s.s.j.j.", +"c S Q / $. .*.*. .| ) C N ] 5.} E ~ ~ ( +.#.%.:.,.,.,.8.8.9.8.0.", +"9 8 e u d v v j s u d A -.6.$.c d E / ~ ~ ^ ~ ^ ( +.#.%.%.:.,.p.", +"y w 9 6 6 6 9 9 d E -.i.s.,.J k w t B I W ! ~ / / ( } $.>.4.i.y.", +"M n n n m F / =.9.f.k.j.p.:.H n y 9 6 0 u v B D I E ] { . .) C ", +"@.#.%.:.4.9.a.k.c.c.k.j.p.,.+.M n y w 6 1 > 1 5 5 0 0 e e 0 9 x ", +"p.s.s.j.k.c.c.v.v.c.k.j.s.9.&.~ M n z y w 9 2 1 > > < 2 8 w Z %." +}; --- cinepaint-0.22.orig/debian/cinepaint.docs +++ cinepaint-0.22/debian/cinepaint.docs @@ -0,0 +1 @@ +debian/release_notes.txt --- cinepaint-0.22.orig/debian/cinepaint-data.dirs +++ cinepaint-0.22/debian/cinepaint-data.dirs @@ -0,0 +1,2 @@ +usr/share/application-registry +usr/share/mime-info --- cinepaint-0.22.orig/debian/rules +++ cinepaint-0.22/debian/rules @@ -0,0 +1,31 @@ +#!/usr/bin/make -f + +# ==================================================================== +# debian/rules for CinePaint +# Common Debian Build System: (C) 2002 Colin Walters +# +# Author: Andrew Lau +# Edited: Aedan Kelly +# ==================================================================== + +# CDBS Classes & Rules +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +# Debhelper Arguments +DEB_CONFIGURE_EXTRA_FLAGS := -enable-gtk2 +DH_ALWAYS_EXCLUDE := CVS:.svn +DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp +DEB_DH_MAKESHLIBS_ARGS := -V +DEB_DH_SHLIBDEPS_ARGS := -L libcinepaint0 -l debian/libcinepaint0/usr/lib + +# Disable redundant documentation copies +DEB_INSTALL_DOCS_cinepaint := --no-act +DEB_INSTALL_CHANGELOGS_cinepaint := --no-act +DEB_INSTALL_DOCS_libcinepaint-dev := --no-act +DEB_INSTALL_CHANGELOGS_libcinepaint-dev := --no-act + +# Record build-time version information +binary-post-install/libcinepaint0:: + /usr/bin/dh_buildinfo -p libcinepaint0