summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlangurmonkey2024-02-22 09:37:58 +0100
committerlangurmonkey2024-02-22 09:37:58 +0100
commit3c451b4311761860063c5ef573903a579e3d7677 (patch)
tree9e36e406d6c43fa4a0d69b9377e7d86bd5495176
parentf6681e292d2cdca9d88601b5cc2ffc20860651e1 (diff)
downloadaur-3c451b4311761860063c5ef573903a579e3d7677.tar.gz
Version 3.5.9-2.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--releasenotes.txt24
3 files changed, 11 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ae83335b609..4e0348b4967a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gaiasky
pkgdesc = Open source 3D universe simulator for desktop and VR with support for more than a billion objects
pkgver = 3.5.9
- pkgrel = 1
+ pkgrel = 2
epoch = 3
url = https://zah.uni-heidelberg.de/gaia/outreach/gaiasky
install = gaiasky.install
@@ -10,8 +10,8 @@ pkgbase = gaiasky
license = MPL
depends = java-runtime
depends = xorg-xrandr
- source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/3.5.9.51d1305ab/gaiasky-3.5.9.51d1305ab.tar.gz
- md5sums = 35c1dcb627fef650ff1a36df31a6ff66
- sha256sums = 196891a59f7cd369ecf2282a24c2f5b523d306f3bc8fe90d71f3e3a7168bdcb4
+ source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/3.5.9-2.422e5e11c/gaiasky-3.5.9-2.422e5e11c.tar.gz
+ md5sums = daacddf9a0cb777e3cc549ddf66ff0af
+ sha256sums = 9bf4bc9620b5b7ffda51ad6973e714cc7f3722007cdee05450b9b9d8d6607f30
pkgname = gaiasky
diff --git a/PKGBUILD b/PKGBUILD
index a090a4029121..0994d635342c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
#Maintainer: Toni Sagrista Selles <tsagrista@ari.uni-heidelberg.de>
pkgname=gaiasky
pkgver=3.5.9
-pkgrel=1
+pkgrel=2
epoch=3
-versionstr=3.5.9.51d1305ab
+versionstr=3.5.9-2.422e5e11c
pkgdesc="Open source 3D universe simulator for desktop and VR with support for more than a billion objects"
arch=(x86_64)
url="https://zah.uni-heidelberg.de/gaia/outreach/gaiasky"
@@ -22,8 +22,8 @@ install=gaiasky.install
changelog=releasenotes.txt
source=("http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/${versionstr//_/-}/$pkgname-${versionstr//_/-}.tar.gz")
noextract=()
-md5sums=("35c1dcb627fef650ff1a36df31a6ff66")
-sha256sums=("196891a59f7cd369ecf2282a24c2f5b523d306f3bc8fe90d71f3e3a7168bdcb4")
+md5sums=("daacddf9a0cb777e3cc549ddf66ff0af")
+sha256sums=("9bf4bc9620b5b7ffda51ad6973e714cc7f3722007cdee05450b9b9d8d6607f30")
validpgpkeys=()
prepare() {
diff --git a/releasenotes.txt b/releasenotes.txt
index 9af0de6220ef..68cc0bba8817 100644
--- a/releasenotes.txt
+++ b/releasenotes.txt
@@ -1,25 +1,7 @@
-# Gaia Sky 3.5.9
-
-## Features
-- add support for arbitrary affine transformations to datasets, and add controls to create and edit them in the datasets pane.
-- separate filters from dataset preferences into their own button/window in datasets pane.
-- improve layout of the filters window by moving the 'add' button to the top and adding a scroll pane in the content.
-- improve default window skin by adding some padding and a better sprite.
-- rename dataset preferences to dataset visual settings. It now contains some sliders to modify the point size and the min/max solid angles. It does not contain filters or dataset information anymore, as those were extracted to their own dialogs.
-- add affine transformations to all datasets (particle group, star group, variable star group, billboard group, orbit elements group). These transformations are applied in the shaders so that they can be updated on the fly. The billboard group object has been moved inside the generic catalog archetype; the Milky Way appears as a dataset now.
-- add min/max particle solid angle size and number of labels to particle dataset load dialog.
-- add support for additional texture(s) in raymarching shaders.
-- do not force safe mode on Macs powered by apple silicon anymore.
+# Gaia Sky 3.5.9-2
## Bug Fixes
-- remove support for cloud SVT shadows, as this necessitates the cloud SVT and the diffuse SVT to be exactly the same (same depth, same available tiles, etc.), and this is not *usually* the case.
-- concurrency error in procedural generation progress bar update actions.
-- present filter results in dataset manager in expanded panes.
-- prevent the creation of multiple dataset preferences window for the same dataset.
-- prevent NPE crash during the creation of the error dialog. Part of [#765](https://codeberg.org/gaiasky/gaiasky/issues/765).
-- prevent null pointer when updating star sets. Fixes [#766](https://codeberg.org/gaiasky/gaiasky/issues/766).
-- typo in French translation.
-- appimage actually includes unpacked JRE distribution correctly.
+- individual object visibility API calls, and generic model alpha interpolation.
## Build System
-- add pgp signature to build process instead of checksums.
+- only add natives for the specific target platform in built packages.