Bug 257028

Summary: Mk/Uses/jpeg.mk: Update comment for graphics/mozjpeg
Product: Ports & Packages Reporter: Po-Chuan Hsieh <sunpoet>
Component: Ports FrameworkAssignee: Port Management Team <portmgr>
Status: Closed FIXED    
Severity: Affects Only Me CC: ports-bugs
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2021-07-06 20:22:20 UTC
Patch: https://people.FreeBSD.org/~sunpoet/patch/Mk-Uses-jpeg.mk.txt

MozJPEG (graphics/mozjpeg) is a patched libjpeg-turbo (graphics/jpeg-turbo). It is also a valid JPEG implementation.

from README.md:
MozJPEG is compatible with the libjpeg API and ABI. It is intended to be a drop-in replacement for libjpeg. MozJPEG is a strict superset of libjpeg-turbo's functionality. All MozJPEG's improvements can be disabled at runtime, and in that case it behaves exactly like libjpeg-turbo.

Reference:      https://github.com/mozilla/mozjpeg/blob/master/README.md
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2021-07-06 20:29:39 UTC
Assign to maintainer.
Comment 2 Baptiste Daroussin freebsd_committer freebsd_triage 2021-11-19 21:12:58 UTC
LGTM, please commit
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2021-11-21 21:21:36 UTC
Committed. Thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-11-21 21:21:40 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3e8a53b114fff14c2aca4cf62282ca569edbcf06

commit 3e8a53b114fff14c2aca4cf62282ca569edbcf06
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-21 21:17:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-21 21:17:16 +0000

    Mk/Uses/jpeg.mk: Update comment for graphics/mozjpeg

    MozJPEG (graphics/mozjpeg) is a patched libjpeg-turbo (graphics/jpeg-turbo). It
    is also a valid JPEG implementation.

    from README.md:
    MozJPEG is compatible with the libjpeg API and ABI. It is intended to be a
    drop-in replacement for libjpeg. MozJPEG is a strict superset of libjpeg-turbo's
    functionality. All MozJPEG's improvements can be disabled at run time, and in
    that case it behaves exactly like libjpeg-turbo.

    Reference:      https://github.com/mozilla/mozjpeg/blob/master/README.md
    PR:             257028
    Approved by:    bapt (portmgr, maintainer)

 Mk/Uses/jpeg.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)