summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-10-03 11:02:17 -0700
committerKhem Raj <raj.khem@gmail.com>2025-10-05 21:43:43 -0700
commit67fa4530d1071a8e915b1fa130ac8c6377ea3c1b (patch)
tree8176bc9ec5964e30d1c47d61d4780830fd08f712 /meta-oe
parent9f4bd029e1c19dceff762ac423aeca9f10ee990c (diff)
downloadmeta-openembedded-67fa4530d1071a8e915b1fa130ac8c6377ea3c1b.tar.gz
taisei: Upgrade to 1.4.4 release
Stable release with fixes Fixed the macOS build crashing on startup. Fixed audio distortion when the audio device uses a sample rate other than 48 kHz. Fixed the internal mixer_chunksize setting being ignored. This resulted in a larger audio buffer than intended, increasing latency. Fixed some minor SDL3 migration issues, particularly in handling of IO errors. Fixed mimalloc being built incorrectly as a subproject. Debugging symbols for the official builds are now available as a separate download. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.4.bb (renamed from meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.3.bb b/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.4.bb
index 239237ceaf..e0d77b375e 100644
--- a/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.3.bb
+++ b/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.4.bb
@@ -33,7 +33,7 @@ RDEPENDS_${PN} = "\
33" 33"
34 34
35SRC_URI = "gitsm://github.com/taisei-project/taisei.git;branch=v1.4.x;protocol=https;tag=v${PV}" 35SRC_URI = "gitsm://github.com/taisei-project/taisei.git;branch=v1.4.x;protocol=https;tag=v${PV}"
36SRCREV = "02b7c71ae7d7a53202378e384f2cb26df9164f22" 36SRCREV = "6a484e6e61cc51a22a9943762dc2ff6883914f38"
37 37
38inherit features_check meson mime mime-xdg pkgconfig python3native 38inherit features_check meson mime mime-xdg pkgconfig python3native
39 39