[Lunar-commits] <moonbase> libjpeg-turbo: Moving to graphics section.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Apr 2 13:01:33 CEST 2011
commit 93d4e587fa7e7ac36390c7d8dc890310c901c051
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Apr 2 07:01:33 2011 -0400
libjpeg-turbo: Moving to graphics section.
---
graphics/libjpeg-turbo/BUILD | 7 +++++++
graphics/libjpeg-turbo/CONFLICTS | 1 +
graphics/libjpeg-turbo/DEPENDS | 1 +
graphics/libjpeg-turbo/DETAILS | 28 ++++++++++++++++++++++++++++
zbeta/libjpeg-turbo/BUILD | 7 -------
zbeta/libjpeg-turbo/CONFLICTS | 1 -
zbeta/libjpeg-turbo/DEPENDS | 1 -
zbeta/libjpeg-turbo/DETAILS | 28 ----------------------------
8 files changed, 37 insertions(+), 37 deletions(-)
diff --git a/graphics/libjpeg-turbo/BUILD b/graphics/libjpeg-turbo/BUILD
new file mode 100644
index 0000000..e2fbd21
--- /dev/null
+++ b/graphics/libjpeg-turbo/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" --disable-static" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/graphics/libjpeg-turbo/CONFLICTS b/graphics/libjpeg-turbo/CONFLICTS
new file mode 100644
index 0000000..e92c717
--- /dev/null
+++ b/graphics/libjpeg-turbo/CONFLICTS
@@ -0,0 +1 @@
+conflicts jpeg
diff --git a/graphics/libjpeg-turbo/DEPENDS b/graphics/libjpeg-turbo/DEPENDS
new file mode 100644
index 0000000..c1e7100
--- /dev/null
+++ b/graphics/libjpeg-turbo/DEPENDS
@@ -0,0 +1 @@
+depends nasm
diff --git a/graphics/libjpeg-turbo/DETAILS b/graphics/libjpeg-turbo/DETAILS
new file mode 100644
index 0000000..3876ecf
--- /dev/null
+++ b/graphics/libjpeg-turbo/DETAILS
@@ -0,0 +1,28 @@
+ MODULE=libjpeg-turbo
+ VERSION=1.1.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:e36c29b955cdce7f497ea83ed301e9129eb23e1f
+ WEB_SITE="http://libjpeg-turbo.virtualgl.org/"
+ ENTERED=20101105
+ UPDATED=20110313
+ SHORT="A high-speed version of libjpeg for x86 and x86-64 processors."
+
+cat <<EOF
+ibjpeg-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 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 (RGBA, ABGR, 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.
+EOF
diff --git a/zbeta/libjpeg-turbo/BUILD b/zbeta/libjpeg-turbo/BUILD
deleted file mode 100644
index e2fbd21..0000000
--- a/zbeta/libjpeg-turbo/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
- OPTS+=" --disable-static" &&
-
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/libjpeg-turbo/CONFLICTS b/zbeta/libjpeg-turbo/CONFLICTS
deleted file mode 100644
index e92c717..0000000
--- a/zbeta/libjpeg-turbo/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts jpeg
diff --git a/zbeta/libjpeg-turbo/DEPENDS b/zbeta/libjpeg-turbo/DEPENDS
deleted file mode 100644
index c1e7100..0000000
--- a/zbeta/libjpeg-turbo/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends nasm
diff --git a/zbeta/libjpeg-turbo/DETAILS b/zbeta/libjpeg-turbo/DETAILS
deleted file mode 100644
index 3876ecf..0000000
--- a/zbeta/libjpeg-turbo/DETAILS
+++ /dev/null
@@ -1,28 +0,0 @@
- MODULE=libjpeg-turbo
- VERSION=1.1.0
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=$SFORGE_URL/$MODULE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_VFY=sha1:e36c29b955cdce7f497ea83ed301e9129eb23e1f
- WEB_SITE="http://libjpeg-turbo.virtualgl.org/"
- ENTERED=20101105
- UPDATED=20110313
- SHORT="A high-speed version of libjpeg for x86 and x86-64 processors."
-
-cat <<EOF
-ibjpeg-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 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 (RGBA, ABGR, 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.
-EOF
More information about the Lunar-commits
mailing list