All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/stellarium: bump version to 0.22.1
@ 2022-04-28 21:24 Thomas Petazzoni via buildroot
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni via buildroot @ 2022-04-28 21:24 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=5de73f0b685d7c2d096e3d28a50f2e89ed68c52c
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 ...xed-building-Stellarium-without-scripting.patch | 49 ----------------------
 package/stellarium/stellarium.hash                 |  4 +-
 package/stellarium/stellarium.mk                   |  2 +-
 3 files changed, 3 insertions(+), 52 deletions(-)

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..64238ad163 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
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-28 21:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-28 21:24 [Buildroot] [git commit] package/stellarium: bump version to 0.22.1 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.