diff options
author | tnn <tnn@pkgsrc.org> | 2019-02-13 15:16:00 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2019-02-13 15:16:00 +0000 |
commit | e2fddaf1c36b9c29d7f5498de6dca4c53431c543 (patch) | |
tree | 3368c24343e58dc8b0e6d3cfcf0c0f8abae0e266 /converters | |
parent | fbdf0b7c36527c704d6f1e856ac9c4967d1b6bc5 (diff) | |
download | pkgsrc-e2fddaf1c36b9c29d7f5498de6dca4c53431c543.tar.gz |
qrencode: update to 4.0.2
Version 4.0.2 (2018.6.6)
------------------------
* Build script fixes. (Thanks to @mgorny)
Version 4.0.1 (2018.6.4)
------------------------
* CMake support improved.
* New test scripts have been added.
* Some compile time warnings have been fixed.
Version 4.0.0 (2017.9.21)
-------------------------
* Memory efficiency has been improved.
* QRcode_clearCache() has been deprecated.
* Error correction code generating functions have been improved.
* Command line tool "qrencode" has been improved:
* XPM support. (Thanks to Tobias Klauser)
* PNG32 (direct color mode) support. (Thanks to Greg Hart)
* EPS output now supports foreground and background color.
* New options "-r" and "--svg-path" have been added.
(Thanks to Robert Petersen and @Oblomov)
* CMake support has been added. (optional) (Thanks to @misery)
* Various bug fixes.
* Various performance improvements.
Release Note:
While the API has not been changed since the previous major release, we
incremented the major version number of libqrencode to 4 because the
implementation of the library has been largely changed.
This release improves the performance and memory footprints of code generation.
Now you can build libqrencode with CMake.
If you build the test programs, please note that the required SDL version has
been changed from 1.2 to 2.0.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/qrencode/Makefile | 8 | ||||
-rw-r--r-- | converters/qrencode/buildlink3.mk | 4 | ||||
-rw-r--r-- | converters/qrencode/distinfo | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/converters/qrencode/Makefile b/converters/qrencode/Makefile index 56814cfb1d2..cbd764bd11c 100644 --- a/converters/qrencode/Makefile +++ b/converters/qrencode/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2017/09/04 18:08:19 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2019/02/13 15:16:00 tnn Exp $ # -DISTNAME= qrencode-3.4.4 +DISTNAME= qrencode-4.0.2 CATEGORIES= converters MASTER_SITES= https://fukuchi.org/works/qrencode/ EXTRACT_SUFX= .tar.bz2 @@ -16,8 +16,6 @@ USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ USE_LIBTOOL= yes -MAKE_JOBS_SAFE= no - # The tests are not actually installed anyway, and at least # one of these tests requires SDL. CONFIGURE_ARGS+= --without-tests @@ -26,6 +24,8 @@ PKGCONFIG_OVERRIDE+= libqrencode.pc.in .include "options.mk" +.include "../../converters/libiconv/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/qrencode/buildlink3.mk b/converters/qrencode/buildlink3.mk index 855c869c753..c555f45277d 100644 --- a/converters/qrencode/buildlink3.mk +++ b/converters/qrencode/buildlink3.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink3.mk,v 1.4 2018/01/07 13:03:58 rillig Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2019/02/13 15:16:00 tnn Exp $ BUILDLINK_TREE+= qrencode .if !defined(QRENCODE_BUILDLINK3_MK) QRENCODE_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.qrencode+= qrencode>=3.4.1 +BUILDLINK_API_DEPENDS.qrencode+= qrencode>=4.0.2 BUILDLINK_PKGSRCDIR.qrencode?= ../../converters/qrencode .endif # QRENCODE_BUILDLINK3_MK diff --git a/converters/qrencode/distinfo b/converters/qrencode/distinfo index 7d2b16d8783..a20c1a8af2d 100644 --- a/converters/qrencode/distinfo +++ b/converters/qrencode/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 01:43:54 agc Exp $ +$NetBSD: distinfo,v 1.9 2019/02/13 15:16:00 tnn Exp $ -SHA1 (qrencode-3.4.4.tar.bz2) = 6de54316081e5528e415b250730dcddbfdaa4b0e -RMD160 (qrencode-3.4.4.tar.bz2) = f0486350b340bae411a9f4a48ead20ca83bd06a6 -SHA512 (qrencode-3.4.4.tar.bz2) = 4835d462542e37e5460635e0dd84e291ff0976a6aec61c63f9950c1e60b446bc913220726e14f6379322bfd32ccd9bcd5fceed9ca10cb95343c952d8472b983d -Size (qrencode-3.4.4.tar.bz2) = 369136 bytes +SHA1 (qrencode-4.0.2.tar.bz2) = aa4ed7d87fb5bce3b2078ecf3a1472e78f1d3041 +RMD160 (qrencode-4.0.2.tar.bz2) = c8df9964d0d7f13f6e2708febd05c10d8d49607c +SHA512 (qrencode-4.0.2.tar.bz2) = 2429c7938e32eacbaf327c029c7745ba33259f879661a8b6470cc617c780daf5bd1d5689599151df62e84badd2568eccab6c12f157331e512ab24a3899e0f002 +Size (qrencode-4.0.2.tar.bz2) = 430309 bytes |