Package Details: voxforge-am-julius 4.3.1-1

Git Clone URL: https://aur.archlinux.org/voxforge-am-julius.git (read-only, click to copy)
Package Base: voxforge-am-julius
Description: Acoustic model information for use with Julius voice recognition software
Upstream URL: http://www.voxforge.org
Licenses: GPL-3.0-or-later
Submitter: Foxboron
Maintainer: meanjollies
Last Packager: meanjollies
Votes: 0
Popularity: 0.000000
First Submitted: 2021-01-07 20:58 (UTC)
Last Updated: 2024-01-31 02:37 (UTC)

Dependencies (1)

Required by (1)

Sources (2)

Latest Comments

devilholk commented on 2021-04-08 19:09 (UTC)

Tried this (2021-04-08) and I encountered a problem where the .tgz file downloaded contains an unexpected directory. This also means the sha512 was no longer valid. This is what local changes I made to get it to work:

diff --git a/PKGBUILD b/PKGBUILD
index c6bf67c..cd366c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,10 +13,11 @@ optdepends=('perl: for mkdfa.pl')
 source=("${pkgname}-${pkgver}.tgz::http://www.repository.voxforge1.org/downloads/Main/Tags/Releases/${pkgver}/Julius-4.3.1-Quickstart-Linux_(${pkgver}).tgz")
 install="${pkgname}.install"
 changelog=ChangeLog
-sha512sums=('3f3d8f7655e40657f330cde1f0b1cb2a8ae7425f14921f0a124d67b638c2f41101e9eaa2fc39cf2f157d413f8b0560ffb20ddbf9f8773beb5c518a508d65a5f1')
+sha512sums=('79b7e5bad75208f4553c57b2ef87dfb7df5b936ba15df0017c8cae9cb21478838e071350f750b18827448a50e451e9ae017e6f5a94a790dbfa5a367e1d6a094f')

 package() {
   cd "${srcdir}"
+  cd */

   install -Dm644 "Sample.jconf" "${pkgdir}/usr/share/voxforge/julius/julian.jconf"
   install -dm755 "${pkgdir}/usr/share/voxforge/julius/grammar/"