summaryrefslogtreecommitdiffstats
path: root/graphics/zbar
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/zbar')
-rw-r--r--graphics/zbar/README2
-rw-r--r--graphics/zbar/zbar.SlackBuild28
-rw-r--r--graphics/zbar/zbar.info6
3 files changed, 26 insertions, 10 deletions
diff --git a/graphics/zbar/README b/graphics/zbar/README
index f898f1ecf9..ab99d553f0 100644
--- a/graphics/zbar/README
+++ b/graphics/zbar/README
@@ -9,3 +9,5 @@ as well as GUI widgets for Qt, GTK, and PyGTK.
If you want to enable reading from video stream, pass VIDEO=yes to the
build script when executing it.
+
+jdk is an optional dependency.
diff --git a/graphics/zbar/zbar.SlackBuild b/graphics/zbar/zbar.SlackBuild
index c614a9a0d2..ee8c4e64df 100644
--- a/graphics/zbar/zbar.SlackBuild
+++ b/graphics/zbar/zbar.SlackBuild
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for zbar
@@ -23,10 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=zbar
-VERSION=${VERSION:-0.10}
-BUILD=${BUILD:-1}
+VERSION=${VERSION:-0.23.90}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -36,7 +39,14 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
+# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
+# the name of the created package would be, and then exit. This information
+# could be useful to other scripts.
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -65,7 +75,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
+tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -74,6 +84,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+autoreconf -fi
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -98,12 +110,14 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- COPYING ChangeLog NEWS HACKING README INSTALL LICENSE TODO \
+ ABOUT-NLS COPYING *.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+rm -f $PKG/usr/lib*/*.la
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/graphics/zbar/zbar.info b/graphics/zbar/zbar.info
index a3f4414150..32d50969f4 100644
--- a/graphics/zbar/zbar.info
+++ b/graphics/zbar/zbar.info
@@ -1,8 +1,8 @@
PRGNAM="zbar"
-VERSION="0.10"
+VERSION="0.23.90"
HOMEPAGE="https://sourceforge.net/projects/zbar/"
-DOWNLOAD="https://downloads.sourceforge.net/zbar/zbar-0.10.tar.bz2"
-MD5SUM="0fd61eb590ac1bab62a77913c8b086a5"
+DOWNLOAD="https://github.com/mchehab/zbar/archive/0.23.90/zbar-0.23.90.tar.gz"
+MD5SUM="cb1667e20c1d7acf1b9911414adaeb84"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""