Package: llgal
Version: 0.13.12-1
Severity: normal
Tags: patch

llgal runs identify in each image in each run, just to verify that these
are, in fact, images. This wastes a lot of resources, as identify is
very slow, and can take ages on big directories. Most surely this can be
better done with file, but for the time being, I'm just skipping the
check (as is currently done with movies). Patch below.

--- llgal.orig  2007-07-06 02:17:41.000000000 -0300
+++ /usr/bin/llgal      2007-07-06 02:04:43.000000000 -0300
@@ -242,6 +242,7 @@
 }

 sub check_image {
+    return 0;
     my $filename = shift ;
     my ($status, @output) = Llgal::Utils::system_with_output
        ( "check \"$filename\" validity",


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (901, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/2 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages llgal depends on:
ii  imagemagick            7:6.2.4.5.dfsg1-1 Image manipulation programs
ii  libimage-size-perl     3.01-1            determine the size of images in se
ii  liblocale-gettext-perl 1.05-1            Using libc functions for internati
ii  liburi-perl            1.35.dfsg.1-1     Manipulates and accesses URI strin
ii  perl                   5.8.8-7           Larry Wall's Practical Extraction 

Versions of packages llgal recommends:
ii  libimage-exiftool-perl        6.90-1     Library and program to read and wr

-- no debconf information


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

Reply via email to