git: 3e8a53b114ff - main - Mk/Uses/jpeg.mk: Update comment for graphics/mozjpeg
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Nov 2021 21:20:26 UTC
The branch main has been updated by sunpoet:
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(-)
diff --git a/Mk/Uses/jpeg.mk b/Mk/Uses/jpeg.mk
index bd75336e5f6b..06f8132f52d6 100644
--- a/Mk/Uses/jpeg.mk
+++ b/Mk/Uses/jpeg.mk
@@ -6,7 +6,7 @@
#
# User defined variables:
# JPEG_PORT - jpeg implementation
-# Valid value: graphics/jpeg-turbo
+# Valid values: graphics/jpeg-turbo, graphics/mozjpeg
# Default value: graphics/jpeg-turbo
#
# MAINTAINER: portmgr@FreeBSD.org