[arch-commits] Commit in voxforge-am-julius/repos/community-any (5 files)
Evgeniy Alekseev
arcanis at archlinux.org
Mon Aug 17 21:16:45 UTC 2015
Date: Monday, August 17, 2015 @ 23:16:45
Author: arcanis
Revision: 138458
archrelease: copy trunk to community-any
Added:
voxforge-am-julius/repos/community-any/ChangeLog
(from rev 138457, voxforge-am-julius/trunk/ChangeLog)
voxforge-am-julius/repos/community-any/PKGBUILD
(from rev 138457, voxforge-am-julius/trunk/PKGBUILD)
voxforge-am-julius/repos/community-any/voxforge-am-julius.install
(from rev 138457, voxforge-am-julius/trunk/voxforge-am-julius.install)
Deleted:
voxforge-am-julius/repos/community-any/PKGBUILD
voxforge-am-julius/repos/community-any/voxforge-am-julius.install
----------------------------+
ChangeLog | 2 +
PKGBUILD | 57 ++++++++++++++++++++-----------------------
voxforge-am-julius.install | 22 ++++++++--------
3 files changed, 40 insertions(+), 41 deletions(-)
Copied: voxforge-am-julius/repos/community-any/ChangeLog (from rev 138457, voxforge-am-julius/trunk/ChangeLog)
===================================================================
--- ChangeLog (rev 0)
+++ ChangeLog 2015-08-17 21:16:45 UTC (rev 138458)
@@ -0,0 +1,2 @@
+0.9.0-1:
+upstream update
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-08-17 21:16:30 UTC (rev 138457)
+++ PKGBUILD 2015-08-17 21:16:45 UTC (rev 138458)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
-# Contributor: Matt Harrison <matt at mistbyte dot com>
-# Contributor: Muhammad Qadri <Muhammad.A.Qadri at gmail dot com>
-
-pkgname=voxforge-am-julius
-pkgver=0.1.1
-pkgrel=2
-pkgdesc="Acoustic model information for use with Julius voice recognition software"
-arch=('any')
-url="http://www.voxforge.org/"
-license=('GPL')
-source=("${pkgname}-${pkgver}.tgz::http://www.repository.voxforge1.org/downloads/Main/Tags/Releases/0_1_1-build726/Julius-3.5.2-Quickstart-Linux_(0_1_1-build726).tgz")
-install=${pkgname}.install
-md5sums=('90b7d282a485cf29f0b4de1a223c715b')
-
-package() {
- cd "${srcdir}"
-
- install -Dm644 "julian.jconf" "${pkgdir}/usr/share/voxforge/julius/julian.jconf"
- install -dm755 "${pkgdir}/usr/share/voxforge/julius/grammar/"
- install -m644 -t "${pkgdir}/usr/share/voxforge/julius/grammar/" "grammar/"*
- install -dm755 "${pkgdir}/usr/share/voxforge/julius/acoustic_model_files/"
- install -m644 -t "${pkgdir}/usr/share/voxforge/julius/acoustic_model_files/" "acoustic_model_files/"*
-
- # remove license files
- rm "${pkgdir}/usr/share/voxforge/julius/"{acoustic_model_files,grammar}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: voxforge-am-julius/repos/community-any/PKGBUILD (from rev 138457, voxforge-am-julius/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-08-17 21:16:45 UTC (rev 138458)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: Matt Harrison <matt at mistbyte dot com>
+# Contributor: Muhammad Qadri <Muhammad.A.Qadri at gmail dot com>
+
+pkgname=voxforge-am-julius
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Acoustic model information for use with Julius voice recognition software"
+arch=('any')
+url="http://www.voxforge.org/"
+license=('GPL')
+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
+md5sums=('41d14534809c6a4b677e4bf530dc7e1e')
+
+package() {
+ cd "${srcdir}"
+
+ install -Dm644 "Sample.jconf" "${pkgdir}/usr/share/voxforge/julius/julian.jconf"
+ install -dm755 "${pkgdir}/usr/share/voxforge/julius/grammar/"
+ install -m644 -t "${pkgdir}/usr/share/voxforge/julius/grammar/" "grammar/"*
+ install -dm755 "${pkgdir}/usr/share/voxforge/julius/acoustic_model_files/"
+ install -m644 -t "${pkgdir}/usr/share/voxforge/julius/acoustic_model_files/" "acoustic_model_files/"*
+}
+
Deleted: voxforge-am-julius.install
===================================================================
--- voxforge-am-julius.install 2015-08-17 21:16:30 UTC (rev 138457)
+++ voxforge-am-julius.install 2015-08-17 21:16:45 UTC (rev 138458)
@@ -1,11 +0,0 @@
-post_install() {
- cat << EOF
-To run, use
- julius -input mic -C /usr/share/voxforge/julius/julian.jconf
-
-To manipulate, copy the contents of /usr/share/voxforge/julius to a local
-folder (i.e. ~/.voxforge/julius/).
-EOF
-}
-
-# vim:set ts=2 sw=2 et:
Copied: voxforge-am-julius/repos/community-any/voxforge-am-julius.install (from rev 138457, voxforge-am-julius/trunk/voxforge-am-julius.install)
===================================================================
--- voxforge-am-julius.install (rev 0)
+++ voxforge-am-julius.install 2015-08-17 21:16:45 UTC (rev 138458)
@@ -0,0 +1,11 @@
+post_install() {
+ cat << EOF
+To run, use
+ julius -input mic -C /usr/share/voxforge/julius/julian.jconf
+
+To manipulate, copy the contents of /usr/share/voxforge/julius to a local
+folder (i.e. ~/.voxforge/julius/).
+EOF
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list