From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32159 invoked by alias); 1 Mar 2015 19:18:31 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 32146 invoked by uid 89); 1 Mar 2015 19:18:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 01 Mar 2015 19:18:27 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t21JIPVd029058 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Sun, 1 Mar 2015 14:18:25 -0500 Received: from YAAKOV04.redhat.com ([10.10.116.27]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t21JIOFK001517 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO) for ; Sun, 1 Mar 2015 14:18:25 -0500 Message-ID: <1425237501.9892.7.camel@cygwin.com> Subject: Re: cygGraphicsMagick++-3.dll dependency From: Yaakov Selkowitz To: cygwin-apps@cygwin.com Date: Sun, 01 Mar 2015 19:18:00 -0000 In-Reply-To: <54F2F564.1010200@gmail.com> References: <54F2F564.1010200@gmail.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00004.txt.bz2 On Sun, 2015-03-01 at 12:17 +0100, Marco Atzeri wrote: > as GraphicsMagick 1.3.21 is pumping C++ ABI, > I will split the current > > libGraphicsMagick3 > /usr/bin/cygGraphicsMagick++-3.dll > /usr/bin/cygGraphicsMagick-3.dll > /usr/bin/cygGraphicsMagickWand-2.dll > > in 3 packages > > libGraphicsMagick3 > /usr/bin/cygGraphicsMagick-3.dll Underscores should be added only when there are two consecutive but separate numbers (e.g. libglib2.0_0, where 2.0 is an API version and 0 the ABI version, or libhdf5_9, where the 5 is part of the library name itself). That doesn't apply here, so: > libGraphicsMagick_cxx11 > /usr/bin/cygGraphicsMagick++-3.dll libGraphicsMagick++3 > libGraphicsMagick_Wand2 > /usr/bin/cygGraphicsMagickWand-2.dll libGraphicsMagickWand2 > Question: > Other than octave there is any other package depending from > C++ interface cygGraphicsMagick++-3.dll ? > > It should be none in cygwin, but eventually pdf2djvu in cygport ? Correct on both counts. While we are at it, I am concerned about a similar issue arising with the ImageMagick libraries. IMO they should be broken up into libMagickCore6_2 (which would OBSOLETES libMagickCore6), libMagickWand6_2, and libMagick++6_5 packages. In the case of both packages, however, I would leave the single -devel for each as is. -- Yaakov