summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-06-14 05:29:11 +0200
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-06-14 05:29:11 +0200
commit3ef988b1a5b1262402ab899d1abfb03195668c52 (patch)
tree698f38d253d1229b82558a0e3859e627b7a69d19
parent84cd795906248590177835edaf74a328e857d5b6 (diff)
downloadalpine-packages-3ef988b1a5b1262402ab899d1abfb03195668c52.tar.gz
alpine-packages-3ef988b1a5b1262402ab899d1abfb03195668c52.tar.bz2
alpine-packages-3ef988b1a5b1262402ab899d1abfb03195668c52.tar.lz
alpine-packages-3ef988b1a5b1262402ab899d1abfb03195668c52.zip

utao/openutao: provide libonnxruntime in main package, for now

this will at some point in time either move to an openutau-libonnxruntime, a separately packaged one, or upstream's @testing one once it's no longer only in @testing

-rw-r--r--src/utau/openutau/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utau/openutau/APKBUILD b/src/utau/openutau/APKBUILD
index bcfc78f..f2ffe79 100644
--- a/src/utau/openutau/APKBUILD
+++ b/src/utau/openutau/APKBUILD
@@ -16,6 +16,7 @@ license="MIT"
# so:ld-linux-x86-64.so.2 is provided by gcompat
# so:libfontconfig.so.1 is provided by fontconfig
+# todo: once not in testing, add so:libonnxruntime.so provided by onnxruntime-dev
depends="dotnet8-runtime so:ld-linux-x86-64.so.2 so:libfontconfig.so.1"
# Docs say to use .NET 6, but thats testing repos only.
@@ -64,6 +65,7 @@ package() {
mkdir -p "${pkgdir}/usr/lib/openutau"
install -Dm755 "${_outdir}/libHarfBuzzSharp.so" "${pkgdir}/usr/lib/openutau/libHarfBuzzSharp.so"
install -Dm755 "${_outdir}/libSkiaSharp.so" "${pkgdir}/usr/lib/openutau/libSkiaSharp.so"
+ install -Dm755 "${_outdir}/libonnxruntime.so" "${pkgdir}/usr/lib/openutau/libonnxruntime.so"
# when debugging:
# tar caf "${pkgdir}/usr/lib/openutau/all.tar.gz" --directory="${_outdir}" .