On 12/28/12 11:28 AM, Peter Dyballa wrote: > > Am 28.12.2012 um 17:38 schrieb Alexander Hansen: > >>> The latter "Provides:" statement seems a bit incorrect: shouldn't it be >>> imagemagick2-dev? >> >> No. > > I meant imagemagick2-nox, but I presume the answer stays the same. > > I also wonder why the two packages imagemagick-nox2-dev and imagemagick2-dev > exist. The differences between them are: > > -rw-r--r-- 0 root admin 45484 > ./sw/include/ImageMagick/magick/magick-baseconfig.h > -rw-r--r-- 0 root admin 2682 ./sw/include/ImageMagick/magick/version.h > -rw-r--r-- 0 root admin 2311248 ./sw/lib/libMagick++-Q16HDRI.a > -rw-r--r-- 0 root admin 15805048 ./sw/lib/libMagickCore-Q16HDRI.a > -rw-r--r-- 0 root admin 2943256 ./sw/lib/libMagickWand-Q16HDRI.a > > vs. > > -rw-r--r-- 0 root admin 45817 > ./sw/include/ImageMagick/magick/magick-baseconfig.h > -rw-r--r-- 0 root admin 2707 ./sw/include/ImageMagick/magick/version.h > -rwxr-xr-x 0 root admin 972 ./sw/lib/libMagick++-Q16HDRI.la > -rwxr-xr-x 0 root admin 982 ./sw/lib/libMagickCore-Q16HDRI.la > -rwxr-xr-x 0 root admin 982 ./sw/lib/libMagickWand-Q16HDRI.la > lrwxr-xr-x 0 root admin 0 ./sw/lib/libMagick++-Q16HDRI.dylib -> > libMagick++-Q16HDRI.7.dylib > lrwxr-xr-x 0 root admin 0 ./sw/lib/libMagickCore-Q16HDRI.dylib -> > libMagickCore-Q16HDRI.7.dylib > lrwxr-xr-x 0 root admin 0 ./sw/lib/libMagickWand-Q16HDRI.dylib -> > libMagickWand-Q16HDRI.7.dylib > > And the first two C header are probably different because I did not manage to > build the packages with the same features… > > -- > Greetings > > Pete > > Every instructor assumes that you have nothing else to do except study for > that instructor's course. > – Fourth Law of Applied Terror > >
I believe you're right: the headers contain different information due to how the builds were configured. Also, it was decided at some point to build the -nox package as static-only because the libraries are not drop-in compatible with the X11 version, which is why the former has the .a files. -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122812 _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
