summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2015-07-20 19:00:17 +0200
committerFlorian Franzmann2015-07-20 19:01:21 +0200
commit3f305f409c6754b1d0a5471d29653ebfcba75a62 (patch)
tree66964a095cef8c5e360f39670dc1adaa9158e5f2
parenta9c9d2ba9ded2f7cf1d1003c0d0ccf9c2ca89999 (diff)
utils/zbar: new spell, software suite for reading barcodes
-rw-r--r--ChangeLog3
-rwxr-xr-xutils/zbar/BUILD4
-rwxr-xr-xutils/zbar/DEPENDS4
-rwxr-xr-xutils/zbar/DETAILS16
-rw-r--r--utils/zbar/HISTORY3
5 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52e638c6a7..c44658e666 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-07-20 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * utils/zbar: new spell, software suite for reading barcodes
+
2015-06-19 Treeve Jelbert <treeve@sourcemage.org>
* 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 <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS: spell created
+