Uwe Hermann wrote:
> Hi,
> 
> On Thu, Oct 20, 2005 at 07:32:15PM -0400, Nathanael Nerode wrote:
> 
>>So the sum of this discussion for pixelize is that 
>>* The binary depends directly on libpng10-0, so it needs to be rebuilt.
>>* It build-depends directly on imlib1-dev. This must be changed to 
>>imlib11-dev,
>>  so it needs a new upload doing that.
> 
> 
> Thanks for the summary / reminder. Unfortunately, it doesn't seem to be
> as easy as it sounds.
> 
> pixelize requires both, imlib11-dev (for Imlib.h) and gdk-imlib11-dev
> (for gdk_imlib.h). I cannot install both, though:
Actually, I think you can....

> 
> ---
> $ apt-get install imlib11-dev gdk-imlib11-dev
                                         ^^
> Reading package lists... Done
> Building dependency tree... Done
> imlib11-dev is already the newest version.
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>   imlib11-dev: Conflicts: gdk-imlib1-dev
                                     ^
> E: Broken packages
1 != 11

> ---
> 
> What can I do?

Uninstall gdk-imlib1-dev.
apt-get remove gdk-imlib1-dev

Install gdk-imlib11-dev and imlib11-dev.  Change the build-depends for
pixelize
from imlib1-dev, gdk-imlib1-dev
to imlib11-dev, gdk-imlib11-dev.


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

Reply via email to