diff options
author | leot <leot@pkgsrc.org> | 2020-06-20 10:42:42 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2020-06-20 10:42:42 +0000 |
commit | a3733bdf8b5c74d26f794629c3fbb681fcd74629 (patch) | |
tree | 2976bda23492c092a18406aea6ffd4652ee090f9 /graphics/zbar/Makefile | |
parent | 6dd3fe34f917b838e53e41ad25c0374d21d13689 (diff) | |
download | pkgsrc-a3733bdf8b5c74d26f794629c3fbb681fcd74629.tar.gz |
zbar: Update to 0.23.1
Changes:
0.23.1
------
* Add i18n translation support and add a pt_BR translation
* Change default to autodetect python and gtk versions
* Improve tests and builds on travisCI
* Some documentation updates
* Add support for binary data extraction
* Add support for raw decoding without charset conversions
* Add one shot scanning mode
* Improved OSX and iphone support
* Fix help messages
* Fix some makefile issues
* Fix error detection in video4linux read
* Fix pkgconfig for zbar-qt5
* Fix a double-free condition
Diffstat (limited to 'graphics/zbar/Makefile')
-rw-r--r-- | graphics/zbar/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/zbar/Makefile b/graphics/zbar/Makefile index 6ffc6f9d1e3..85a18697af5 100644 --- a/graphics/zbar/Makefile +++ b/graphics/zbar/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2020/06/02 08:24:08 adam Exp $ +# $NetBSD: Makefile,v 1.8 2020/06/20 10:42:42 leot Exp $ -DISTNAME= zbar-0.23 -PKGREVISION= 4 +DISTNAME= zbar-0.23.1 CATEGORIES= graphics MASTER_SITES= https://linuxtv.org/downloads/zbar/ EXTRACT_SUFX= .tar.bz2 @@ -16,6 +15,7 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config CONFIGURE_ARGS+= --with-jpeg +CONFIGURE_ARGS+= --disable-nls CONFIGURE_ARGS+= --disable-video CONFIGURE_ARGS+= --without-gtk CONFIGURE_ARGS+= --without-python @@ -23,7 +23,6 @@ CONFIGURE_ARGS+= --without-java CONFIGURE_ARGS+= --without-qt PKGCONFIG_OVERRIDE+= zbar-gtk.pc.in -PKGCONFIG_OVERRIDE+= zbar-qt.pc.in PKGCONFIG_OVERRIDE+= zbar.pc.in .include "options.mk" |