mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libindi-drivers: Updated for version 2.0.5
Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
872d2bc03c
commit
cae4b73a70
3 changed files with 11 additions and 6 deletions
|
@ -8,7 +8,7 @@ acquisition, monitoring, and a lot more.
|
|||
This script builds several third party hardware drivers. The required
|
||||
build and install sequence is:
|
||||
|
||||
libindi -> libindi-libraries -> libindidrivers
|
||||
libindi -> libindi-libraries -> libindi-drivers
|
||||
|
||||
Some optional hardware dependecies are:
|
||||
fxload download firmware into FX, FX2, and FX2LP EZ-USB devices
|
||||
|
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=libindi-drivers
|
||||
SRCNAM="indi-3rdparty"
|
||||
VERSION=${VERSION:-2.0.4}
|
||||
VERSION=${VERSION:-2.0.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -88,9 +88,12 @@ find -L . \
|
|||
|
||||
sed -i '/#include <stdint.h>/a #include <cstddef>' indi-celestronaux/auxproto.h
|
||||
|
||||
# Note: Some drivers disabled since no buildscripts exist on SBo yet.
|
||||
# Note: Some drivers (limesdr) disabled since no buildscripts exist on SBo yet.
|
||||
# There may be other runtime dependencies.
|
||||
|
||||
# cmakelists bug preventing build of libmeadecam and libahp-gt? Well, skip
|
||||
# those drivers as well for now - and hope no one notices ;-)
|
||||
|
||||
export CFLAGS="$SLKCFLAGS"
|
||||
export CXXFLAGS="$SLKCFLAGS"
|
||||
mkdir -p build
|
||||
|
@ -98,6 +101,8 @@ cd $TMP/$SRCNAM-$VERSION/build
|
|||
cmake \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DWITH_LIMESDR:OPTION=OFF \
|
||||
-DWITH_TOUPBASE:OPTION=OFF \
|
||||
-DWITH_AHP_GT:OPTION=OFF \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libindi-drivers"
|
||||
VERSION="2.0.4"
|
||||
VERSION="2.0.5"
|
||||
HOMEPAGE="https://www.indilib.org/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/indilib/indi-3rdparty/archive/v2.0.4/indi-3rdparty-2.0.4.tar.gz"
|
||||
MD5SUM_x86_64="5a70c7d73baab6d0b0fc768c887ee625"
|
||||
DOWNLOAD_x86_64="https://github.com/indilib/indi-3rdparty/archive/v2.0.5/indi-3rdparty-2.0.5.tar.gz"
|
||||
MD5SUM_x86_64="092257c1f9c9f2ca7bbb6b70445a96d8"
|
||||
REQUIRES="libindi-libraries"
|
||||
MAINTAINER="Edward W. Koenig"
|
||||
EMAIL="kingbeowulf@linuxgalaxy.org"
|
||||
|
|
Loading…
Reference in a new issue