Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 886345 - media-libs/tiff-compat-4.4.0-r1: The ebuild description does not correspond to the actual library name
Summary: media-libs/tiff-compat-4.4.0-r1: The ebuild description does not correspond t...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Codec Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-16 14:59 UTC by vowstar
Modified: 2022-12-16 15:45 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vowstar 2022-12-16 14:59:37 UTC
I tried to compile the media-libs/tiff-compat-4.4.0-r1:4 package and get 
   /usr/lib/libtiffxx.so.5.8.0
   /usr/lib/libtiff.so.5.8.0
   /usr/lib64/libtiffxx.so.5.8.0
   /usr/lib64/libtiff.so.5.8.0


But the description of this package is:
"Tag Image File Format (TIFF) library (compat package for libtiff.so.4)"


Currently compiled results and descriptions contradict each other. I guess that slot 4 may correspond to the suffix of the previous so library, which is convenient for distinguishing the package media-libs/tiff.

So I compiled these three packages and got the following library:

tiff-4.4.0:0
   /usr/lib/libtiffxx.so.5.8.0
   /usr/lib/libtiff.so.5.8.0
   /usr/lib64/libtiffxx.so.5.8.0
   /usr/lib64/libtiff.so.5.8.0
tiff-compat-4.4.0:4
   /usr/lib/libtiffxx.so.5.8.0
   /usr/lib/libtiff.so.5.8.0
   /usr/lib64/libtiffxx.so.5.8.0
   /usr/lib64/libtiff.so.5.8.0
tiff-4.5.0:0
   /usr/lib/libtiffxx.so.6.0.0
   /usr/lib/libtiff.so.6.0.0
   /usr/lib64/libtiffxx.so.6.0.0
   /usr/lib64/libtiff.so.6.0.0

I found that tiff-compat-4.4.0:4 will get the same so library suffix as tiff-4.4.0:0, and the so library suffixes of tiff-4.4.0:0 and tiff-4.5.0:0 are different, this Are there special considerations?
Comment 1 Larry the Git Cow gentoo-dev 2022-12-16 15:45:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad08d3f82f7b5cea47179b2dd6789dfd6c2b35b

commit 5ad08d3f82f7b5cea47179b2dd6789dfd6c2b35b
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2022-12-16 15:44:38 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2022-12-16 15:44:38 +0000

    media-libs/tiff-compat: Correct DESCRIPTION
    
    Closes: https://bugs.gentoo.org/886345
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 media-libs/tiff-compat/tiff-compat-4.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)