Page MenuHomeFreeBSD

New port: graphics/guetzli
ClosedPublic

Authored by tobik on Mar 21 2017, 3:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 6, 2:08 AM
Unknown Object (File)
Wed, Oct 2, 4:14 PM
Unknown Object (File)
Wed, Oct 2, 4:02 PM
Unknown Object (File)
Mon, Sep 30, 4:22 PM
Unknown Object (File)
Thu, Sep 26, 9:00 PM
Unknown Object (File)
Sat, Sep 21, 4:59 AM
Unknown Object (File)
Sep 13 2024, 11:28 AM
Unknown Object (File)
Sep 11 2024, 8:14 AM
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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 8184
Build 8414: arc lint + arc unit

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.