[Lunar-commits] <moonbase-other> zbar: introduction to -other
v4hn
me at v4hn.de
Mon Dec 3 19:39:08 CET 2012
commit 9ccc9ce616dc03a8ad2f630ec6d4a28e9f1acfe4
Author: v4hn <me at v4hn.de>
Date: Mon, 03 Dec 2012 10:39:08 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/9ccc9ce616dc03a8ad2f630ec6d4a28e9f1acfe4
zbar: introduction to -other
---
libs/zbar/BUILD | +10/-0
libs/zbar/DEPENDS | +5/-0
libs/zbar/DETAILS | +20/-0
3 files changed, 35 insertions(+)
--- /dev/null
+++ b/libs/zbar/BUILD
@@ -0,0 +1,10 @@
+(
+
+ # they fucked up the video detection
+ # and autoreconf fails for some reason...
+ # If you need it, fix it.
+ OPTS+=" --disable-video" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/zbar/DEPENDS
@@ -0,0 +1,5 @@
+optional_depends "%JPEG" "--with-jpeg" "--without-jpeg" "support JPEG conversion"
+optional_depends "ImageMagick" "--with-imagemagick" "--without-imagemagick" "support scanning images using ImageMagick"
+optional_depends "Python" "--with-python" "--without-python" "build python bindings"
+optional_depends "pygtk" "--with-gtk" "--without-gtk" "build GTK+2 widget"
+optional_depends "qt4" "--with-qt" "--without-qt" "build Qt4 widget (needed by merkaartor)"
--- /dev/null
+++ b/libs/zbar/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=zbar
+ VERSION=0.10
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE/$MODULE/$VERSION/
+ SOURCE_VFY=sha1:273b47c26788faba4325baecc34063e27a012963
+ WEB_SITE=http://zbar.sourceforge.net/
+ ENTERED=20121124
+ UPDATED=20121124
+ SHORT="bar code reading library"
+
+PSAFE=no
+
+cat << EOF
+ZBar is a software suite for reading bar codes
+from various sources, such as video streams, image
+files and raw intensity sensors. It supports many
+popular symbologies (types of bar codes) including
+EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39,
+Interleaved 2 of 5 and QR Code.
+EOF
More information about the Lunar-commits
mailing list