summaryrefslogtreecommitdiffstats
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-03 11:21:04 -0700
commitc08795f903982b2d2bd5d9776965cbbf3a545992 (patch)
tree4c41702a90e85f521af1e33a2d716b8120f36a5a
parent872208ed73b97e214d63f87e2bd2429e9e8536b0 (diff)
downloadmeta-openembedded-c08795f903982b2d2bd5d9776965cbbf3a545992.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>
-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