Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 2014 20:38:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192559] [NEW PORT] misc/vgl-libjpeg-turbo - libjpeg-turbo (for consumption by misc/virtualgl)
Message-ID:  <bug-192559-13-UY0q2QSgmz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192559-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192559-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192559

--- Comment #1 from davidjx8p@gmail.com ---
Comment on attachment 145625
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145625
This is the SHAR archive of the port.

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#    vgl-libjpeg-turbo/Makefile
#    vgl-libjpeg-turbo/distinfo
#    vgl-libjpeg-turbo/pkg-descr
#    vgl-libjpeg-turbo/pkg-plist
#
echo x - vgl-libjpeg-turbo/Makefile
sed 's/^X//' >vgl-libjpeg-turbo/Makefile << '7bad30cf402ea2b4c69c19caa4bb1e0f'
X# Created by: David Mackay <davidjx8p@gmail.com>
X# $FreeBSD$
X
XPORTNAME=        vgl-libjpeg-turbo
XPORTVERSION=    1.3.1
XCATEGORIES=        misc
XMASTER_SITES=    SF/libjpeg-turbo/${PORTVERSION}
XDISTNAME=        libjpeg-turbo-${PORTVERSION}
XMAINTAINER=        davidjx8p@gmail.com
X
XBUILD_DEPENDS=  nasm:${PORTSDIR}/devel/nasm
X
XONLY_FOR_ARCHS= amd64 i386
XUSES=           libtool
X
XGNU_CONFIGURE=    yes
XCONFIGURE_ARGS+=--with-pic
X
XGNU_CONFIGURE_PREFIX=${PREFIX}/VirtualGL
XGNU_CONFIGURE_MANPREFIX=${PREFIX}/VirtualGL
XGNU_CONFIGURE= yes
X
X.include <bsd.port.mk>
7bad30cf402ea2b4c69c19caa4bb1e0f
echo x - vgl-libjpeg-turbo/distinfo
sed 's/^X//' >vgl-libjpeg-turbo/distinfo << '3be0292f7e2f100fd9eb7d7d583625f8'
XSHA256 (libjpeg-turbo-1.3.1.tar.gz) =
c132907417ddc40ed552fe53d6b91d5fecbb14a356a60ddc7ea50d6be9666fb9
XSIZE (libjpeg-turbo-1.3.1.tar.gz) = 1390282
3be0292f7e2f100fd9eb7d7d583625f8
echo x - vgl-libjpeg-turbo/pkg-descr
sed 's/^X//' >vgl-libjpeg-turbo/pkg-descr << 'b6bc23e07421e098faee458c2e80ecf7'
Xlibjpeg-turbo is a high-speed version of libjpeg for x86 and x86-64 processors
Xwhich uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG
Xcompression and decompression.
Xlibjpeg-turbo is generally 2-4x as fast as the unmodified version
Xof libjpeg, all else being equal.
X
Xlibjpeg-turbo was originally based on libjpeg/SIMD by Miyasaka Masaru,
Xbut the TigerVNC and VirtualGL projects made numerous enhancements to the
codec,
Xincluding improved support for Mac OS X, 64-bit support,
Xsupport for 32-bit and big endian pixel formats (RGBA, ABGR, etc.),
Xaccelerated Huffman encoding/decoding, and various bug fixes.
XThe goal was to produce a fully open source codec that could replace
Xthe partially closed source TurboJPEG/IPP codec used by VirtualGL and
TurboVNC.
Xlibjpeg-turbo generally achieves 80-120% of the performance of TurboJPEG/IPP.
XIt is faster in some areas but slower in others.
X
XThis port installs libjpeg-turbo into a non-conflicting directory for use with
XVirtualGL.
X
XWWW: http://libjpeg-turbo.virtualgl.org/
b6bc23e07421e098faee458c2e80ecf7
echo x - vgl-libjpeg-turbo/pkg-plist
sed 's/^X//' >vgl-libjpeg-turbo/pkg-plist << '781ffd5bdd6f286dc9d45b3f9cca8e11'
X
XVirtualGL/bin/cjpeg
XVirtualGL/bin/djpeg
XVirtualGL/bin/jpegtran
XVirtualGL/bin/rdjpgcom
XVirtualGL/bin/tjbench
XVirtualGL/bin/wrjpgcom
XVirtualGL/include/jconfig.h
XVirtualGL/include/jerror.h
XVirtualGL/include/jmorecfg.h
XVirtualGL/include/jpeglib.h
XVirtualGL/include/turbojpeg.h
XVirtualGL/lib/libjpeg.a
XVirtualGL/lib/libjpeg.so
XVirtualGL/lib/libjpeg.so.62
XVirtualGL/lib/libjpeg.so.62.1.0
XVirtualGL/lib/libturbojpeg.a
XVirtualGL/lib/libturbojpeg.so
XVirtualGL/lib/libturbojpeg.so.0
XVirtualGL/lib/libturbojpeg.so.0.0.0
XVirtualGL/man/man1/cjpeg.1
XVirtualGL/man/man1/djpeg.1
XVirtualGL/man/man1/jpegtran.1
XVirtualGL/man/man1/rdjpgcom.1
XVirtualGL/man/man1/wrjpgcom.1
XVirtualGL/share/doc/README
XVirtualGL/share/doc/README-turbo.txt
XVirtualGL/share/doc/example.c
XVirtualGL/share/doc/libjpeg.txt
XVirtualGL/share/doc/structure.txt
XVirtualGL/share/doc/usage.txt
XVirtualGL/share/doc/wizard.txt
781ffd5bdd6f286dc9d45b3f9cca8e11
exit

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192559-13-UY0q2QSgmz>