aboutsummaryrefslogtreecommitdiff
path: root/graphics/mozjpeg
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-10-201-2/+0
| | | | Notes: svn path=/head/; revision=371283
* - Remove :oldver from USES=libtoolTijl Coosemans2014-10-032-52/+12
| | | | | | | | | - Convert to USES=autoreconf and INSTALL_TARGET=install-strip - Remove jpeg 6 and 7 compatibility options because those versions of jpeg are no longer in the ports tree Notes: svn path=/head/; revision=369887
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Update to 2.1Tilman Keskinoz2014-08-152-4/+4
| | | | | | | | PR: 192591 Submitted by: maintainer Notes: svn path=/head/; revision=364964
* - Update from 1.0.1 to 2.0.1Danilo Egea Gondolfo2014-07-193-24/+15
| | | | | | | | | | | | | - Update COMMENT - Update pkg-descr - Remove static libraries from default options - Remove patch for warning: always_inline function might not be inlinable, fixed by upstream PR: ports/191964 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> Notes: svn path=/head/; revision=362286
* - Switch to USES=libtoolDmitry Marakasov2014-06-231-1/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=358948
* - Update to 1.0.1, Announce message:Rusmir Dusko2014-04-153-23/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not create JFIF header (APP0 block) by default. This saves 18 bytes per image. - Add jpeg and libjpeg-turbo to CONFLICTS_INSTALL - Add USE_LDCONFIG=${PREFIX}/include ${PREFIX}/lib - Change CONFIGURE_ARGS, change USE_LDCONFIG, remove PORTNAME from PLIST_SUB, change STRIP_CMD, change pkg-plist - Add autoheader and libtoolize to USE_AUTOTOOLS, remove run-autotools, add AUTOMAKE_ARGS - Remove LIBTOOL_ARGS and LDFLAGS - Remove SIMD from default Options - Use GCC=yes instead of GCC=any - Change BUILD_DEPENDS from nasm to yasm, moved to SIMD - Change SOMAJORVERSION to VER - Reordering Options - Break lines around 80 characters - Change REINPLACE, cosmetical changes - Patch for warning: always_inline function might not be inlinable http://sourceforge.net/p/libjpeg-turbo/patches/56/ - Use .if for DOCS due to large number of files installed PR: ports/188540 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer) Notes: svn path=/head/; revision=351362
* MozJPEG is a fork of libjpeg-turbo with 'jpgcrush' functionality built in.Steve Wills2014-03-134-0/+167
The goal is to provide a production-quality JPEG encoder that improves compression while maintaining compatibility with the vast majority of deployed decoders. The 'jpgcrush' feature finds the progressive coding configuration which uses the fewest bits. This most frequently reduces file size by 2-10%, but those are not hard limits. Significantly greater reductions have been observed. Library configuration defaults are the same as for libjpeg-turbo, in order to make transitions as painless as possible. There are new configuration options for new features, but they are not enabled by default. The 'cjpeg' program defaults are not the same as for the equivalent program in libjpeg-turbo. The 'cjpeg' defaults for mozjpeg are set to aggressively optimize for smaller file sizes. WWW: https://github.com/mozilla/mozjpeg/ PR: ports/187398 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> Notes: svn path=/head/; revision=348122