diff options
author | agc <agc@pkgsrc.org> | 2016-07-19 02:11:51 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2016-07-19 02:11:51 +0000 |
commit | f6679b2cdf71af173c3db0d1085ed58b21930136 (patch) | |
tree | 9670940d86143926e52edf7d71e719a811426ecf /graphics/Makefile | |
parent | 82c0c96e15c2805795c687d6758b4290d25aa8b7 (diff) | |
download | pkgsrc-f6679b2cdf71af173c3db0d1085ed58b21930136.tar.gz |
Add dropbox's graphics/lepton, a lossless JPG compression/decompression
program, version 1.2.1, into the packages collection.
Lepton is a tool and file format for losslessly compressing JPEGs by
an average of 22%.
This can be used to archive large photo collections, or to serve
images live and save 22% banwdith.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 90573b91007..9674035b457 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.746 2016/07/15 07:37:02 wiz Exp $ +# $NetBSD: Makefile,v 1.747 2016/07/19 02:11:51 agc Exp $ # COMMENT= Graphics tools and libraries @@ -276,6 +276,7 @@ SUBDIR+= lasem SUBDIR+= lcms SUBDIR+= lcms2 SUBDIR+= lensfun +SUBDIR+= lepton SUBDIR+= leptonica SUBDIR+= lib3ds SUBDIR+= libart |