pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/guetzli Import guetzli-0.2 as graphics/guetzli.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e4e4592ee86
branches:  trunk
changeset: 357508:7e4e4592ee86
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 22 10:32:50 2017 +0000

description:
Import guetzli-0.2 as 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.

diffstat:

 graphics/guetzli/DESCR    |   5 +++++
 graphics/guetzli/Makefile |  24 ++++++++++++++++++++++++
 graphics/guetzli/PLIST    |   3 +++
 graphics/guetzli/distinfo |   6 ++++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 9b803c9187e5 -r 7e4e4592ee86 graphics/guetzli/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/guetzli/DESCR    Sun Jan 22 10:32:50 2017 +0000
@@ -0,0 +1,5 @@
+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.
diff -r 9b803c9187e5 -r 7e4e4592ee86 graphics/guetzli/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/guetzli/Makefile Sun Jan 22 10:32:50 2017 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2017/01/22 10:32:50 wiz Exp $
+
+DISTNAME=      guetzli-0.2
+CATEGORIES=    graphics
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://github.com/google/guetzli
+COMMENT=       JPEG encoder with great compression at high quality
+LICENSE=       apache-2.0
+
+USE_LANGUAGES= c++
+USE_TOOLS+=    gmake
+
+INSTALLATION_DIRS=     bin share/doc/guetzli
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/bin/Release/guetzli ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/guetzli
+
+.include "../../devel/gflags/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9b803c9187e5 -r 7e4e4592ee86 graphics/guetzli/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/guetzli/PLIST    Sun Jan 22 10:32:50 2017 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2017/01/22 10:32:50 wiz Exp $
+bin/guetzli
+share/doc/guetzli/README.md
diff -r 9b803c9187e5 -r 7e4e4592ee86 graphics/guetzli/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/guetzli/distinfo Sun Jan 22 10:32:50 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/01/22 10:32:50 wiz Exp $
+
+SHA1 (guetzli-0.2.tar.gz) = e95837d5b91ac949b64da20cdddccf6292e27468
+RMD160 (guetzli-0.2.tar.gz) = f46d1f88dd9da1a7c8192662ba3fb1306dc57823
+SHA512 (guetzli-0.2.tar.gz) = 479e2e99647250c6c1ece4d29c6a6f9fc0b134e1707d89cf931e8db5b9ba3e79d1c63912388cc789b0eedbb9c387848182ad44bd8ebe195958e64acfa9de473e
+Size (guetzli-0.2.tar.gz) = 95570 bytes



Home | Main Index | Thread Index | Old Index