From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6543 invoked by alias); 4 Nov 2006 21:58:00 -0000 Received: (qmail 6528 invoked by uid 22791); 4 Nov 2006 21:58:00 -0000 X-Spam-Check-By: sourceware.org Received: from out1.smtp.messagingengine.com (HELO out1.smtp.messagingengine.com) (66.111.4.25) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 04 Nov 2006 21:57:57 +0000 Received: from db2.internal (db2.internal [10.202.2.12]) by frontend1.messagingengine.com (Postfix) with ESMTP id 21EEFDC0039 for ; Sat, 4 Nov 2006 16:57:54 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by db2.internal (MEProxy); Sat, 04 Nov 2006 16:57:56 -0500 Received: from [127.0.0.1] (user-0c6suln.cable.mindspring.com [24.110.122.183]) by mail.messagingengine.com (Postfix) with ESMTP id D2F0C9409; Sat, 4 Nov 2006 16:57:55 -0500 (EST) Message-ID: <454D0C9F.4050002@cwilson.fastmail.fm> Date: Sat, 04 Nov 2006 21:58:00 -0000 From: Charles Wilson User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Mailing List: CygWin-Apps Subject: Re: [ITP-adopt] ImageMagick 6.3.0.1 - 2nd try References: <454CD917.3040709@scytek.de> <454CF696.2070700@byu.net> <20061104211835.GA23961@trixie.casa.cgf.cx> In-Reply-To: <20061104211835.GA23961@trixie.casa.cgf.cx> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com X-SW-Source: 2006-11/txt/msg00023.txt.bz2 Christopher Faylor wrote: >> Uploaded. I left 6.0.4-1 as the previous version, even though you didn't >> package it, based on your setup.hints. > > I hate to be a wet blanket here but did you try this before uploading, > Eric? Well, I've tried it (briefly). convert.exe seems to work, as well as identify.exe. However, I can't get display.exe to do anything other than print out its usage/help message -- I've tried it both with no DISPLAY variable and no Xserver running, and with an Xserver and with DISPLAY=127.0.0.1:0.0. I assume the former is "proper" as display.exe is not linked against any of the X libraries but is linked against GDI32.dll -- therefore I assume it uses native windowing. Furthermore, there are some packaging issues in the main ImageMagick package: .... /usr/share/doc/ImageMagick-6.3.0/www/subversion.html /usr/share/ImageMagick-6.3.0/ChangeLog /usr/share/ImageMagick-6.3.0/config/coder.xml /usr/share/ImageMagick-6.3.0/config/log.xml /usr/share/ImageMagick-6.3.0/config/magic.xml /usr/share/ImageMagick-6.3.0/config/sRGB.icm /usr/share/ImageMagick-6.3.0/config/thresholds.xml /usr/share/ImageMagick-6.3.0/LICENSE /usr/share/ImageMagick-6.3.0/NEWS The three files ChangeLog, LICENSE, and NEWS in /usr/share/ImageMagick-6.3.0/ should really be in /usr/share/doc/ImageMagick-6.3.0/. The former directory should be reserved for platform-independent support files, not documentation. I realize the current placement is the fault of the upstream package, but still... More importantly, however, there is no /usr/share/doc/Cygwin/ImageMagick*README file. -- Chuck