Package Details: htk 3.4.1-3

Git Clone URL: https://aur.archlinux.org/htk.git (read-only, click to copy)
Package Base: htk
Description: A portable toolkit primarily used for speech recognition research
Upstream URL: http://htk.eng.cam.ac.uk/
Licenses: custom: Proprietary
Submitter: None
Maintainer: oriba
Last Packager: oriba
Votes: 8
Popularity: 0.000000
First Submitted: 2008-08-08 11:09 (UTC)
Last Updated: 2015-06-09 22:41 (UTC)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

micwoj92 commented on 2021-05-09 08:34 (UTC)

Hello, could you update links to https?

bbchris commented on 2015-01-20 12:58 (UTC)

Here's a PKGBUILD that has an option for including HDecode using an ENABLE_HDECODE environmental variable. http://pastebin.com/HX4Qzj7B

oriba commented on 2014-05-10 02:37 (UTC)

changes: gcc-multilib: now makepepends instead of depends; preparation for 64-bit-optimization

oriba commented on 2014-04-03 06:49 (UTC)

Hello, I adopted the package; New package is now for x86_64-architecture. I think, changing it for 32Bit-systems would need not much effort, possibly just changing the dependencies-section. If someone tries to build it on 32Bit systems, please drop me a note, if it works there too.

oriba commented on 2014-04-02 14:24 (UTC)

The patch does change Spaces to TAB in the one Makefile... This works on my 64-bit machine. It needs multilib.

oriba commented on 2014-04-02 14:23 (UTC)

# Contributor: Oliver Bandel # Derived from the 32-bit version PKGBUILD (J. Lichtblau and T. Adams) pkgname=htk64 pkgver=3.4.1 pkgrel=1 pkgdesc="A portable toolkit primarily used for speech recognition research" arch=('x86_64') #arch=('i686') url="http://htk.eng.cam.ac.uk/" license=('custom: Proprietary') depends=('gcc-multilib' 'lib32-glibc' 'lib32-libx11') makedepends=('wget') options=('!makeflags') #source=(http://htk.eng.cam.ac.uk/ftp/software/HTK-$pkgver.tar.gz) source=(mkfile.in.patch) #md5sums=('b3fc12006b0af12f59cd573c07aa4c1d') md5sums=('10eec9a139acea719c0b9f451d8f7807') build() { # Note: HTK cannot be downloaded without a username/password. Use name and password from your registration here. # http://htk.eng.cam.ac.uk/ftp/software/HTK-3.4.1.tar.gz # wget --user=YOUR_USERNAME --password=YOUR_PASSWORD http://htk.eng.cam.ac.uk/ftp/software/HTK-$pkgver.tar.gz # unpack file tar -xzvf HTK-$pkgver.tar.gz mv htk ${pkgname} # substitute spaces instead of tabs in Makefile-rule patch ${srcdir}/${pkgname}/HLMTools/Makefile.in ../mkfile.in.patch # make the stuff cd ${srcdir}/${pkgname} ./configure --prefix=${pkgdir}/usr make all } package() { # create a needed dir mkdir -p ${pkgdir}/usr/bin # install binaries cd ${srcdir}/${pkgname} make install # install License install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE }

oriba commented on 2014-04-02 14:13 (UTC)

I have created a PKGBUILD that works on my 64Bit-system. Would you adapt it? I will send you email...

oriba commented on 2014-04-01 14:17 (UTC)

This package had several problems, and I needed to patch it. After I changed the PKGBUILD, at least in principal the stuff can be compiled. But it looks like the code is only working on 32-Bit machines. Possibly some compatibility-libs for 32-bit are needed? Any idea on that? Even though the source code version is correct, I will flag that package as Out-of-dat, to signal a problem with it.

Lynthium commented on 2013-01-06 17:09 (UTC)

Here's a tar archive with the PKGBUILD & 3 patches for people like me who just want everything wrapped up nicely xP I cleaned up the PKGBUILD for x86, they need the patches as well, not just x64. (see mmm's problem) https://lynthium.com/pkgbuilds/htk.tar