Skip Menu |

This queue is for tickets about the Prima CPAN distribution.

Report information
The Basics
Id: 40768
Status: resolved
Priority: 0/
Queue: Prima

People
Owner: KARASIK [...] cpan.org
Requestors: Sergiy.Borodych [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: giflib replacing libungif
As I see Prima now support only libungif, but it deprecated and now giflib used widely http://sourceforge.net/projects/giflib/ Are you planning to use it in Prima ? -- Sergiy Borodych
I've committed a change that tries to use libgif if libungif is unavailable. Please check out the latest cvs sources and see if that works for you.
Суб. Ноя. 08 18:22:37 2008, KARASIK писал: Show quoted text
> I've committed a change that tries to use libgif if libungif is > unavailable. Please check out the latest cvs sources and see if that > works for you.
as I see Checking for prigraph library... no Checking for jpeg library... yes Checking for png library... yes Checking for tiff library... yes Checking for ungif library... no Checking for gif library... yes Checking for X11 library... yes Checking for Xpm library... yes and with it compile fine offtop: how I can disable some codecs ? (even if I has installed it library) -- Sergiy Borodych
Show quoted text
> how I can disable some codecs ? > (even if I has installed it library)
delete the corresponding img/codec_XXX.c file and rerun Makefile.PL
Пнд. Ноя. 10 03:48:11 2008, KARASIK писал: Show quoted text
> > how I can disable some codecs ? > > (even if I has installed it library)
> > delete the corresponding img/codec_XXX.c file and rerun Makefile.PL >
it worked thanks -- Sergiy Borodych