diff options
-rw-r--r-- | graphics/zbar/README | 2 | ||||
-rw-r--r-- | graphics/zbar/zbar.SlackBuild | 8 | ||||
-rw-r--r-- | graphics/zbar/zbar.info | 6 |
3 files changed, 10 insertions, 6 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 534465de2c..c07cda71d7 100644 --- a/graphics/zbar/zbar.SlackBuild +++ b/graphics/zbar/zbar.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=zbar -VERSION=${VERSION:-0.10} +VERSION=${VERSION:-0.23.90} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -75,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 . \ @@ -84,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 \ @@ -108,7 +110,7 @@ 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 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="" |