[arch-commits] Commit in julius/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Sep 30 07:13:29 UTC 2020
Date: Wednesday, September 30, 2020 @ 07:13:29
Author: arojas
Revision: 714059
archrelease: copy trunk to community-x86_64
Added:
julius/repos/community-x86_64/PKGBUILD
(from rev 714058, julius/trunk/PKGBUILD)
Deleted:
julius/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 85 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 41 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-30 07:13:19 UTC (rev 714058)
+++ PKGBUILD 2020-09-30 07:13:29 UTC (rev 714059)
@@ -1,44 +0,0 @@
-# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
-# Contributor: Matt Harrison <matt at mistbyte dot com>
-# Contributor: Muhammad Qadri <Muhammad dot A dot Qadri at gmail dot com>
-
-pkgname=julius
-pkgver=4.5
-pkgrel=2
-pkgdesc="A high-performance, two-pass large vocabulary continuous speech recognition decoder software"
-arch=("x86_64")
-url="http://julius.sourceforge.jp/"
-license=("custom")
-depends=("libpulse" "sdl2")
-optdepends=("voxforge-am-julius: acoustic models")
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/julius-speech/julius/archive/v${pkgver}.tar.gz")
-sha512sums=('48bd5fe1e0bd199f10045863d713c82d033d7ecf2e0b9e2a8de6cf0347249e726bf6e756f4fc30a27faa93222066353dd898c6d0069de07c7723994639a84db3')
-
-build() {
- # redefine makeflags, coz it could not build in parallel
- export MAKEFLAGS="-j1"
-
- cd "${srcdir}/${pkgname}-${pkgver}/"
- ./configure \
- --prefix="/usr/" \
- --mandir='${prefix}/share/man'\
- --enable-words-int \
- --enable-msd \
- --enable-gmm-vad \
- --enable-decoder-vad \
- --enable-power-reject \
- --enable-wpair
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}/"
-
- # leave static libraries since julius does not support
- # shared ones at the moment. See also FS#50599
- make prefix="${pkgdir}/usr" install
- install -Dm644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/julius/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
-
Copied: julius/repos/community-x86_64/PKGBUILD (from rev 714058, julius/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-09-30 07:13:29 UTC (rev 714059)
@@ -0,0 +1,41 @@
+# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
+# Contributor: Matt Harrison <matt at mistbyte dot com>
+# Contributor: Muhammad Qadri <Muhammad dot A dot Qadri at gmail dot com>
+
+pkgname=julius
+pkgver=4.6
+pkgrel=1
+pkgdesc="A high-performance, two-pass large vocabulary continuous speech recognition decoder software"
+arch=("x86_64")
+url="http://julius.sourceforge.jp/"
+license=("custom")
+depends=("libpulse" "sdl2")
+optdepends=("voxforge-am-julius: acoustic models")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/julius-speech/julius/archive/v${pkgver}.tar.gz")
+sha512sums=('431aa3693f7fa3cbc8e9aa429c3e2011d1dde8db9510f14e81516061c8348cdf0f48bf585c0feeb12ad7aceb25d270fb6890131e746fb1a6f7cc0d8514bd30e4')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}/"
+ ./configure \
+ --prefix="/usr/" \
+ --mandir='${prefix}/share/man'\
+ --enable-words-int \
+ --enable-msd \
+ --enable-gmm-vad \
+ --enable-decoder-vad \
+ --enable-power-reject \
+ --enable-wpair
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}/"
+
+ # leave static libraries since julius does not support
+ # shared ones at the moment. See also FS#50599
+ make prefix="${pkgdir}/usr" install
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/julius/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
+
More information about the arch-commits
mailing list