* [Buildroot] [PATCH 1/1] package/stellarium: bump version to 0.22.1
@ 2022-04-28 21:13 Bernd Kuhls
2022-04-28 21:35 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2022-04-28 21:13 UTC (permalink / raw)
To: buildroot
Release notes:
http://stellarium.org/release/2022/04/16/stellarium-0.22.1.html
Removed backported patch.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
...uilding-Stellarium-without-scripting.patch | 49 -------------------
package/stellarium/stellarium.hash | 4 +-
package/stellarium/stellarium.mk | 2 +-
3 files changed, 3 insertions(+), 52 deletions(-)
delete mode 100644 package/stellarium/0001-Fixed-building-Stellarium-without-scripting.patch
diff --git a/package/stellarium/0001-Fixed-building-Stellarium-without-scripting.patch b/package/stellarium/0001-Fixed-building-Stellarium-without-scripting.patch
deleted file mode 100644
index 57f15a8eff..0000000000
--- a/package/stellarium/0001-Fixed-building-Stellarium-without-scripting.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From 710d1c5acd9e962260ce395474819ded2eb6ce12 Mon Sep 17 00:00:00 2001
-From: "Alexander V. Wolf" <alex.v.wolf@gmail.com>
-Date: Tue, 29 Mar 2022 18:57:06 +0700
-Subject: [PATCH] Fixed building Stellarium without scripting
-
-Downloaded from upstream commit:
-https://github.com/Stellarium/stellarium/commit/710d1c5acd9e962260ce395474819ded2eb6ce12
-
-Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
----
- plugins/Calendars/src/Calendars.cpp | 2 ++
- plugins/Calendars/src/Calendars.hpp | 2 ++
- 2 files changed, 4 insertions(+)
-
-diff --git a/plugins/Calendars/src/Calendars.cpp b/plugins/Calendars/src/Calendars.cpp
-index e5d89a4c063..4df6caee42e 100644
---- a/plugins/Calendars/src/Calendars.cpp
-+++ b/plugins/Calendars/src/Calendars.cpp
-@@ -251,6 +251,7 @@ void Calendars::init()
- }
- }
-
-+#ifdef ENABLE_SCRIPTING
- // Add calendar as scriptable object! Some scripting functions won't work though, as they use object types unknown to the scripting engine.
- void Calendars::makeCalendarsScriptable(StelScriptMgr *ssm)
- {
-@@ -260,6 +261,7 @@ void Calendars::makeCalendarsScriptable(StelScriptMgr *ssm)
- ssm->addObject(cal);
- }
- }
-+#endif
-
- void Calendars::loadSettings()
- {
-diff --git a/plugins/Calendars/src/Calendars.hpp b/plugins/Calendars/src/Calendars.hpp
-index 461ae1bd9ba..4696183d9d2 100644
---- a/plugins/Calendars/src/Calendars.hpp
-+++ b/plugins/Calendars/src/Calendars.hpp
-@@ -145,8 +145,10 @@ class Calendars : public StelModule
- //! TODO: ADD HERE: Chinese, NewHinduSolar, NewHinduLunar, ...
- Calendar* getCal(QString name);
-
-+ #ifdef ENABLE_SCRIPTING
- //! to be called after program startup, when StelScriptMgr has been set up.
- void makeCalendarsScriptable(StelScriptMgr *ssm);
-+ #endif
-
- signals:
- //void jdChanged(double jd);
diff --git a/package/stellarium/stellarium.hash b/package/stellarium/stellarium.hash
index 2c2427bf0e..12cc3c5375 100644
--- a/package/stellarium/stellarium.hash
+++ b/package/stellarium/stellarium.hash
@@ -1,5 +1,5 @@
# From https://github.com/Stellarium/stellarium/releases
-sha1 c4a00fd756c66fb7df633f496dd3be4300bf1d2b stellarium-0.22.0.tar.gz
-sha256 0b4dc23cf9054b5e76cd9bc5ad68e172eb221999e90af37e93667d04fe78c885 stellarium-0.22.0.tar.gz
+sha1 55b5915dfb616b9748e1c2d2de6150f7159cf36c stellarium-0.22.1.tar.gz
+sha256 61a595ecc345dcc7517359573d0dc772e67ecaf6d52fefab142a77c92cf3fa24 stellarium-0.22.0.tar.gz
# Locally computed
sha256 3aeeb5bb98bf7041ab82cffe15efa28ac58ee2bdf162b71301f5c192be631259 COPYING
diff --git a/package/stellarium/stellarium.mk b/package/stellarium/stellarium.mk
index 1226b1190d..9c24263a43 100644
--- a/package/stellarium/stellarium.mk
+++ b/package/stellarium/stellarium.mk
@@ -4,7 +4,7 @@
#
################################################################################
-STELLARIUM_VERSION = 0.22.0
+STELLARIUM_VERSION = 0.22.1
STELLARIUM_SITE = https://github.com/Stellarium/stellarium/releases/download/v$(STELLARIUM_VERSION)
STELLARIUM_LICENSE = GPL-2.0+
STELLARIUM_LICENSE_FILES = COPYING
--
2.30.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/stellarium: bump version to 0.22.1
2022-04-28 21:13 [Buildroot] [PATCH 1/1] package/stellarium: bump version to 0.22.1 Bernd Kuhls
@ 2022-04-28 21:35 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-04-28 21:35 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On Thu, 28 Apr 2022 23:13:55 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:
> Release notes:
> http://stellarium.org/release/2022/04/16/stellarium-0.22.1.html
>
> Removed backported patch.
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> ...uilding-Stellarium-without-scripting.patch | 49 -------------------
> package/stellarium/stellarium.hash | 4 +-
> package/stellarium/stellarium.mk | 2 +-
> 3 files changed, 3 insertions(+), 52 deletions(-)
> delete mode 100644 package/stellarium/0001-Fixed-building-Stellarium-without-scripting.patch
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-28 21:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-28 21:13 [Buildroot] [PATCH 1/1] package/stellarium: bump version to 0.22.1 Bernd Kuhls
2022-04-28 21:35 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.