From 3f305f409c6754b1d0a5471d29653ebfcba75a62 Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Mon, 20 Jul 2015 19:00:17 +0200 Subject: utils/zbar: new spell, software suite for reading barcodes --- ChangeLog | 3 +++ utils/zbar/BUILD | 4 ++++ utils/zbar/DEPENDS | 4 ++++ utils/zbar/DETAILS | 16 ++++++++++++++++ utils/zbar/HISTORY | 3 +++ 5 files changed, 30 insertions(+) create mode 100755 utils/zbar/BUILD create mode 100755 utils/zbar/DEPENDS create mode 100755 utils/zbar/DETAILS create mode 100644 utils/zbar/HISTORY diff --git a/ChangeLog b/ChangeLog index 52e638c6a7..c44658e666 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2015-07-20 Florian Franzmann + * utils/zbar: new spell, software suite for reading barcodes + 2015-06-19 Treeve Jelbert * qt5-cmake/qtaccountsservice: added Qt-style API to use freedesktop.org's AccountsService DBus service. diff --git a/utils/zbar/BUILD b/utils/zbar/BUILD new file mode 100755 index 0000000000..d810ba0531 --- /dev/null +++ b/utils/zbar/BUILD @@ -0,0 +1,4 @@ +OPTS="${OPTS} --disable-video --without-qt" && +make_single && +default_build && +make_normal diff --git a/utils/zbar/DEPENDS b/utils/zbar/DEPENDS new file mode 100755 index 0000000000..9db655ee62 --- /dev/null +++ b/utils/zbar/DEPENDS @@ -0,0 +1,4 @@ +optional_depends libx11 "--with-x" "--without-x" "support for X11" && +optional_depends jpeg "--with-jpeg" "--without-jpeg" "support for jpeg images" && +optional_depends gtk+2 "--with-gtk" "--without-gtk" "build gtk widget" && +optional_depends PYTHON "--with-python" "--without-python" "for python bindings" diff --git a/utils/zbar/DETAILS b/utils/zbar/DETAILS new file mode 100755 index 0000000000..54a00a5e17 --- /dev/null +++ b/utils/zbar/DETAILS @@ -0,0 +1,16 @@ + SPELL=zbar + VERSION=0.10 + SOURCE="${SPELL}-${VERSION}.tar.bz2" + SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SPELL}/${VERSION}/${SOURCE} + SOURCE_HASH=sha512:76cb8a469e3ac9ea7932a95c500cf933501249cdb8dce4df558bf5681bd44c62111327b494e6e887079a5fd30b32154887dcc12962e6d27b1453f55457483db4 +SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" + WEB_SITE="http://zbar.sourceforge.net/" + LICENSE[0]=LGPL + ENTERED=20150720 + SHORT="a comprehensive software suite for reading barcodes" +cat << EOF +A comprehensive software suite for reading barcodes. Supports EAN/UPC, +Code 128, Code 39, Interleaved 2 of 5 and QR Code. Includes libraries and +applications for decoding captured barcode images and using a video device +(eg, webcam) as a barcode scanner. +EOF diff --git a/utils/zbar/HISTORY b/utils/zbar/HISTORY new file mode 100644 index 0000000000..42a4134159 --- /dev/null +++ b/utils/zbar/HISTORY @@ -0,0 +1,3 @@ +2015-07-20 Florian Franzmann + * BUILD, DEPENDS, DETAILS: spell created + -- cgit v1.2.3