FS#5109 - id3lib needs pkg-config file in /usr/lib/pkgconfig

Attached to Project: Arch Linux
Opened by Jeff Mickey (codemac) - Tuesday, 25 July 2006, 19:04 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 02 August 2006, 13:24 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To Jan de Groot (JGC)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The title says it all.
This task depends upon

Closed by  Jan de Groot (JGC)
Wednesday, 02 August 2006, 17:26 GMT
Reason for closing:  Won't implement
Comment by Jeff Mickey (codemac) - Tuesday, 25 July 2006, 19:06 GMT
prefix=/usr
exec_prefix=/usr
libdir=/usr/lib
includedir=/usr/include

Name: id3tag
Description: ID3 tag library
Requires:
Version: 3.8.3
Libs: -L/usr/lib -lid3tag -lz
Cflags: -I/usr/include



^ should work ok ^
Comment by Jan de Groot (JGC) - Tuesday, 25 July 2006, 19:35 GMT
Why is this specifically needed? the .pc file doesn't ship with it by default.
Comment by Jeff Mickey (codemac) - Tuesday, 25 July 2006, 19:44 GMT
so ./configure scripts that use pkg-config can pick it up.
Comment by Jan de Groot (JGC) - Tuesday, 25 July 2006, 19:58 GMT
The point here is, as it's not standard to provide this file, will configure scripts look for the .pc file? Every standard out-of-the-box distribution ships without this file, so application developers use other ways than pkgconfig to check for this lib.

Loading...