Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] New media-libs/jpeg-7 and how to deal with it.
Date: Sat, 22 Aug 2009 13:01:45
Message-Id: 4A8FEC3B.30807@gentoo.org
1 media-libs/jpeg-7 installs .so.7.0.0 so this causes some headacke for
2 binary applications:
3
4 media-libs/jpeg-compat-6b will install libjpeg.so.62{,.0.0} for use with
5 binary applications, let me know if there is a trouble with the package.
6
7 This means you have change deps to || ( media-libs/jpeg-compat
8 <=media-libs/jpeg-7 ) for example. Feel free to use suitable alternative
9 syntaxes.
10
11 Otherwise it just means a long @preserved-rebuild emerge.
12
13 jpegint.h isn't installed anymore (private header), if this is causing
14 trouble for you let me know about that too...
15
16 Thanks, Samuli

Replies

Subject Author
Re: [gentoo-dev] New media-libs/jpeg-7 and how to deal with it. Samuli Suominen <ssuominen@g.o>
Re: [gentoo-dev] New media-libs/jpeg-7 and how to deal with it. Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>