[Pkg-phototools-devel] Bug#460716: qtpfsgui: Patch to allow use of align_image_stack again

Julien Valroff julien at kirya.net
Mon Jan 14 19:09:30 UTC 2008


Package: qtpfsgui
Version: 1.9.0-1
Severity: wishlist
Tags: patch

Hi,

Please find attached a patch against latest Debian sources available which
allows use of align_image_stack again.

This patch was found on the upstream BTS:
http://sourceforge.net/tracker/index.php?func=detail&aid=1858589&group_id=183831&atid=906820
There is a link pointing on a discussion around this issue as well.

Newer releases should have this fix applied, but it would be great
if it could already be applied in Debian.

Cheers,
Julien

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages qtpfsgui depends on:
ii  libc6                   2.7-6            GNU C Library: Shared libraries
ii  libexiv2-0              0.15-2           EXIF/IPTC metadata manipulation li
ii  libfftw3-3              3.1.2-3          library for computing Fast Fourier
ii  libgcc1                 1:4.3-20080112-1 GCC support library
ii  libopenexr2ldbl         1.2.2-4.4        runtime files for the OpenEXR imag
ii  libqt4-core             4.3.3-2          Qt 4 core non-GUI functionality ru
ii  libqt4-gui              4.3.3-2          Qt 4 core GUI functionality runtim
ii  libstdc++6              4.3-20080112-1   The GNU Standard C++ Library v3
ii  libtiff4                3.8.2-7          Tag Image File Format (TIFF) libra

qtpfsgui recommends no packages.

-- no debconf information
-------------- next part --------------
diff -ruN qtpfsgui-1.9.0.orig/debian/changelog qtpfsgui-1.9.0/debian/changelog
--- qtpfsgui-1.9.0.orig/debian/changelog	2008-01-14 20:04:10.000000000 +0100
+++ qtpfsgui-1.9.0/debian/changelog	2008-01-14 20:04:44.000000000 +0100
@@ -1,3 +1,11 @@
+qtpfsgui (1.9.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Added patch to allow use of hugin's
+    align_image_stack again
+
+ -- Julien Valroff <julien at kirya.net>  Mon, 14 Jan 2008 09:53:27 +0100
+
 qtpfsgui (1.9.0-1) unstable; urgency=low
 
   * New upstream release.
diff -ruN qtpfsgui-1.9.0.orig/patches/30_align_image_stack_prefix qtpfsgui-1.9.0/patches/30_align_image_stack_prefix
--- qtpfsgui-1.9.0.orig/patches/30_align_image_stack_prefix	1970-01-01 01:00:00.000000000 +0100
+++ qtpfsgui-1.9.0/patches/30_align_image_stack_prefix	2008-01-14 20:04:44.000000000 +0100
@@ -0,0 +1,16 @@
+Index: qtpfsgui-1.9.0/src/HdrCreation/HdrCreationManager.cpp
+===================================================================
+--- qtpfsgui-1.9.0.orig/src/HdrCreation/HdrCreationManager.cpp	2008-01-14 09:55:52.000000000 +0100
++++ qtpfsgui-1.9.0/src/HdrCreation/HdrCreationManager.cpp	2008-01-14 09:56:09.000000000 +0100
+@@ -244,9 +244,9 @@
+ 	connect(ais, SIGNAL(error(QProcess::ProcessError)), this, SIGNAL(ais_failed(QProcess::ProcessError)));
+ 	
+ 	#ifdef Q_WS_MAC
+-	ais->start(QCoreApplication::applicationDirPath()+"/align_image_stack", QStringList() << QString("-a") << (filesToRemove.empty() ? fileList : filesToRemove) );
++	ais->start(QCoreApplication::applicationDirPath()+"/align_image_stack", QStringList() << QString("-aaligned_") << (filesToRemove.empty() ? fileList : filesToRemove) );
+ 	#else
+-	ais->start("align_image_stack", QStringList() << QString("-a") << (filesToRemove.empty() ? fileList : filesToRemove) );
++	ais->start("align_image_stack", QStringList() << QString("-aaligned_") << (filesToRemove.empty() ? fileList : filesToRemove) );
+ 	#endif
+ }
+ 
diff -ruN qtpfsgui-1.9.0.orig/patches/series qtpfsgui-1.9.0/patches/series
--- qtpfsgui-1.9.0.orig/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ qtpfsgui-1.9.0/patches/series	2008-01-14 20:04:44.000000000 +0100
@@ -0,0 +1 @@
+30_align_image_stack_prefix


More information about the Pkg-phototools-devel mailing list