pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/indi
Module Name: pkgsrc
Committed By: adam
Date: Sat Feb 1 18:20:49 UTC 2025
Modified Files:
pkgsrc/misc/indi: Makefile PLIST distinfo
Log Message:
indi: updated to 2.1.2
2.1.2
Update wanderer rotator lite v1 to latest firmware version and correct a bug when homing with rotator mini and lite v2
Fix crash in case connection fails
Add more protections against invalid mount coordinates in Dome class.
Do not process snoop if not for our active device
Add includes to fix build with GCC15-C++23
Use consistent config load variables for both input and output interfaces
Add isUpdated property function to know if a property would be updated by the passed parameters or not. It is convenient as sometimes we need to kno..
Only load from config when we have outputs
Update limit max to 360 degrees
Feature for ZWO AM5 - Heavy Duty Mode and Fix slew rate
Fix MacOS build
Use C99 integer types
Add more logging to cliernt to dianogse connection issues
Preliminary driver for IPX800v4 controller. Not tested yet.
Fix usage of SO_PEERCRED on OpenBSD
Add preliminary PowerInterface to serve as the unified interface for all power drivers. Need to slowly migrate all existing power drivers to use thi..
Support for meridian flip settings in ZWO AM mounts
Various build fixes for OpenBSD
OpenBSD uses sys/videoio.h for its V4L2 header
Fix issue on OnStep fast mounts where we need to send rapid RA/DE updates during manual motion. Without this change, the updates lag behind by sever..
Draft: Reuse calibration after rotation
Ensure we only snoop updated values
Fix DustCover open/close
spec_2.1.0: update spec to 2.1.0
Set UDP type and default port
Add Filter Wheel delay parameter for simulation purposes
Fix typo and add dbg packages as well
Fix indentation issue from vscode
Avoid conflict with removed indi-3rdparty drivers
INDI uses tracking rates in solar seconds while PMC8 uses rates in sidereal seconds so we need to convert between the two units
Use rates as defined by the PMC8 manual.
Revert rate to 15.000 and add comments so that this does not happen again. Fixes iexos-100 pmc-8 mount has wrong tracking rates
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/indi/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/indi/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/indi/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/indi/Makefile
diff -u pkgsrc/misc/indi/Makefile:1.13 pkgsrc/misc/indi/Makefile:1.14
--- pkgsrc/misc/indi/Makefile:1.13 Tue Dec 10 10:07:50 2024
+++ pkgsrc/misc/indi/Makefile Sat Feb 1 18:20:49 2025
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2024/12/10 10:07:50 adam Exp $
+# $NetBSD: Makefile,v 1.14 2025/02/01 18:20:49 adam Exp $
-DISTNAME= indi-2.1.1
+DISTNAME= indi-2.1.2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GITHUB:=indilib/}
GITHUB_TAG= v${PKGVERSION_NOREV}
-# XXX: remove on next update
-DIST_SUBDIR= indi
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/indilib/indi
Index: pkgsrc/misc/indi/PLIST
diff -u pkgsrc/misc/indi/PLIST:1.4 pkgsrc/misc/indi/PLIST:1.5
--- pkgsrc/misc/indi/PLIST:1.4 Tue Dec 10 10:07:50 2024
+++ pkgsrc/misc/indi/PLIST Sat Feb 1 18:20:49 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2024/12/10 10:07:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/02/01 18:20:49 adam Exp $
bin/indi_Excalibur
bin/indi_aaf2_focus
bin/indi_activefocuser_focus
@@ -51,6 +51,7 @@ bin/indi_integra_focus
bin/indi_ioptronHC8406
bin/indi_ioptron_wheel
bin/indi_ioptronv3_telescope
+bin/indi_ipx800v4
bin/indi_lacerta_mfoc_fmc_focus
bin/indi_lacerta_mfoc_focus
bin/indi_lakeside_focus
Index: pkgsrc/misc/indi/distinfo
diff -u pkgsrc/misc/indi/distinfo:1.5 pkgsrc/misc/indi/distinfo:1.6
--- pkgsrc/misc/indi/distinfo:1.5 Tue Dec 10 10:07:50 2024
+++ pkgsrc/misc/indi/distinfo Sat Feb 1 18:20:49 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2024/12/10 10:07:50 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/02/01 18:20:49 adam Exp $
-BLAKE2s (indi/indi-2.1.1.tar.gz) = 1a3b022ed2aeb10cc24d3ae1c4d93ab6f9638b614e8179a8b92248f0fa10652e
-SHA512 (indi/indi-2.1.1.tar.gz) = 3224afb13776462e906398be2b85802807e739042494b29701d106731423640a4dceaeb262cd62d3a87f032ba0655da7ceaa150e6912be20508e090ad93c3ba7
-Size (indi/indi-2.1.1.tar.gz) = 2929685 bytes
+BLAKE2s (indi-2.1.2.tar.gz) = 6ca5843698fa7bde6e12e033d072cb2edf2ee5bbd138c2c428f81ad188cc90c9
+SHA512 (indi-2.1.2.tar.gz) = 77838f7b64443f68a0aa6f0bc0232fbacaeed3d0759bc16496f11e434cf6d3eb2cb5ae07f49b1fa200c9dadc91e9418f6f5ea8f593e03543719a2d73ddb061d2
+Size (indi-2.1.2.tar.gz) = 2940192 bytes
SHA1 (patch-libs_alignment_CMakeLists.txt) = 46824a50efabdf5bb03943b413a70d8753cfd3fc
Home |
Main Index |
Thread Index |
Old Index