Search found 4 matches

by Zizo
Mon Jul 12, 2010 9:58 am
Forum: Wish List & Feedback
Topic: [Solved] Don't make a mess with libpng.
Replies: 5
Views: 9270

Thanks for your efforts. I really appreciated them and I'll wait 2.16-2 for the dependencies fix.

Regards, Luca.
by Zizo
Fri Jul 09, 2010 8:20 pm
Forum: Wish List & Feedback
Topic: [Solved] Don't make a mess with libpng.
Replies: 5
Views: 9270

turboprint 2.16-1 Chagelog wrote:- libpng12 dependency removed
Thanks.

EDIT: Gimp's plugin main file "gpturboprint" still require libpng12. Can you fix it too? Thanks in advance.
by Zizo
Fri Jul 02, 2010 8:24 am
Forum: Wish List & Feedback
Topic: [Solved] Don't make a mess with libpng.
Replies: 5
Views: 9270

Maybe this is the default behaviour of a low level debian based distro, but this doesn't mean that it is the good way do to such a thing. If you are so much in love with links between different versions you should be able to do the opposite thing: if [ -e /usr/lib/libpng12.so -a ! -e /usr/lib/libpng...
by Zizo
Thu Jul 01, 2010 7:52 pm
Forum: Wish List & Feedback
Topic: [Solved] Don't make a mess with libpng.
Replies: 5
Views: 9270

[Solved] Don't make a mess with libpng.

Hello, I'm shocked about your way to manage missing libraries, especially libpng: if [ -e /usr/lib/libpng14.so -a ! -e /usr/lib/libpng12.so.0 ] ; then ln -s /usr/lib/libpng14.so /usr/lib/libpng12.so.0 fi if [ -e /usr/lib64/libpng14.so -a ! -e /usr/lib64/libpng12.so.0 ] ; then ln -s /usr/lib64/libpng...