From 841179e9fe0e87743440dc572fc2d1281d4d1565 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 27 Jan 2020 21:58:47 +0300 Subject: [PATCH] libindi ver. bump --- science/misc/libindi/actions.py | 7 ++++--- science/misc/libindi/pspec.xml | 27 ++++++++++++++++++++------- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/science/misc/libindi/actions.py b/science/misc/libindi/actions.py index 816eb0d9b4..e8573666bb 100644 --- a/science/misc/libindi/actions.py +++ b/science/misc/libindi/actions.py @@ -12,17 +12,18 @@ from pisi.actionsapi import get WorkDir = "indi-%s" % get.srcVERSION() def setup(): - shelltools.cd("libindi") + #shelltools.cd("libindi") cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ + -DINDI_BUILD_QT5_CLIENT=ON \ -DBUILD_ROOT=%s" % get.installDIR()) def build(): - shelltools.cd("libindi") + #shelltools.cd("libindi") cmaketools.make() def install(): - shelltools.cd("libindi") + #shelltools.cd("libindi") cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README*") diff --git a/science/misc/libindi/pspec.xml b/science/misc/libindi/pspec.xml index 4006505ae5..57981d46f3 100644 --- a/science/misc/libindi/pspec.xml +++ b/science/misc/libindi/pspec.xml @@ -13,17 +13,20 @@ library Astronomical control protocol library indilib is a distributed control protocol designed to operate astronomical instrumentation. indilib is small, flexible, easy to parse, and scalable. - https://github.com/indilib/indi/archive/v1.8.1.tar.gz + https://github.com/indilib/indi/archive/v1.8.3.tar.gz + libjpeg-turbo-devel + qt5-base-devel + libtheora-devel libnova-devel cfitsio-devel - gsl-devel - curl-devel - libjpeg-turbo-devel libusb-devel - boost-devel - zlib-devel - pkgconfig + fftw3-devel + boost-devel + curl-devel + zlib-devel + gsl-devel + pkgconfig cmake @@ -36,6 +39,9 @@ libindi + fftw3 + libogg + libtheora libnova cfitsio gsl @@ -68,6 +74,13 @@ + + 2020-01-27 + 1.8.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-10-05 1.8.1