aboutsummaryrefslogtreecommitdiff
path: root/graphics/libjpeg-turbo
Commit message (Collapse)AuthorAgeFilesLines
* Update graphics/jpeg-turbo and graphics/libjpeg-turbo to 2.0.0Antoine Brodin2018-08-131-1/+1
| | | | | | | | | | Upstream switched build system to CMake PR: 230143 With hat: portmgr Notes: svn path=/head/; revision=477110
* Update to 1.5.2Antoine Brodin2017-08-061-1/+1
| | | | Notes: svn path=/head/; revision=447451
* tjbench links against libjpeg.soAntoine Brodin2017-03-221-0/+1
| | | | Notes: svn path=/head/; revision=436721
* - Update to 1.4.0Antoine Brodin2015-06-011-1/+0
| | | | | | | | | | | - Allow building on non i386/amd64 [1] PR: 200095 Approved by: maintainer timeout (3 weeks) Tested on: ia64 and sparc64 [1] Notes: svn path=/head/; revision=388256
* Fix possible Huffman local buffer overrunAntoine Brodin2015-01-101-1/+1
| | | | | | | | MFH: 2015Q1 Security: CVE-2014-9092 Notes: svn path=/head/; revision=376692
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Fix a docs conflict from libjpeg-turbo not excluding the DOCS option.Adam Weinberger2014-08-301-0/+3
| | | | | | | | PR: 193145 Submitted by: Jan Beich Notes: svn path=/head/; revision=366624
* libjpeg-turbo installs its own unique library (libturbojpeg.so) andAdam Weinberger2014-08-234-77/+8
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=365789
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-302-3/+5
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=363467
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361950
* - Stage supportMartin Wilke2014-02-022-2/+5
| | | | Notes: svn path=/head/; revision=342325
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to version 1.3.0Pawel Pekala2013-06-023-12/+10
| | | | | | | | | | - Convert to OptionsNG PR: ports/179143 Submitted by: Denis Podolskiy <bytestore@yandex.ru> (maintainer) Notes: svn path=/head/; revision=319723
* Update to 1.2.1Carlo Strub2012-08-032-4/+3
| | | | | | | | PR: ports/169963 Submitted by: Denis E Podolskiy <bytestore@yandex.ru> Notes: svn path=/head/; revision=301942
* Properly normalize Makefile headerMax Brazhnikov2012-05-141-3/+3
| | | | | | | Noticed by: danfe Notes: svn path=/head/; revision=296573
* Bump PORTREVISIONMax Brazhnikov2012-05-131-0/+1
| | | | Notes: svn path=/head/; revision=296566
* Fix docsdir/exampledirMax Brazhnikov2012-05-132-7/+19
| | | | | | | | | Respect PORTDOCS/PORTEXAMPLES Reported by: poyopoyo@puripuri.plala.or.jp Notes: svn path=/head/; revision=296565
* Update to 1.2.0 [1]Max Brazhnikov2012-05-133-7/+12
| | | | | | | | | | Normalize Makefile header PR: ports/166137 [1] Submitted by: Denis E. Podolskiy (maintainer) Notes: svn path=/head/; revision=296555
* Add OPTION for --with-picChris Rees2012-03-141-0/+8
| | | | | | | | | | PR: ports/164906 Submitted by: Martin Dieringer <martin.dieringer@gmx.de> Approved by: bytestore@yandex.ru (maintainer) Feature safe: yes Notes: svn path=/head/; revision=293313
* Some minor improvements:Mikhail Teterin2012-03-131-1/+3
| | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=293206
* Revert -fPIC addition; no-op anyway, and uses invalid sh code.Chris Rees2012-03-041-2/+2
| | | | | | | | | | | PIC is already detected by libtool. PR: ports/164906 Submitted by: Jan Beich, bf Approved by: maintainer timeout Notes: svn path=/head/; revision=292651
* Add -fPICChris Rees2012-02-161-2/+2
| | | | | | | | | PR: ports/164906 Submitted by: Martin Dieringer <martin.dieringer@gmx.de> Approved by: Denis Podolskiy <bytestore@yandex.ru> (maintainer) Notes: svn path=/head/; revision=291525
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - 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. Notes: svn path=/head/; revision=284232
* switch API/ABI to v8Max Brazhnikov2011-07-102-3/+9
| | | | | | | | | | | | chase SOVERSION of graphics/jpeg prune unnecessary autotools PR: ports/158328 Submitted by: Pan Tsu <inyaoo at gmail.com> Approved by: Denis Podolskiy (maintainer) Notes: svn path=/head/; revision=277446
* - Update to 1.1.1Dennis Herrmann2011-06-212-3/+3
| | | | | | | | PR: ports/158124 Submitted by: Denis Podolskiy <bytestore@yandex.ru> (maintainer) Notes: svn path=/head/; revision=276012
* - Update to 1.1.0Sunpoet Po-Chuan Hsieh2011-03-113-7/+5
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=270687
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* - Update to 1.0.1Sunpoet Po-Chuan Hsieh2010-10-082-5/+4
| | | | | | | | | PR: ports/151200 Submitted by: Denis E. Podolskiy <bytestore@yandex.ru> (maintainer) Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=262598
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-1/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Update to 1.0.0Max Brazhnikov2010-07-103-26/+21
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=257604
* Correct spelling of ONLY_FOR_ARCHS.Mark Linimon2010-06-191-1/+1
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=256695
* Fix build: USE_AUTOTOOLS automake 1.10 instead of 1.9.Mario Sergio Fujikawa Ferreira2010-06-071-1/+1
| | | | | | | | PR: ports/147548 Approved by: maintainer Notes: svn path=/head/; revision=256017
* Attempt to fix build on !i386 !amd64.Mark Linimon2010-06-031-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=255632
* Update to 0.0.93Max Brazhnikov2010-05-232-5/+5
| | | | | | | | PR: ports/146704 Submitted by: Denis E Podolskiy (maintainer) Notes: svn path=/head/; revision=254915
* Register mutual CONFLICTS.Rene Ladan2010-04-281-0/+1
| | | | | | | | Submitted by: makc Approved by: tabthorpe (mentor, implicit) Notes: svn path=/head/; revision=253371
* libjpeg-turbo is a high-speed version of libjpeg for x86 and x86-64 processorsRene Ladan2010-04-264-0/+73
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) Notes: svn path=/head/; revision=253302