[arch-commits] Commit in voxforge-am-julius/repos/community-any (6 files)
Felix Yan
felixonmars at archlinux.org
Mon Mar 16 14:25:49 UTC 2020
Date: Monday, March 16, 2020 @ 14:25:49
Author: felixonmars
Revision: 599750
archrelease: copy trunk to community-any
Added:
voxforge-am-julius/repos/community-any/ChangeLog
(from rev 599749, voxforge-am-julius/trunk/ChangeLog)
voxforge-am-julius/repos/community-any/PKGBUILD
(from rev 599749, voxforge-am-julius/trunk/PKGBUILD)
voxforge-am-julius/repos/community-any/voxforge-am-julius.install
(from rev 599749, voxforge-am-julius/trunk/voxforge-am-julius.install)
Deleted:
voxforge-am-julius/repos/community-any/ChangeLog
voxforge-am-julius/repos/community-any/PKGBUILD
voxforge-am-julius/repos/community-any/voxforge-am-julius.install
----------------------------+
ChangeLog | 4 +--
PKGBUILD | 52 +++++++++++++++++++++----------------------
voxforge-am-julius.install | 22 +++++++++---------
3 files changed, 39 insertions(+), 39 deletions(-)
Deleted: ChangeLog
===================================================================
--- ChangeLog 2020-03-16 14:25:29 UTC (rev 599749)
+++ ChangeLog 2020-03-16 14:25:49 UTC (rev 599750)
@@ -1,2 +0,0 @@
-0.9.0-1:
-upstream update
Copied: voxforge-am-julius/repos/community-any/ChangeLog (from rev 599749, voxforge-am-julius/trunk/ChangeLog)
===================================================================
--- ChangeLog (rev 0)
+++ ChangeLog 2020-03-16 14:25:49 UTC (rev 599750)
@@ -0,0 +1,2 @@
+0.9.0-1:
+upstream update
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-16 14:25:29 UTC (rev 599749)
+++ PKGBUILD 2020-03-16 14:25:49 UTC (rev 599750)
@@ -1,26 +0,0 @@
-# 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.1
-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
-sha512sums=('3f3d8f7655e40657f330cde1f0b1cb2a8ae7425f14921f0a124d67b638c2f41101e9eaa2fc39cf2f157d413f8b0560ffb20ddbf9f8773beb5c518a508d65a5f1')
-
-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/"*
-}
-
Copied: voxforge-am-julius/repos/community-any/PKGBUILD (from rev 599749, voxforge-am-julius/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-16 14:25:49 UTC (rev 599750)
@@ -0,0 +1,26 @@
+# 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.2
+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
+sha512sums=('3f3d8f7655e40657f330cde1f0b1cb2a8ae7425f14921f0a124d67b638c2f41101e9eaa2fc39cf2f157d413f8b0560ffb20ddbf9f8773beb5c518a508d65a5f1')
+
+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 2020-03-16 14:25:29 UTC (rev 599749)
+++ voxforge-am-julius.install 2020-03-16 14:25:49 UTC (rev 599750)
@@ -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 599749, voxforge-am-julius/trunk/voxforge-am-julius.install)
===================================================================
--- voxforge-am-julius.install (rev 0)
+++ voxforge-am-julius.install 2020-03-16 14:25:49 UTC (rev 599750)
@@ -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