'tjDecompressHeader2' function was added in last revision 313. Now the package compiles fine again.
Search Criteria
Package Details: libjpeg-turbo-svn 856-1
Package Actions
| Package Base: | libjpeg-turbo-svn |
|---|---|
| Description: | A derivative of libjpeg which uses SIMD instructions to accelerate baseline JPEG compression and decompression |
| Upstream URL: | http://libjpeg-turbo.virtualgl.org/ |
| Category: | lib |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 21 |
| First Submitted: | 2010-06-12 03:48 |
| Last Updated: | 2012-07-23 18:00 |
Latest Comments
Anonymous comment
Comment by anish
anyone else have issues compiling the latest one ? Fails for me with jpgtest.cxx:(.text+0x18cd): undefined reference to `tjDecompressHeader2'
Anonymous comment
@inp3dance: automake and autoconf are already in the base-devel group...did you install base-devel?
Comment by inp3dance
build depends on autoconf and automake, pls update PKGBUILD
Anonymous comment
libjpeg-turbo is not yet fully compatible with libjpeg v8, so you can experience problems with some apps.
You can read more about compatibility here: http://libjpeg-turbo.svn.sourceforge.net/viewvc/libjpeg-turbo/trunk/README-turbo.txt
Comment by ZauberParacelsus
This package breaks a lot of things that depend on libjpeg8. Chromium was crashing tabs on any web sites that used jpeg, and empathy and skype were both crashing after signing in. I do not advise using it.
Comment by anish
is the provides=('libjpeg=8.0.2') field correct ? libjpeg8 support is supposed to be in 1.1 iirc
Anonymous comment
I think having "./configure --with-jpeg8" in PKGBUILD would be more useful :)
Comment by Huulivoide
Add x86_64, remove empty entries and make it use the new paclkage() function
Comment by ava1ar
Why arch=('i686') only? Looks like x86_64 also supported. Can you fix this please?