* Re: [oe-commits] Koen Kooi : libjpeg-turbo: initial add [not found] <20120113110213.AFF2110331@opal> @ 2012-01-13 15:59 ` Andreas Müller 2012-01-14 8:57 ` Koen Kooi 0 siblings, 1 reply; 5+ messages in thread From: Andreas Müller @ 2012-01-13 15:59 UTC (permalink / raw) To: openembedded-devel On Friday, January 13, 2012 12:02:13 PM git@git.openembedded.org wrote: > Module: meta-openembedded.git > Branch: master > Commit: b026074a8d03e18790212ac5953c69fb36dbd3bc > URL: > http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=b026074a8d > 03e18790212ac5953c69fb36dbd3bc > > Author: Koen Kooi <koen@dominion.thruhere.net> > Date: Fri Jan 13 11:45:31 2012 +0100 > > libjpeg-turbo: initial add > > If you're on x86 or ARM this will be a lot faster due to SIMD optimizations > Another stupid question from my side: How can I make this replace libjpeg? Andreas ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [oe-commits] Koen Kooi : libjpeg-turbo: initial add 2012-01-13 15:59 ` [oe-commits] Koen Kooi : libjpeg-turbo: initial add Andreas Müller @ 2012-01-14 8:57 ` Koen Kooi 2012-01-15 2:22 ` Andreas Müller 0 siblings, 1 reply; 5+ messages in thread From: Koen Kooi @ 2012-01-14 8:57 UTC (permalink / raw) To: openembedded-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 13-01-12 16:59, Andreas Müller schreef: > On Friday, January 13, 2012 12:02:13 PM git@git.openembedded.org wrote: >> Module: meta-openembedded.git Branch: master Commit: >> b026074a8d03e18790212ac5953c69fb36dbd3bc URL: >> http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=b026074a8d >> >> 03e18790212ac5953c69fb36dbd3bc >> >> Author: Koen Kooi <koen@dominion.thruhere.net> Date: Fri Jan 13 >> 11:45:31 2012 +0100 >> >> libjpeg-turbo: initial add >> >> If you're on x86 or ARM this will be a lot faster due to SIMD >> optimizations >> > Another stupid question from my side: How can I make this replace > libjpeg? Build it manually and then opkg upgrade or set PREFERRED_PROVIDER_jpeg = "libjpeg-turbo". Angstrom will make it the default next week. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAk8RQ28ACgkQMkyGM64RGpFc4wCffRCBjxq3TAnKiMjh/aV4b33j YDsAn047Q8EvFa+wLo4TrwirqSz1ovNS =eGl5 -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [oe-commits] Koen Kooi : libjpeg-turbo: initial add 2012-01-14 8:57 ` Koen Kooi @ 2012-01-15 2:22 ` Andreas Müller 2012-01-15 9:09 ` Koen Kooi 0 siblings, 1 reply; 5+ messages in thread From: Andreas Müller @ 2012-01-15 2:22 UTC (permalink / raw) To: openembedded-devel On Saturday, January 14, 2012 09:57:21 AM Koen Kooi wrote: > Op 13-01-12 16:59, Andreas Müller schreef: > > Another stupid question from my side: How can I make this replace > > libjpeg? > > Build it manually and then opkg upgrade or set PREFERRED_PROVIDER_jpeg = > "libjpeg-turbo". Angstrom will make it the default next week. > In the first step I have set PREFERRED_PROVIDER_jpeg = "libjpeg-turbo" in my machine configuration and built image incremental and from scratch. In the second step after angstrom update (and native fix by Eric) I have build image incremental. In all cases the only jpeg library found in my image was: libjpeg8_8c+1.2.0-r0_armv7a.ipk What went wrong? Andreas ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [oe-commits] Koen Kooi : libjpeg-turbo: initial add 2012-01-15 2:22 ` Andreas Müller @ 2012-01-15 9:09 ` Koen Kooi 2012-01-15 12:44 ` Andreas Müller 0 siblings, 1 reply; 5+ messages in thread From: Koen Kooi @ 2012-01-15 9:09 UTC (permalink / raw) To: openembedded-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 15-01-12 03:22, Andreas Müller schreef: > On Saturday, January 14, 2012 09:57:21 AM Koen Kooi wrote: >> Op 13-01-12 16:59, Andreas Müller schreef: >>> Another stupid question from my side: How can I make this replace >>> libjpeg? >> >> Build it manually and then opkg upgrade or set PREFERRED_PROVIDER_jpeg >> = "libjpeg-turbo". Angstrom will make it the default next week. >> > In the first step I have set > > PREFERRED_PROVIDER_jpeg = "libjpeg-turbo" > > in my machine configuration and built image incremental and from > scratch. > > In the second step after angstrom update (and native fix by Eric) I have > build image incremental. > > In all cases the only jpeg library found in my image was: > > libjpeg8_8c+1.2.0-r0_armv7a.ipk And that's how it should be: $ dpkg-deb -I libjpeg8_8c+1.2.0-r0_armv7a.ipk new debian package, version 2.0. size 81424 bytes: control archive= 489 bytes. 554 bytes, 15 lines control Package: libjpeg8 Version: 8c+1.2.0-r0 Description: libjpeg-turbo version 8c+1.2.0-r0 libjpeg-turbo is a derivative of libjpeg that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression Section: base Priority: optional Maintainer: Angstrom Developers <angstrom-distro-devel@linuxtogo.org> License: BSD-3-Clause Architecture: armv7a OE: libjpeg-turbo Homepage: http://libjpeg-turbo.org/ Depends: libc6 (>= 2.12) Source: svn://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo;proto=https;module=trunk -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAk8Sl60ACgkQMkyGM64RGpGSaACfdOMvovSZ/eoclabkYkh3cXGQ kEYAnAhBifJ0F5FbMQ6JSOXvHhKgNMJb =jBcU -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [oe-commits] Koen Kooi : libjpeg-turbo: initial add 2012-01-15 9:09 ` Koen Kooi @ 2012-01-15 12:44 ` Andreas Müller 0 siblings, 0 replies; 5+ messages in thread From: Andreas Müller @ 2012-01-15 12:44 UTC (permalink / raw) To: openembedded-devel On Sunday, January 15, 2012 10:09:03 AM Koen Kooi wrote: > Op 15-01-12 03:22, Andreas Müller schreef: > > On Saturday, January 14, 2012 09:57:21 AM Koen Kooi wrote: > >> Op 13-01-12 16:59, Andreas Müller schreef: > >>> Another stupid question from my side: How can I make this replace > >>> libjpeg? > >> > >> Build it manually and then opkg upgrade or set PREFERRED_PROVIDER_jpeg > >> = "libjpeg-turbo". Angstrom will make it the default next week. > > > > In the first step I have set > > > > PREFERRED_PROVIDER_jpeg = "libjpeg-turbo" > > > > in my machine configuration and built image incremental and from > > scratch. > > > > In the second step after angstrom update (and native fix by Eric) I have > > build image incremental. > > > > In all cases the only jpeg library found in my image was: > > > > libjpeg8_8c+1.2.0-r0_armv7a.ipk > > And that's how it should be: > > $ dpkg-deb -I libjpeg8_8c+1.2.0-r0_armv7a.ipk > new debian package, version 2.0. > size 81424 bytes: control archive= 489 bytes. > 554 bytes, 15 lines control > Package: libjpeg8 > Version: 8c+1.2.0-r0 > Description: libjpeg-turbo version 8c+1.2.0-r0 > libjpeg-turbo is a derivative of libjpeg that uses SIMD instructions > (MMX, SSE2, NEON) to accelerate baseline JPEG compression and > decompression > Section: base > Priority: optional > Maintainer: Angstrom Developers <angstrom-distro-devel@linuxtogo.org> > License: BSD-3-Clause > Architecture: armv7a > OE: libjpeg-turbo > Homepage: http://libjpeg-turbo.org/ > Depends: libc6 (>= 2.12) > Source: > svn://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo;proto=https;m > odule=trunk > Oops: libjpeg8_8c+1.2.0-r0_armv7a.ipk was created by libjpeg-turbo. Sorry for the noise Andreas ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-01-15 12:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20120113110213.AFF2110331@opal>
2012-01-13 15:59 ` [oe-commits] Koen Kooi : libjpeg-turbo: initial add Andreas Müller
2012-01-14 8:57 ` Koen Kooi
2012-01-15 2:22 ` Andreas Müller
2012-01-15 9:09 ` Koen Kooi
2012-01-15 12:44 ` Andreas Müller
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.