Page MenuHomeFreeBSD

New port: graphics/guetzli
ClosedPublic

Authored by tobik on Mar 21 2017, 3:21 PM.
Tags
None
Referenced Files
F89308260: D10074.diff
Fri, Jul 26, 10:49 AM
Unknown Object (File)
Thu, Jul 25, 1:48 AM
Unknown Object (File)
Sun, Jul 21, 8:27 AM
Unknown Object (File)
Jun 23 2024, 8:05 AM
Unknown Object (File)
Jun 23 2024, 7:56 AM
Unknown Object (File)
Jun 23 2024, 7:51 AM
Unknown Object (File)
Jun 22 2024, 1:33 PM
Unknown Object (File)
May 20 2024, 12:24 PM
Subscribers
None

Details

Summary
New port: graphics/guetzli

Guetzli is a JPEG encoder that aims for excellent compression density
at high visual quality.  Guetzli-generated images are typically 20-30%
smaller than images of equivalent quality generated by libjpeg.
Guetzli generates only sequential (nonprogressive) JPEGs due to faster
decompression speeds they offer.

WWW: https://github.com/google/guetzli

PR:		217872
Approved by:	??? (mentor)
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Differential Revision:	https://reviews.freebsd.org/D?????
Test Plan

poudriere testport 11.0/amd64 ok
poudriere testport 10.3/i386 ok

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

USES=localbase is not needed

Use v1.0.1 which has been released in the meantime

Also remove now unneeded gflags dependency

This revision is now accepted and ready to land.Mar 21 2017, 8:42 PM
This revision was automatically updated to reflect the committed changes.