Port details |
- libjpeg-turbo SIMD-accelerated JPEG codec library, provides libTurboJPEG
- 3.0.4 graphics =7 3.0.4Version of this port present on the latest quarterly branch.
- Maintainer: desktop@FreeBSD.org
- Port Added: 2010-04-26 19:29:04
- Last Update: 2024-09-24 22:47:56
- Commit Hash: c70de2e
- People watching this port, also watch:: libXdamage, libevent, xcb-util-image, woff2, xorg-docs
- License: BSD3CLAUSE IJG ZLIB
- WWW:
- https://libjpeg-turbo.org/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libjpeg-turbo>0:graphics/libjpeg-turbo
- To install the port:
- cd /usr/ports/graphics/libjpeg-turbo/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/libjpeg-turbo
- pkg install libjpeg-turbo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libjpeg-turbo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1726600628
SHA256 (libjpeg-turbo-3.0.4.tar.gz) = 99130559e7d62e8d695f2c0eaeef912c5828d5b84a0537dcb24c9678c9d5b76b
SIZE (libjpeg-turbo-3.0.4.tar.gz) = 2400356
Packages (timestamps in pop-ups are UTC):
- Master port: graphics/jpeg-turbo
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- nasm : devel/nasm
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Build
-
- graphics/openimageio
- graphics/py-openimageio
- for Libraries
-
- graphics/imv
- graphics/krita
- graphics/timg
- multimedia/droidcam
- multimedia/handbrake
- multimedia/opentoonz
- net/neatvnc
- for Run
-
- graphics/openimageio
- graphics/py-openimageio
Configuration Options:
- ===> The following configuration options are available for libjpeg-turbo-3.0.4:
OPTIMIZED_CFLAGS=on: Use extra compiler optimizations
===> Use 'make config' to modify these settings
- Options name:
- graphics_libjpeg-turbo
- USES:
- cmake cpe pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: graphics/jpeg-turbo |
Commit | Credits | Log message |
3.0.4 24 Sep 2024 22:47:56 |
Daniel Engberg (diizzy) |
graphics/jpeg-turbo: Update to 3.0.4
Changelog: https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/3.0.4
PR: 281576
Approved by: desktop (fluffy)
Sponsored by: Blinkinblox
Exp-run by: antoine |
3.0.2 13 Feb 2024 22:53:54 |
Daniel Engberg (diizzy) |
graphics/jpeg-turbo: Update to 3.0.2
Changelog:
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/3.0.2
PR: 276813
Reviewed by: desktop (arrowd)
Sponsored by: Blinkinblox
Exp-run by: antoine |
3.0.0_1 28 Jul 2023 17:11:48 |
Daniel Engberg (diizzy) |
graphics/jpeg-turbo: Update to 3.0.0
Backport upstream commit 035ea386d1b6a99a8a1e2ab57cc1fc903569136c to
fix regression test concurrency issues
Changelog:
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/3.0.0
Reference:
https://github.com/libjpeg-turbo/libjpeg-turbo/commit/035ea386d1b6a99a8a1e2ab57cc1fc903569136c
PR: 272576
Reviewed by: desktop (tcberner)
Sponsored by: Blinkinblox
Exp-run by: antoine |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.1.4_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.1.3_1 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
2.1.1_1 09 Nov 2021 18:24:41 |
Piotr Kubaj (pkubaj) |
graphics/jpeg-turbo: enable runtime AltiVec detection
Enables runtime AltiVec detection, which will improve performance on powerpc,
where AltiVec is not enabled by default.
Approved by: antoine
PR: 259562 |
2.0.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.0 13 Aug 2018 20:22:39 |
antoine |
Update graphics/jpeg-turbo and graphics/libjpeg-turbo to 2.0.0
Upstream switched build system to CMake
PR: 230143
With hat: portmgr |
1.5.2 06 Aug 2017 08:07:54 |
antoine |
Update to 1.5.2 |
1.5.1_1 22 Mar 2017 19:16:36 |
antoine |
tjbench links against libjpeg.so |
1.4.0 01 Jun 2015 19:13:39 |
antoine |
- Update to 1.4.0
- Allow building on non i386/amd64 [1]
PR: 200095
Approved by: maintainer timeout (3 weeks)
Tested on: ia64 and sparc64 [1] |
1.3.1_5 10 Jan 2015 12:23:24 |
antoine |
Fix possible Huffman local buffer overrun
MFH: 2015Q1
Security: CVE-2014-9092 |
1.3.1_4 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
1.3.0_3 30 Aug 2014 14:34:03 |
adamw |
Fix a docs conflict from libjpeg-turbo not excluding the DOCS option.
PR: 193145
Submitted by: Jan Beich |
1.3.0_2 23 Aug 2014 19:40:21 |
adamw |
libjpeg-turbo installs its own unique library (libturbojpeg.so) and
a drop-in replacement for libjpeg.so.
This commit splits them apart into two ports:
graphics/libjpeg-turbo which installs only libturbojpeg.so
graphics/jpeg-turbo which installs the libjpeg.so replacement
This will allow ports to depend on libturbojpeg.so without causing
pkg conflicts.
Approved by: maintainer |
1.3.0_1 30 Jul 2014 12:00:49 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
1.3.0 15 Jul 2014 15:30:09 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
1.3.0 02 Feb 2014 16:04:24 |
miwi |
- Stage support |
1.3.0 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.3.0 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.3.0 02 Jun 2013 19:37:44 |
pawel |
- Update to version 1.3.0
- Convert to OptionsNG
PR: ports/179143
Submitted by: Denis Podolskiy <bytestore@yandex.ru> (maintainer) |
1.2.1 03 Aug 2012 07:03:56 |
cs |
Update to 1.2.1
PR: ports/169963
Submitted by: Denis E Podolskiy <bytestore@yandex.ru> |
1.2.0_1 14 May 2012 10:02:07 |
makc |
Properly normalize Makefile header
Noticed by: danfe |
1.2.0_1 13 May 2012 21:29:28 |
makc |
Bump PORTREVISION |
1.2.0 13 May 2012 21:26:49 |
makc |
Fix docsdir/exampledir
Respect PORTDOCS/PORTEXAMPLES
Reported by: poyopoyo@puripuri.plala.or.jp |
1.2.0 13 May 2012 19:28:40 |
makc |
Update to 1.2.0 [1]
Normalize Makefile header
PR: ports/166137 [1]
Submitted by: Denis E. Podolskiy (maintainer) |
1.1.1_3 14 Mar 2012 18:18:40 |
crees |
Add OPTION for --with-pic
PR: ports/164906
Submitted by: Martin Dieringer <martin.dieringer@gmx.de>
Approved by: bytestore@yandex.ru (maintainer)
Feature safe: yes |
1.1.1_3 13 Mar 2012 06:07:10 |
mi |
Some minor improvements:
* change CONFLICTS to CONFLICTS_INSTALL -- this port can build
with the traditional jpeg present, conflict arises only at
install-time;
* use parallel builds
* run the author's self-tests after building to catch any mis-
-compilations or overly agressive optimizations.
Approved by: Denis Podolsky (maintainer)
Feature safe: yes |
1.1.1_3 04 Mar 2012 10:02:52 |
crees |
Revert -fPIC addition; no-op anyway, and uses invalid sh code.
PIC is already detected by libtool.
PR: ports/164906
Submitted by: Jan Beich, bf
Approved by: maintainer timeout |
1.1.1_2 16 Feb 2012 08:57:39 |
crees |
Add -fPIC
PR: ports/164906
Submitted by: Martin Dieringer <martin.dieringer@gmx.de>
Approved by: Denis Podolskiy <bytestore@yandex.ru> (maintainer) |
1.1.1_1 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.1.1_1 10 Jul 2011 10:35:10 |
makc |
switch API/ABI to v8
chase SOVERSION of graphics/jpeg
prune unnecessary autotools
PR: ports/158328
Submitted by: Pan Tsu <inyaoo at gmail.com>
Approved by: Denis Podolskiy (maintainer) |
1.1.1 21 Jun 2011 17:11:59 |
dhn |
- Update to 1.1.1
PR: ports/158124
Submitted by: Denis Podolskiy <bytestore@yandex.ru> (maintainer) |
1.1.0 11 Mar 2011 15:11:06 |
sunpoet |
- Update to 1.1.0
- Cleanup MASTER_SITES
Changes:
http://libjpeg-turbo.svn.sourceforge.net/viewvc/libjpeg-turbo/tags/1.1.0/ChangeLog.txt
PR: ports/155430
Submitted by: Denis Podolskiy <bytestore@yandex.ru> (maintainer) |
1.0.1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.0.1 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.0.1 08 Oct 2010 07:34:44 |
sunpoet |
- Update to 1.0.1
PR: ports/151200
Submitted by: Denis E. Podolskiy <bytestore@yandex.ru> (maintainer)
Approved by: pgollucci (mentor) |
1.0.0_1 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
1.0.0_1 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.0.0 10 Jul 2010 11:03:12 |
makc |
Update to 1.0.0
Use SF macro
Dispose of pre-configure target in favor of USE_AUTOTOOLS
Remove no longer needed ARCH hack
Silence portlint
Sort plist
PR: ports/148348
Submitted by: Anonymous <swell.k at gmail.com>
Approved by: Denis Podolskiy (maintainer) |
0.0.93 19 Jun 2010 07:18:45 |
linimon |
Correct spelling of ONLY_FOR_ARCHS.
Hat: portmgr
Feature safe: yes |
0.0.93 07 Jun 2010 12:26:07 |
lioux |
Fix build: USE_AUTOTOOLS automake 1.10 instead of 1.9.
PR: ports/147548
Approved by: maintainer |
0.0.93 03 Jun 2010 06:28:12 |
linimon |
Attempt to fix build on !i386 !amd64.
Hat: portmgr |
0.0.93 23 May 2010 21:00:44 |
makc |
Update to 0.0.93
PR: ports/146704
Submitted by: Denis E Podolskiy (maintainer) |
0.0.92 28 Apr 2010 06:18:17 |
rene |
Register mutual CONFLICTS.
Submitted by: makc
Approved by: tabthorpe (mentor, implicit) |
0.0.92 26 Apr 2010 19:27:02 |
rene |
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/
- D. R. Commander
information@virtualgl.org
PR: ports/145670
Submitted by: Denis E Podolskiy [bytestore yandex.ru]
Approved by: tabthorpe (mentor) |