All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] libjpeg-turbo: add libjpeg-turbo for LSB lib test
@ 2011-03-24  1:43 Kang Kai
  2011-03-24  1:43 ` [PATCH 1/1] " Kang Kai
  2011-04-04 18:14 ` [PATCH 0/1] " Saul Wold
  0 siblings, 2 replies; 5+ messages in thread
From: Kang Kai @ 2011-03-24  1:43 UTC (permalink / raw)
  To: poky

From: Kang Kai <kai.kang@windriver.com>

LSB 4.1 library test will check libjpeg.so.62, and
libjpeg-turbo provide it.


Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: kangkai/distro
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/distro

Thanks,
    Kang Kai <kai.kang@windriver.com>
---


Kang Kai (1):
  libjpeg-turbo: add libjpeg-turbo for LSB lib test

 .../libjpeg-turbo/libjpeg-turbo_1.1.0.bb           |   23 ++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-extended/libjpeg-turbo/libjpeg-turbo_1.1.0.bb



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/1] libjpeg-turbo: add libjpeg-turbo for LSB lib test
  2011-03-24  1:43 [PATCH 0/1] libjpeg-turbo: add libjpeg-turbo for LSB lib test Kang Kai
@ 2011-03-24  1:43 ` Kang Kai
  2011-04-04 18:14 ` [PATCH 0/1] " Saul Wold
  1 sibling, 0 replies; 5+ messages in thread
From: Kang Kai @ 2011-03-24  1:43 UTC (permalink / raw)
  To: poky

From: Kang Kai <kai.kang@windriver.com>

LSB 4.1 library test will check libjpeg.so.62, and
libjpeg-turbo provide it.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
---
 .../libjpeg-turbo/libjpeg-turbo_1.1.0.bb           |   23 ++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-extended/libjpeg-turbo/libjpeg-turbo_1.1.0.bb

diff --git a/meta/recipes-extended/libjpeg-turbo/libjpeg-turbo_1.1.0.bb b/meta/recipes-extended/libjpeg-turbo/libjpeg-turbo_1.1.0.bb
new file mode 100644
index 0000000..1948a5d
--- /dev/null
+++ b/meta/recipes-extended/libjpeg-turbo/libjpeg-turbo_1.1.0.bb
@@ -0,0 +1,23 @@
+SUMMARY = "A MMX/SSE2 accelerated library for manipulating JPEG image files"
+
+DESCRIPTION = "libjpeg-turbo is a version of libjpeg which uses MMX, SSE, and \
+SSE2 SIMD instructions to accelerate baseline JPEG compression/decompression \
+by about 2-4x on x86 and x86-64 platforms. It is based on libjpeg/SIMD \
+but has numerous enhancements."
+
+DEPENDS = "nasm-native"
+
+PR = "r0"
+
+LICENSE = "wxWidgets"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8b3f4d426b97ea335b053353f9f220b2"
+
+SRC_URI = "http://downloads.sourceforge.net/${PN}/${PN}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "83e6914a281d649ad289445dc20f9de4"
+SRC_URI[sha256sum] = "1e24fd7c58b64f4c0f5f559d88d43bbe40e47000a573ad215e47f75da88ac244"
+
+PACKAGES =+ "${PN}-utils "
+FILES_${PN}-utils = "${bindir}/*"
+
+inherit autotools
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/1] libjpeg-turbo: add libjpeg-turbo for LSB lib test
  2011-03-24  1:43 [PATCH 0/1] libjpeg-turbo: add libjpeg-turbo for LSB lib test Kang Kai
  2011-03-24  1:43 ` [PATCH 1/1] " Kang Kai
@ 2011-04-04 18:14 ` Saul Wold
  2011-04-06  5:59   ` Kang Kai
  1 sibling, 1 reply; 5+ messages in thread
From: Saul Wold @ 2011-04-04 18:14 UTC (permalink / raw)
  To: Kang Kai; +Cc: poky

On 03/23/2011 06:43 PM, Kang Kai wrote:
> From: Kang Kai<kai.kang@windriver.com>
>
> LSB 4.1 library test will check libjpeg.so.62, and
> libjpeg-turbo provide it.
>
Kang,

We already have a libjpeg recipe, what is wrong with that version?
It seems that the -turbo version is based on v8b, which is the current 
version for poky.

I think more information is needed.  Also, this looks like it will only 
work with x86.

Sau!

>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: kangkai/distro
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/distro
>
> Thanks,
>      Kang Kai<kai.kang@windriver.com>
> ---
>
>
> Kang Kai (1):
>    libjpeg-turbo: add libjpeg-turbo for LSB lib test
>
>   .../libjpeg-turbo/libjpeg-turbo_1.1.0.bb           |   23 ++++++++++++++++++++
>   1 files changed, 23 insertions(+), 0 deletions(-)
>   create mode 100644 meta/recipes-extended/libjpeg-turbo/libjpeg-turbo_1.1.0.bb
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/1] libjpeg-turbo: add libjpeg-turbo for LSB lib test
  2011-04-04 18:14 ` [PATCH 0/1] " Saul Wold
@ 2011-04-06  5:59   ` Kang Kai
  2011-04-06  7:23     ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: Kang Kai @ 2011-04-06  5:59 UTC (permalink / raw)
  To: Saul Wold; +Cc: poky

On 2011年04月05日 02:14, Saul Wold wrote:
> On 03/23/2011 06:43 PM, Kang Kai wrote:
>> From: Kang Kai<kai.kang@windriver.com>
>>
>> LSB 4.1 library test will check libjpeg.so.62, and
>> libjpeg-turbo provide it.
>>

Hi Saul,
>
> We already have a libjpeg recipe, what is wrong with that version?
Current libjpeg doesn't provide libjpeg.so.62, and I search Fedora and 
find libjpeg.so.62 provided by libjpeg-turbo, so added it.

Maybe the direct way to provide libjpeg.so.62 is make it link to 
libjpeg.so.8.0.2.
With your permit I will add a patch to jpeg_8b instead of add 
libjpeg-turbo. How about this solution?

Thanks and Regards,
Kai

> It seems that the -turbo version is based on v8b, which is the current 
> version for poky.
>
> I think more information is needed. Also, this looks like it will only 
> work with x86.
>
> Sau!
>
>>
>> Pull URL: git://git.pokylinux.org/poky-contrib.git
>> Branch: kangkai/distro
>> Browse: 
>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/distro
>>
>> Thanks,
>> Kang Kai<kai.kang@windriver.com>
>> ---
>>
>>
>> Kang Kai (1):
>> libjpeg-turbo: add libjpeg-turbo for LSB lib test
>>
>> .../libjpeg-turbo/libjpeg-turbo_1.1.0.bb | 23 ++++++++++++++++++++
>> 1 files changed, 23 insertions(+), 0 deletions(-)
>> create mode 100644 
>> meta/recipes-extended/libjpeg-turbo/libjpeg-turbo_1.1.0.bb
>>
>> _______________________________________________
>> poky mailing list
>> poky@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/poky
>>
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/1] libjpeg-turbo: add libjpeg-turbo for LSB lib test
  2011-04-06  5:59   ` Kang Kai
@ 2011-04-06  7:23     ` Koen Kooi
  0 siblings, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2011-04-06  7:23 UTC (permalink / raw)
  To: Kang Kai; +Cc: poky, Saul Wold


Op 6 apr 2011, om 07:59 heeft Kang Kai het volgende geschreven:

> On 2011年04月05日 02:14, Saul Wold wrote:
>> On 03/23/2011 06:43 PM, Kang Kai wrote:
>>> From: Kang Kai<kai.kang@windriver.com>
>>> 
>>> LSB 4.1 library test will check libjpeg.so.62, and
>>> libjpeg-turbo provide it.
>>> 
> 
> Hi Saul,
>> 
>> We already have a libjpeg recipe, what is wrong with that version?
> Current libjpeg doesn't provide libjpeg.so.62, and I search Fedora and find libjpeg.so.62 provided by libjpeg-turbo, so added it.
> 
> Maybe the direct way to provide libjpeg.so.62 is make it link to libjpeg.so.8.0.2.
> With your permit I will add a patch to jpeg_8b instead of add libjpeg-turbo. How about this solution?

Or you can add back the jpeg 6b recipe. The jpeg group didn't make a release for years and then released 7 and 8 in quick succession.

regards,

Koen

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-04-06  7:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-24  1:43 [PATCH 0/1] libjpeg-turbo: add libjpeg-turbo for LSB lib test Kang Kai
2011-03-24  1:43 ` [PATCH 1/1] " Kang Kai
2011-04-04 18:14 ` [PATCH 0/1] " Saul Wold
2011-04-06  5:59   ` Kang Kai
2011-04-06  7:23     ` Koen Kooi

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.