summaryrefslogtreecommitdiff
path: root/tags/1.2.1/release/deb-control.tmpl
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2012-06-30 00:27:56 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2012-06-30 00:27:56 +0000
commit3f615ef1d02697fd8229bda452417163ad1089d2 (patch)
tree3381b58c1a9f99aa1a0f451f310be38acc203e49 /tags/1.2.1/release/deb-control.tmpl
parent3694638694a7e751744de4f6f5b016ffe2f3c943 (diff)
Tag 1.2.1 release
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@853 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'tags/1.2.1/release/deb-control.tmpl')
-rw-r--r--tags/1.2.1/release/deb-control.tmpl26
1 files changed, 26 insertions, 0 deletions
diff --git a/tags/1.2.1/release/deb-control.tmpl b/tags/1.2.1/release/deb-control.tmpl
new file mode 100644
index 0000000..9cf7c46
--- /dev/null
+++ b/tags/1.2.1/release/deb-control.tmpl
@@ -0,0 +1,26 @@
+Package: {__PKGNAME}
+Version: {__VERSION}-{__BUILD}
+Section: misc
+Priority: optional
+Architecture: {__ARCH}
+Essential: no
+Maintainer: The libjpeg-turbo Project [http://www.libjpeg-turbo.org]
+Description: A SIMD-accelerated JPEG codec that provides both the libjpeg and TurboJPEG APIs
+ 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
+ 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.