libraries/libindi: Updated for version 1.9.7

Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edward W. Koenig 2022-08-17 18:18:06 -07:00 committed by Willy Sudiarto Raharjo
parent 43f4b3ade6
commit 66428a7bee
No known key found for this signature in database
GPG key ID: 3F617144D7238786
4 changed files with 18 additions and 8 deletions

View file

@ -6,5 +6,11 @@ control, data acquisition, monitoring, and a lot more.
This script builds the library that KDE KStars and similar programs
can use for image capture in astrophotography, telescope control, etc.
You will need libindi-drivers (also on SBo) to fully utilize INDI
hardware.
rtl-sdr is optional to enable Realtek RTL2832 DVB dongle as a SDR
receiver (available on SBo). There may be additional optional
dependencies.
Supported hardware devices: http://indilib.org/devices/
You will need libindi-drivers (also on SBo) to fully utilize some
third party hardware. Refer to indi-{libraries,drivers} on SBo for
optional hardware requirements and dependencies.

View file

@ -0,0 +1,3 @@
if [ -x /sbin/udevadm ]; then
/sbin/udevadm control --reload-rules >/dev/null 2>&1 && /sbin/udevadm trigger >/dev/null 2>&1
fi

View file

@ -2,7 +2,7 @@
# Slackware build script for libindi
# Copyright 2018 Edward W. Koenig, Vancouver, WA, USA
# Copyright 2018, 2022 Edward W. Koenig, Vancouver, WA, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libindi
VERSION=${VERSION:-1.9.4}
VERSION=${VERSION:-1.9.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -106,6 +106,7 @@ cp -a \
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG

View file

@ -1,10 +1,10 @@
PRGNAM="libindi"
VERSION="1.9.4"
VERSION="1.9.7"
HOMEPAGE="https://www.indilib.org/"
DOWNLOAD="https://github.com/indilib/indi/archive/v1.9.4/indi-1.9.4.tar.gz"
MD5SUM="cbd65799d01b7aecdc0c70cc78d736b4"
DOWNLOAD="https://github.com/indilib/indi/archive/v1.9.7/indi-1.9.7.tar.gz"
MD5SUM="907ca2743d270690baffa7938c0e39da"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libnova"
REQUIRES="libnova libev"
MAINTAINER="Edward W. Koenig"
EMAIL="kingbeowulf@linuxgalaxy.org"