[Midnightbsd-cvs] mports [25051] trunk/graphics/linux-c6-jpeg: fix descr

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Feb 15 20:33:56 EST 2019


Revision: 25051
          http://svnweb.midnightbsd.org/mports/?rev=25051
Author:   laffer1
Date:     2019-02-15 20:33:55 -0500 (Fri, 15 Feb 2019)
Log Message:
-----------
fix descr

Modified Paths:
--------------
    trunk/graphics/linux-c6-jpeg/Makefile

Added Paths:
-----------
    trunk/graphics/linux-c6-jpeg/pkg-descr

Modified: trunk/graphics/linux-c6-jpeg/Makefile
===================================================================
--- trunk/graphics/linux-c6-jpeg/Makefile	2019-02-16 01:31:02 UTC (rev 25050)
+++ trunk/graphics/linux-c6-jpeg/Makefile	2019-02-16 01:33:55 UTC (rev 25051)
@@ -10,7 +10,6 @@
 
 LICENSE=	other
 
-DESCR=		${.CURDIR}/../${PORTNAME}-turbo/pkg-descr
 DOCSDIR=	${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
 LINUXNAME=	libjpeg-turbo
 RPMVERSION=	3.el6_5

Added: trunk/graphics/linux-c6-jpeg/pkg-descr
===================================================================
--- trunk/graphics/linux-c6-jpeg/pkg-descr	                        (rev 0)
+++ trunk/graphics/linux-c6-jpeg/pkg-descr	2019-02-16 01:33:55 UTC (rev 25051)
@@ -0,0 +1,20 @@
+This is a drop-in replacement for the graphics/jpeg library. It does not
+include libturbojpeg.so (see graphics/libjpeg-turbo).
+
+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 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.
+
+WWW: http://libjpeg-turbo.virtualgl.org/


Property changes on: trunk/graphics/linux-c6-jpeg/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list