Package: libimage-info-perl
Version: 1.21-1
Severity: important
Tags: patch upstream

EXIF parsing in TIFFs (at least the .NEF files from my camera) are
broken due to a typo in TIFF.pm, causing a syntax error. With the
following patch, I can read metadata from my .NEF files just fine.

iff -u libimage-info-perl-1.21/lib/Image/Info/TIFF.pm 
libimage-info-perl-1.21/lib/Image/Info/TIFF.pm
--- libimage-info-perl-1.21/lib/Image/Info/TIFF.pm
+++ libimage-info-perl-1.21/lib/Image/Info/TIFF.pm
@@ -192,7 +192,7 @@
        if ($tn eq "ExifOffset") {
            # parse ExifSubIFD
             # print "ExifSubIFD at $value_offset\n";
-           process_ifds($info,$fh,$page,$tagsseen,$byteorder,$value_offset);
+           _process_ifds($info,$fh,$page,$tagsseen,$byteorder,$value_offset);
        }
        $info->push_info($page, $tn => $val);
        $n--;


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16trofastxen
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to