public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/julius] f44: add risc-v support, more logic fun with automake due to new autotools in rawhide
@ 2026-06-02 14:35 Tom spot Callaway
0 siblings, 0 replies; only message in thread
From: Tom spot Callaway @ 2026-06-02 14:35 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/julius
Branch : f44
Commit : 016bf1d0117149e44456e5cea82dd2e56453f4e3
Author : Tom spot Callaway <spotaws@amazon.com>
Date : 2026-04-17T14:57:24-04:00
Stats : +8/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/julius/c/016bf1d0117149e44456e5cea82dd2e56453f4e3?branch=f44
Log:
add risc-v support, more logic fun with automake due to new autotools in rawhide
---
diff --git a/julius-4.5-cpuidfix.patch b/julius-4.5-cpuidfix.patch
index aca68aa..5c8a1a8 100644
--- a/julius-4.5-cpuidfix.patch
+++ b/julius-4.5-cpuidfix.patch
@@ -6,7 +6,7 @@ diff -up julius-4.5/libsent/src/phmm/calc_dnn.c.cpuidfix julius-4.5/libsent/src/
#include <intrin.h>
#else
-#if defined(__arm__) || TARGET_OS_IPHONE || defined(__aarch64__)
-+#if defined(__arm__) || TARGET_OS_IPHONE || defined(__aarch64__) || defined(__s390__) || defined(__powerpc__) || defined(__powerpc64__)
++#if defined(__arm__) || TARGET_OS_IPHONE || defined(__aarch64__) || defined(__s390__) || defined(__powerpc__) || defined(__powerpc64__) || defined(__riscv)
#else
#include <cpuid.h>
#endif
diff --git a/julius.spec b/julius.spec
index 3c343aa..f589557 100644
--- a/julius.spec
+++ b/julius.spec
@@ -6,7 +6,7 @@
Name: julius
Version: 4.6
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: Large vocabulary continuous speech recognition (LVCSR) decoder software
License: BSD-3-Clause AND MIT
URL: https://github.com/julius-speech/julius
@@ -88,6 +88,9 @@ sed -i 's/\r//' Release.txt
cp /usr/share/gettext/config.rpath support/
autoupdate
autoreconf -ifv || :
+cd libjulius
+automake -a || :
+cd -
# remove msvc dir
rm -rf msvc
@@ -166,6 +169,9 @@ mv %{buildroot}%{_bindir}/jcontrol %{buildroot}%{_bindir}/julius-jcontrol
%{_datadir}/julius/model/
%changelog
+* Fri Apr 17 2026 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 4.6-11
+- Add RISC-V support
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.6-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-02 14:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-02 14:35 [rpms/julius] f44: add risc-v support, more logic fun with automake due to new autotools in rawhide Tom spot Callaway
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox