Merge description from README-turbo.txt into packages
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@787 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>IFPkgDescriptionDescription</key>
|
<key>IFPkgDescriptionDescription</key>
|
||||||
<string>A SIMD-accelerated JPEG codec which provides both the libjpeg and TurboJPEG APIs</string>
|
<string>A SIMD-accelerated JPEG codec that provides both the libjpeg and TurboJPEG APIs</string>
|
||||||
<key>IFPkgDescriptionTitle</key>
|
<key>IFPkgDescriptionTitle</key>
|
||||||
<string>@PACKAGE_NAME@</string>
|
<string>@PACKAGE_NAME@</string>
|
||||||
<key>IFPkgDescriptionVersion</key>
|
<key>IFPkgDescriptionVersion</key>
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
|
{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
|
||||||
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
|
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
|
||||||
{\colortbl;\red255\green255\blue255;}
|
{\colortbl;\red255\green255\blue255;}
|
||||||
\margl1440\margr1440\vieww15200\viewh9600\viewkind0
|
\margl1440\margr1440\vieww15200\viewh9600\viewkind0
|
||||||
\deftab720
|
\deftab720
|
||||||
\pard\pardeftab720\ql\qnatural
|
\pard\pardeftab720\ql\qnatural
|
||||||
|
|
||||||
\f0\fs24 \cf0 libjpeg-turbo is a derivative of libjpeg which uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression and decompression on x86 and x86-64 systems. On such systems, libjpeg-turbo is generally 2-4x as fast as the unmodified version of libjpeg, all else being equal. libjpeg-turbo also includes a wrapper library which implements the TurboJPEG API used by VirtualGL and TurboVNC.\
|
\f0\fs24 \cf0 libjpeg-turbo is a derivative of libjpeg that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression on x86, x86-64, and ARM systems. On such systems, libjpeg-turbo is generally 2-4x as fast as the unmodified version of libjpeg, all else being equal.\
|
||||||
\
|
\
|
||||||
libjpeg-turbo was originally based on libjpeg/SIMD by Miyasaka Masaru, but the TigerVNC and VirtualGL projects made numerous enhancements to the codec in 2009, including improved support for Mac OS X, 64-bit support, support for 32-bit and big endian pixel formats (RGBX, XBGR, etc.), accelerated Huffman encoding/decoding, and various bug fixes. The goal was to produce a fully open source codec that could replace the partially closed source TurboJPEG/IPP codec used by VirtualGL and TurboVNC. libjpeg-turbo generally performs in the range of 80-120% of TurboJPEG/IPP. It is faster in some areas but slower in others.\
|
libjpeg-turbo was originally based on libjpeg/SIMD by Miyasaka Masaru, but the TigerVNC and VirtualGL projects made numerous enhancements to the codec in 2009, including improved support for Mac OS X, 64-bit support, support for 32-bit and big-endian pixel formats (RGBX, XBGR, etc.), accelerated Huffman encoding/decoding, and various bug fixes. The goal was to produce a fully open-source codec that could replace the partially closed-source TurboJPEG/IPP codec used by VirtualGL and TurboVNC. libjpeg-turbo generally achieves 80-120% of the performance of TurboJPEG/IPP. It is faster in some areas but slower in others.\
|
||||||
\
|
\
|
||||||
In early 2010, libjpeg-turbo spun off into its own independent project, with the goal of making high-speed JPEG compression/decompression technology available to a broader range of users and developers.\
|
In early 2010, libjpeg-turbo spun off into its own independent project, with the goal of making high-speed JPEG compression/decompression technology available to a broader range of users and developers.\
|
||||||
}
|
}
|
||||||
@@ -5,22 +5,20 @@ Priority: optional
|
|||||||
Architecture: {__ARCH}
|
Architecture: {__ARCH}
|
||||||
Essential: no
|
Essential: no
|
||||||
Maintainer: The libjpeg-turbo Project [http://www.libjpeg-turbo.org]
|
Maintainer: The libjpeg-turbo Project [http://www.libjpeg-turbo.org]
|
||||||
Description: A SIMD-accelerated JPEG codec which provides both the libjpeg and TurboJPEG APIs
|
Description: A SIMD-accelerated JPEG codec that provides both the libjpeg and TurboJPEG APIs
|
||||||
libjpeg-turbo is a derivative of libjpeg which uses SIMD instructions (MMX,
|
libjpeg-turbo is a derivative of libjpeg that uses SIMD instructions (MMX,
|
||||||
SSE2, etc.) to accelerate baseline JPEG compression and decompression on x86
|
SSE2, NEON) to accelerate baseline JPEG compression and decompression on x86,
|
||||||
and x86-64 systems. On such systems, libjpeg-turbo is generally 2-4x as fast
|
x86-64, and ARM systems. On such systems, libjpeg-turbo is generally 2-4x as
|
||||||
as the unmodified version of libjpeg, all else being equal. libjpeg-turbo
|
fast as the unmodified version of libjpeg, all else being equal.
|
||||||
also includes a wrapper library which implements the TurboJPEG API used by
|
|
||||||
VirtualGL and TurboVNC.
|
|
||||||
.
|
.
|
||||||
libjpeg-turbo was originally based on libjpeg/SIMD by Miyasaka Masaru, but
|
libjpeg-turbo was originally based on libjpeg/SIMD by Miyasaka Masaru, but
|
||||||
the TigerVNC and VirtualGL projects made numerous enhancements to the codec
|
the TigerVNC and VirtualGL projects made numerous enhancements to the codec
|
||||||
in 2009, including improved support for Mac OS X, 64-bit support, support
|
in 2009, including improved support for Mac OS X, 64-bit support, support
|
||||||
for 32-bit and big endian pixel formats (RGBX, XBGR, etc.), accelerated
|
for 32-bit and big-endian pixel formats (RGBX, XBGR, etc.), accelerated
|
||||||
Huffman encoding/decoding, and various bug fixes. The goal was to produce a
|
Huffman encoding/decoding, and various bug fixes. The goal was to produce a
|
||||||
fully open source codec that could replace the partially closed source
|
fully open-source codec that could replace the partially closed-source
|
||||||
TurboJPEG/IPP codec used by VirtualGL and TurboVNC. libjpeg-turbo generally
|
TurboJPEG/IPP codec used by VirtualGL and TurboVNC. libjpeg-turbo generally
|
||||||
performs in the range of 80-120% of TurboJPEG/IPP. It is faster in some
|
achieves 80-120% of the performance of TurboJPEG/IPP. It is faster in some
|
||||||
areas but slower in others.
|
areas but slower in others.
|
||||||
.
|
.
|
||||||
In early 2010, libjpeg-turbo spun off into its own independent project, with
|
In early 2010, libjpeg-turbo spun off into its own independent project, with
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
%define __lib lib
|
%define __lib lib
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Summary: A SIMD-accelerated JPEG codec which provides both the libjpeg and TurboJPEG APIs
|
Summary: A SIMD-accelerated JPEG codec that provides both the libjpeg and TurboJPEG APIs
|
||||||
Name: @PACKAGE_NAME@
|
Name: @PACKAGE_NAME@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Vendor: The libjpeg-turbo Project
|
Vendor: The libjpeg-turbo Project
|
||||||
@@ -19,21 +19,20 @@ Provides: %{name} = %{version}-%{release}, turbojpeg = 2.00
|
|||||||
Obsoletes: turbojpeg
|
Obsoletes: turbojpeg
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libjpeg-turbo is a derivative of libjpeg which uses SIMD instructions (MMX,
|
libjpeg-turbo is a derivative of libjpeg that uses SIMD instructions (MMX,
|
||||||
SSE2, etc.) to accelerate baseline JPEG compression and decompression on x86
|
SSE2, NEON) to accelerate baseline JPEG compression and decompression on x86,
|
||||||
and x86-64 systems. On such systems, libjpeg-turbo is generally 2-4x as fast
|
x86-64, and ARM systems. On such systems, libjpeg-turbo is generally 2-4x as
|
||||||
as the unmodified version of libjpeg, all else being equal. libjpeg-turbo also
|
fast as the unmodified version of libjpeg, all else being equal.
|
||||||
includes a wrapper library which implements the TurboJPEG API used by VirtualGL
|
|
||||||
and TurboVNC.
|
|
||||||
|
|
||||||
libjpeg-turbo was originally based on libjpeg/SIMD by Miyasaka Masaru, but
|
libjpeg-turbo was originally based on libjpeg/SIMD by Miyasaka Masaru, but
|
||||||
the TigerVNC and VirtualGL projects made numerous enhancements to the codec in
|
the TigerVNC and VirtualGL projects made numerous enhancements to the codec in
|
||||||
2009, including improved support for Mac OS X, 64-bit support, support for
|
2009, including improved support for Mac OS X, 64-bit support, support for
|
||||||
32-bit and big endian pixel formats (RGBX, XBGR, etc.), accelerated Huffman
|
32-bit and big-endian pixel formats (RGBX, XBGR, etc.), accelerated Huffman
|
||||||
encoding/decoding, and various bug fixes. The goal was to produce a fully open
|
encoding/decoding, and various bug fixes. The goal was to produce a fully
|
||||||
source codec that could replace the partially closed source TurboJPEG/IPP codec
|
open-source codec that could replace the partially closed-source TurboJPEG/IPP
|
||||||
used by VirtualGL and TurboVNC. libjpeg-turbo generally performs in the range
|
codec used by VirtualGL and TurboVNC. libjpeg-turbo generally achieves 80-120%
|
||||||
of 80-120% of TurboJPEG/IPP. It is faster in some areas but slower in others.
|
of the performance of TurboJPEG/IPP. It is faster in some areas but slower in
|
||||||
|
others.
|
||||||
|
|
||||||
In early 2010, libjpeg-turbo spun off into its own independent project, with
|
In early 2010, libjpeg-turbo spun off into its own independent project, with
|
||||||
the goal of making high-speed JPEG compression/decompression technology
|
the goal of making high-speed JPEG compression/decompression technology
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ PKG=@PACKAGE_NAME@
|
|||||||
NAME=@PACKAGE_NAME@ SDK and run time libraries
|
NAME=@PACKAGE_NAME@ SDK and run time libraries
|
||||||
VERSION=@VERSION@,REV=@BUILD@
|
VERSION=@VERSION@,REV=@BUILD@
|
||||||
SUNW_PKGVERS=1.0
|
SUNW_PKGVERS=1.0
|
||||||
DESC=A SIMD-accelerated JPEG codec which provides both the libjpeg and TurboJPEG APIs
|
DESC=A SIMD-accelerated JPEG codec that provides both the libjpeg and TurboJPEG APIs
|
||||||
VENDOR=The libjpeg-turbo Project
|
VENDOR=The libjpeg-turbo Project
|
||||||
HOTLINE=http://www.libjpeg-turbo.org
|
HOTLINE=http://www.libjpeg-turbo.org
|
||||||
EMAIL=information@libjpeg-turbo.org
|
EMAIL=information@libjpeg-turbo.org
|
||||||
|
|||||||
Reference in New Issue
Block a user