FS#24787 - [libjpeg-turbo] jpegint.h missing

Attached to Project: Arch Linux
Opened by Link Mauve (linkmauve) - Sunday, 19 June 2011, 13:55 GMT
Last edited by Allan McRae (Allan) - Saturday, 25 June 2011, 12:58 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Allan McRae (Allan)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The libjpeg package does not provide jpegint.h header file which is directly referred to in jpeglib.h. This shows up as a problem when compiling some few applications that #include <jpeglib.h> (XBMC is one for example, also fbida). This causes compilation to fail:

/usr/include/jpeglib.h:1092:55: error: jpegint.h: No such file or directory

Additional info:
* package version(s)
libjpeg-turbo 1.1.1-1 (latest)

Could jpegint.h be added to the libjpeg package? Its in the libjpeg-turbo sources and requires only a quick:
[code]install -m 644 jpegint.h ${pkgdir}/usr/include/jpegint.h[/code]
tossed on the end of the PKGBUILD
This task depends upon

Closed by  Allan McRae (Allan)
Saturday, 25 June 2011, 12:58 GMT
Reason for closing:  Implemented
Additional comments about closing:  libjpeg-turbo-1.1.1-2

Loading...