[arch-commits] Commit in julius/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Wed Oct 14 15:29:18 UTC 2020


    Date: Wednesday, October 14, 2020 @ 15:29:18
  Author: jelle
Revision: 723918

archrelease: copy trunk to community-x86_64

Added:
  julius/repos/community-x86_64/PKGBUILD
    (from rev 723917, julius/trunk/PKGBUILD)
Deleted:
  julius/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-14 15:29:12 UTC (rev 723917)
+++ PKGBUILD	2020-10-14 15:29:18 UTC (rev 723918)
@@ -1,41 +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.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:
-

Copied: julius/repos/community-x86_64/PKGBUILD (from rev 723917, julius/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-14 15:29:18 UTC (rev 723918)
@@ -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=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" "perl")
+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