FS#28708 - [lib32-libpng] Do not delete "/usr/bin/libpng-config" from package

Attached to Project: Community Packages
Opened by Rafael Fontenelle (josephg) - Wednesday, 29 February 2012, 05:18 GMT
Last edited by Florian Pritz (bluewind) - Wednesday, 29 February 2012, 12:56 GMT
Task Type Bug Report
Category Packages: Multilib
Status Closed
Assigned To Florian Pritz (bluewind)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The script "/usr/bin/libpng-config" provides information about libpng directories and it is used by package 'lib32-gd' to get libpng's dir. Currently this script is deleted from the package, but this could be moved to /usr/bin/libpng-config-32 in a way that we would have this structure:

lib32-libpng
`-- usr
|-- bin
|-- libpng15-config-32
`-- libpng-config-32 -> libpng15-config-32

This way, a packager could use the correct script by setting, for example, the following in a PKGBUILD:

sed 's/libpng-config/libpng-config-32/' -i configure


Additional info:
* package version(s)
lib32-libpng 1.5.9-1
lib32-gd 2.0.36RC-1 (AUR)

* config and/or log files etc.
lib32-gd config log attached - please notice lines 683 to 699

Steps to reproduce:
- install lib32-libpng from [multilib]
- build lib32-gd from AUR and get "skipping incompatible <lib file>"
This task depends upon

Closed by  Florian Pritz (bluewind)
Wednesday, 29 February 2012, 12:56 GMT
Reason for closing:  Fixed
Additional comments about closing:  lib32-libpng-1.5.9-2

Loading...