summaryrefslogtreecommitdiff
path: root/trunk/release
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-02-15 12:08:46 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-02-15 12:08:46 +0000
commit91529672354f82c7778893244fd37611015661a7 (patch)
tree6fabd7afd49588c0f5e0a36234edb26a269329b1 /trunk/release
parent6ca5405c8ee3f8bedac8c8b8d583db233561f179 (diff)
Oops. This should have been included with r100
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@101 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/release')
-rw-r--r--trunk/release/deb-control.tmpl23
1 files changed, 23 insertions, 0 deletions
diff --git a/trunk/release/deb-control.tmpl b/trunk/release/deb-control.tmpl
new file mode 100644
index 0000000..5a83dc3
--- /dev/null
+++ b/trunk/release/deb-control.tmpl
@@ -0,0 +1,23 @@
+Package: {__PKGNAME}
+Version: {__VERSION}-{__BUILD}
+Section: misc
+Priority: optional
+Architecture: {__ARCH}
+Essential: no
+Maintainer: The libjpeg-turbo Project [http://libjpeg-turbo.VirtualGL.org]
+Description: A toolkit for displaying OpenGL applications to thin clients
+ libjpeg-turbo is a high-speed version of libjpeg for x86 and x86-64 processors
+ which uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG
+ compression and decompression. 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 for the TurboJPEG API used by VirtualGL and
+ TurboVNC.
+ .
+ libjpeg-turbo was originally based on libjpeg/SIMD by Miyasaka Masaru, but
+ the TigerVNC and VirtualGL projects made numerous enhancements to the codec,
+ including improved support for Mac OS X, 64-bit support, support for 32-bit
+ and big endian pixel formats, 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.