pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/kstars
Module Name: pkgsrc
Committed By: wiz
Date: Tue May 12 06:52:27 UTC 2026
Modified Files:
pkgsrc/misc/kstars: Makefile distinfo
Added Files:
pkgsrc/misc/kstars/patches: patch-kstars_skyobjects_mosaictiles.cpp
Log Message:
kstars: update to 3.8.2.
Fix build on NetBSD 11 with patch.
Changelog not found.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/misc/kstars/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/misc/kstars/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/misc/kstars/patches/patch-kstars_skyobjects_mosaictiles.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/kstars/Makefile
diff -u pkgsrc/misc/kstars/Makefile:1.93 pkgsrc/misc/kstars/Makefile:1.94
--- pkgsrc/misc/kstars/Makefile:1.93 Sat May 9 15:45:26 2026
+++ pkgsrc/misc/kstars/Makefile Tue May 12 06:52:27 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.93 2026/05/09 15:45:26 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2026/05/12 06:52:27 wiz Exp $
-DISTNAME= kstars-3.8.1
-PKGREVISION= 1
+DISTNAME= kstars-3.8.2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_KDE:=kstars/${PKGVERSION_NOREV}/}
Index: pkgsrc/misc/kstars/distinfo
diff -u pkgsrc/misc/kstars/distinfo:1.21 pkgsrc/misc/kstars/distinfo:1.22
--- pkgsrc/misc/kstars/distinfo:1.21 Tue May 12 05:43:58 2026
+++ pkgsrc/misc/kstars/distinfo Tue May 12 06:52:27 2026
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.21 2026/05/12 05:43:58 wiz Exp $
+$NetBSD: distinfo,v 1.22 2026/05/12 06:52:27 wiz Exp $
-BLAKE2s (kstars-3.8.1.tar.xz) = 00ec270d78e5ede66417ba9196c47f267d34091c667efac30cf9d724fe2914bb
-SHA512 (kstars-3.8.1.tar.xz) = c8d564c6ddcb36cd478759045545bc9ac8d31c23277f2d99f779028d086a2def28eb684f35db642624ccb6db5c183fa701f3d085fb773f0c0be98cf29a8d7cdc
-Size (kstars-3.8.1.tar.xz) = 51894280 bytes
+BLAKE2s (kstars-3.8.2.tar.xz) = 9d1b54c2e6890ba2a000f7ae86faab76b51f2918686885576c3c7737c98a972c
+SHA512 (kstars-3.8.2.tar.xz) = 81f468d779055f7a38b4d6e204f0e51663a845197d7ab31a2e7343c8885494398628da2627794082e107d4472a4370a9447956beaddbbbb7055fc67cb9bd56a3
+Size (kstars-3.8.2.tar.xz) = 52049284 bytes
SHA1 (patch-kstars_ekos_focus_curvefit.cpp) = 6b90358ab6e717efff2075cf73e6f91fd7783171
SHA1 (patch-kstars_indi_servermanager.cpp) = 6d59d0d9703d77f375f69ccf4da8d844cfafef6a
+SHA1 (patch-kstars_skyobjects_mosaictiles.cpp) = 84180d22b6bbe8c4a70285c24df9e375dbb2cbee
SHA1 (patch-kstars_skyqpainter.cpp) = ce0ad0119feb333faf05790b81159883fe2424f4
Added files:
Index: pkgsrc/misc/kstars/patches/patch-kstars_skyobjects_mosaictiles.cpp
diff -u /dev/null pkgsrc/misc/kstars/patches/patch-kstars_skyobjects_mosaictiles.cpp:1.1
--- /dev/null Tue May 12 06:52:27 2026
+++ pkgsrc/misc/kstars/patches/patch-kstars_skyobjects_mosaictiles.cpp Tue May 12 06:52:27 2026
@@ -0,0 +1,16 @@
+$NetBSD: patch-kstars_skyobjects_mosaictiles.cpp,v 1.1 2026/05/12 06:52:27 wiz Exp $
+
+Fix build on NetBSD 11.
+https://bugs.kde.org/show_bug.cgi?id=520064
+
+--- kstars/skyobjects/mosaictiles.cpp.orig 2026-05-12 06:37:40.254756893 +0000
++++ kstars/skyobjects/mosaictiles.cpp
+@@ -535,7 +535,7 @@ void MosaicTiles::draw(QPainter *painter)
+ .arg(tile->skyCenter.ra0().toHMSString(), tile->skyCenter.dec0().toDMSString()));
+ painter->drawText(oneRect, Qt::AlignHCenter | Qt::AlignBottom, QString("%1%2°")
+ .arg(tile->rotation >= 0.01 ? '+' : tile->rotation <= -0.01 ? '-' : '~')
+- .arg(abs(tile->rotation), 5, 'f', 2));
++ .arg(fabs(tile->rotation), 5, 'f', 2));
+
+ painter->restore();
+ }
Home |
Main Index |
Thread Index |
Old Index