[arch-commits] Commit in julius/trunk (PKGBUILD)

2020-10-14 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 14, 2020 @ 15:29:12
  Author: jelle
Revision: 723917

Add perl dependency for perl transient dependency

Modified:
  julius/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 15:27:58 UTC (rev 723916)
+++ PKGBUILD2020-10-14 15:29:12 UTC (rev 723917)
@@ -4,12 +4,12 @@
 
 pkgname=julius
 pkgver=4.6
-pkgrel=1
+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")
+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')


[arch-commits] Commit in julius/trunk (PKGBUILD)

2020-09-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 30, 2020 @ 07:13:19
  Author: arojas
Revision: 714058

Update to 4.6

Modified:
  julius/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 07:04:56 UTC (rev 714057)
+++ PKGBUILD2020-09-30 07:13:19 UTC (rev 714058)
@@ -3,8 +3,8 @@
 # Contributor: Muhammad Qadri 
 
 pkgname=julius
-pkgver=4.5
-pkgrel=2
+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/;
@@ -12,12 +12,9 @@
 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')
+sha512sums=('431aa3693f7fa3cbc8e9aa429c3e2011d1dde8db9510f14e81516061c8348cdf0f48bf585c0feeb12ad7aceb25d270fb6890131e746fb1a6f7cc0d8514bd30e4')
 
 build() {
-  # redefine makeflags, coz it could not build in parallel
-  export MAKEFLAGS="-j1"
-
   cd "${srcdir}/${pkgname}-${pkgver}/"
   ./configure \
 --prefix="/usr/" \
@@ -37,7 +34,7 @@
   # 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"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/julius/LICENSE"
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in julius/trunk (PKGBUILD)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 16:49:30
  Author: felixonmars
Revision: 659429

upgpkg: julius 4.5-2: reproducibility rebuild

Modified:
  julius/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 16:49:11 UTC (rev 659428)
+++ PKGBUILD2020-07-07 16:49:30 UTC (rev 659429)
@@ -4,7 +4,7 @@
 
 pkgname=julius
 pkgver=4.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-performance, two-pass large vocabulary continuous speech 
recognition decoder software"
 arch=("x86_64")
 url="http://julius.sourceforge.jp/;


[arch-commits] Commit in julius/trunk (PKGBUILD)

2019-03-20 Thread Evgeniy Alekseev via arch-commits
Date: Wednesday, March 20, 2019 @ 11:45:06
  Author: arcanis
Revision: 442938

upgpkg: julius 4.5-1

Modified:
  julius/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 5 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-20 11:42:51 UTC (rev 442937)
+++ PKGBUILD2019-03-20 11:45:06 UTC (rev 442938)
@@ -3,8 +3,8 @@
 # Contributor: Muhammad Qadri 
 
 pkgname=julius
-pkgver=4.4.2.1
-pkgrel=4
+pkgver=4.5
+pkgrel=1
 pkgdesc="A high-performance, two-pass large vocabulary continuous speech 
recognition decoder software"
 arch=("x86_64")
 url="http://julius.sourceforge.jp/;
@@ -11,18 +11,9 @@
 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;
-"configure.patch")
-md5sums=('9760ad16eb643267c3101f105deec2ff'
- '9fe2a29fdec779104f69539ad4d1cce0')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/julius-speech/julius/archive/v${pkgver}.tar.gz;)
+sha512sums=('48bd5fe1e0bd199f10045863d713c82d033d7ecf2e0b9e2a8de6cf0347249e726bf6e756f4fc30a27faa93222066353dd898c6d0069de07c7723994639a84db3')
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # configure error
-  patch -p1 -i "${srcdir}/configure.patch"
-}
-
 build() {
   # redefine makeflags, coz it could not build in parallel
   export MAKEFLAGS="-j1"
@@ -50,3 +41,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
+


[arch-commits] Commit in julius/trunk (PKGBUILD)

2019-01-10 Thread Evangelos Foutras via arch-commits
Date: Friday, January 11, 2019 @ 07:21:00
  Author: foutrelis
Revision: 45

Readline 8.0 rebuild

Modified:
  julius/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-11 07:20:58 UTC (rev 44)
+++ PKGBUILD2019-01-11 07:21:00 UTC (rev 45)
@@ -4,7 +4,7 @@
 
 pkgname=julius
 pkgver=4.4.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A high-performance, two-pass large vocabulary continuous speech 
recognition decoder software"
 arch=("x86_64")
 url="http://julius.sourceforge.jp/;


[arch-commits] Commit in julius/trunk (PKGBUILD)

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 22:21:17
  Author: felixonmars
Revision: 404931

PIE/BUILDINFO rebuild

Modified:
  julius/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 22:21:09 UTC (rev 404930)
+++ PKGBUILD2018-11-09 22:21:17 UTC (rev 404931)
@@ -4,7 +4,7 @@
 
 pkgname=julius
 pkgver=4.4.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A high-performance, two-pass large vocabulary continuous speech 
recognition decoder software"
 arch=("x86_64")
 url="http://julius.sourceforge.jp/;


[arch-commits] Commit in julius/trunk (PKGBUILD)

2017-07-11 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:42:18
  Author: bpiotrowski
Revision: 243946

4.4.2.1-2: PIE static libraries rebuild

Modified:
  julius/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:42:16 UTC (rev 243945)
+++ PKGBUILD2017-07-11 06:42:18 UTC (rev 243946)
@@ -5,7 +5,7 @@
 
 pkgname=julius
 pkgver=4.4.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-performance, two-pass large vocabulary continuous speech 
recognition decoder software"
 arch=("i686" "x86_64")
 url="http://julius.sourceforge.jp/;


[arch-commits] Commit in julius/trunk (PKGBUILD)

2017-01-08 Thread Evgeniy Alekseev
Date: Monday, January 9, 2017 @ 07:13:02
  Author: arcanis
Revision: 206131

upgpkg: julius 4.4.2.1-1

Modified:
  julius/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-09 07:05:53 UTC (rev 206130)
+++ PKGBUILD2017-01-09 07:13:02 UTC (rev 206131)
@@ -4,8 +4,8 @@
 # Contributor: Muhammad Qadri 
 
 pkgname=julius
-pkgver=4.4.2
-pkgrel=2
+pkgver=4.4.2.1
+pkgrel=1
 pkgdesc="A high-performance, two-pass large vocabulary continuous speech 
recognition decoder software"
 arch=("i686" "x86_64")
 url="http://julius.sourceforge.jp/;
@@ -14,7 +14,7 @@
 optdepends=("voxforge-am-julius: acoustic models")
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/julius-speech/julius/archive/v${pkgver}.tar.gz;
 "configure.patch")
-md5sums=('1891077bbca02dc9d6d6368c1efb2e4c'
+md5sums=('9760ad16eb643267c3101f105deec2ff'
  '9fe2a29fdec779104f69539ad4d1cce0')
 
 prepare() {


[arch-commits] Commit in julius/trunk (PKGBUILD)

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 20:16:25
  Author: foutrelis
Revision: 194787

readline 7.0 rebuild

Modified:
  julius/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:15:04 UTC (rev 194786)
+++ PKGBUILD2016-11-06 20:16:25 UTC (rev 194787)
@@ -5,7 +5,7 @@
 
 pkgname=julius
 pkgver=4.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-performance, two-pass large vocabulary continuous speech 
recognition decoder software"
 arch=("i686" "x86_64")
 url="http://julius.sourceforge.jp/;


[arch-commits] Commit in julius/trunk (PKGBUILD)

2016-09-14 Thread Evgeniy Alekseev
Date: Wednesday, September 14, 2016 @ 09:08:50
  Author: arcanis
Revision: 189294

upgpkg: julius 4.4.2-1

Modified:
  julius/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-14 08:56:44 UTC (rev 189293)
+++ PKGBUILD2016-09-14 09:08:50 UTC (rev 189294)
@@ -4,7 +4,7 @@
 # Contributor: Muhammad Qadri 
 
 pkgname=julius
-pkgver=4.4.1
+pkgver=4.4.2
 pkgrel=1
 pkgdesc="A high-performance, two-pass large vocabulary continuous speech 
recognition decoder software"
 arch=("i686" "x86_64")
@@ -14,7 +14,7 @@
 optdepends=("voxforge-am-julius: acoustic models")
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/julius-speech/julius/archive/v${pkgver}.tar.gz;
 "configure.patch")
-md5sums=('56ac27520078c7d8fcfa538f41f34166'
+md5sums=('1891077bbca02dc9d6d6368c1efb2e4c'
  '9fe2a29fdec779104f69539ad4d1cce0')
 
 prepare() {


[arch-commits] Commit in julius/trunk (PKGBUILD)

2016-09-07 Thread Evgeniy Alekseev
Date: Wednesday, September 7, 2016 @ 16:00:57
  Author: arcanis
Revision: 188939

upgpkg: julius 4.4.1-1

Modified:
  julius/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-07 16:00:12 UTC (rev 188938)
+++ PKGBUILD2016-09-07 16:00:57 UTC (rev 188939)
@@ -15,7 +15,7 @@
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/julius-speech/julius/archive/v${pkgver}.tar.gz;
 "configure.patch")
 md5sums=('56ac27520078c7d8fcfa538f41f34166'
- '5222c95d41cf2e27e885363c77f954d1')
+ '9fe2a29fdec779104f69539ad4d1cce0')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -51,5 +51,3 @@
 }
 
 # vim:set ts=2 sw=2 et:
-md5sums=('56ac27520078c7d8fcfa538f41f34166'
- '9fe2a29fdec779104f69539ad4d1cce0')


[arch-commits] Commit in julius/trunk (PKGBUILD configure.patch)

2016-09-07 Thread Evgeniy Alekseev
Date: Wednesday, September 7, 2016 @ 16:00:12
  Author: arcanis
Revision: 188938

upgpkg: julius 4.4.1-1

Modified:
  julius/trunk/PKGBUILD
  julius/trunk/configure.patch

-+
 PKGBUILD|   16 +---
 configure.patch |   18 +++---
 2 files changed, 20 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-07 15:56:47 UTC (rev 188937)
+++ PKGBUILD2016-09-07 16:00:12 UTC (rev 188938)
@@ -4,7 +4,7 @@
 # Contributor: Muhammad Qadri 
 
 pkgname=julius
-pkgver=4.4
+pkgver=4.4.1
 pkgrel=1
 pkgdesc="A high-performance, two-pass large vocabulary continuous speech 
recognition decoder software"
 arch=("i686" "x86_64")
@@ -13,21 +13,13 @@
 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;
-
"avx-compilation-p1.patch::https://github.com/julius-speech/julius/commit/80fb587284575c6925a4344a2867301c7ba085a2.patch;
-
"avx-compilation-p2.patch::https://github.com/julius-speech/julius/commit/ec71ead6c5798fe1e89438cfcf750625f643f9cb.patch;
 "configure.patch")
-md5sums=('4724b259adef4160eb3b1fe864d88768'
- '9f8a5f15103bc3eae21d9fa87c8323f1'
- 'ac2d405f4355f88076a12782cafe8c47'
- '1b9291772f3d79f85e622f79d650e3cf')
+md5sums=('56ac27520078c7d8fcfa538f41f34166'
+ '5222c95d41cf2e27e885363c77f954d1')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  # see https://github.com/julius-speech/julius/issues/36
-  patch -p1 -i "${srcdir}/avx-compilation-p1.patch"
-  patch -p1 -i "${srcdir}/avx-compilation-p2.patch"
-
   # configure error
   patch -p1 -i "${srcdir}/configure.patch"
 }
@@ -59,3 +51,5 @@
 }
 
 # vim:set ts=2 sw=2 et:
+md5sums=('56ac27520078c7d8fcfa538f41f34166'
+ '9fe2a29fdec779104f69539ad4d1cce0')

Modified: configure.patch
===
--- configure.patch 2016-09-07 15:56:47 UTC (rev 188937)
+++ configure.patch 2016-09-07 16:00:12 UTC (rev 188938)
@@ -35,14 +35,13 @@
 diff -ruN julius-4.4-orig/libjulius/Makefile.in 
julius-4.4/libjulius/Makefile.in
 --- julius-4.4-orig/libjulius/Makefile.in  2016-09-04 16:35:54.009006591 
+0300
 +++ julius-4.4/libjulius/Makefile.in   2016-09-04 16:35:13.733693061 +0300
-@@ -94,12 +94,13 @@
+@@ -94,12 +94,12 @@
  
  install.lib: $(TARGET)
${INSTALL} -d ${libdir}
-+  ${INSTALL} -d ${pkgconfigdir}
${INSTALL_DATA} $(TARGET) ${libdir}
 -  ${INSTALL_DATA} $(PKGCONF_FILE) ${pkgconfigdir}
-+  ${INSTALL_DATA} $(PKGCONF_FILE) ${pkgconfigdir}/libjulius.pc
++  ${INSTALL_DATA} -D $(PKGCONF_FILE) ${pkgconfigdir}/libjulius.pc
  
  install.include:
${INSTALL} -d ${includedir}/julius
@@ -50,3 +49,16 @@
  
  install.bin: libjulius-config-dist
${INSTALL} -d ${bindir}
+diff -ruN julius-4.4.1-orig/libsent/Makefile.in 
julius-4.4.1/libsent/Makefile.in
+--- julius-4.4.1-orig/libsent/Makefile.in  2016-09-07 18:01:52.948127111 
+0300
 julius-4.4.1/libsent/Makefile.in   2016-09-07 18:03:50.985347850 +0300
+@@ -152,8 +152,8 @@
+ 
+ install.lib: $(TARGET)
+   ${INSTALL} -d ${libdir}
+   ${INSTALL_DATA} $(TARGET) ${libdir}
+-  ${INSTALL_DATA} $(PKGCONF_FILE) ${pkgconfigdir}
++  ${INSTALL_DATA} -D $(PKGCONF_FILE) ${pkgconfigdir}/libsent.pc
+ 
+ install.include:
+   ${INSTALL} -d ${includedir}/sent


[arch-commits] Commit in julius/trunk (PKGBUILD configure.patch)

2016-09-04 Thread Evgeniy Alekseev
Date: Sunday, September 4, 2016 @ 15:14:51
  Author: arcanis
Revision: 188542

upgpkg: julius 4.4-1

Added:
  julius/trunk/configure.patch
Modified:
  julius/trunk/PKGBUILD

-+
 PKGBUILD|   45 +
 configure.patch |   52 
 2 files changed, 77 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-04 14:56:35 UTC (rev 188541)
+++ PKGBUILD2016-09-04 15:14:51 UTC (rev 188542)
@@ -4,37 +4,42 @@
 # Contributor: Muhammad Qadri 
 
 pkgname=julius
-pkgver=4.3.1
+pkgver=4.4
 pkgrel=1
 pkgdesc="A high-performance, two-pass large vocabulary continuous speech 
recognition decoder software"
 arch=("i686" "x86_64")
 url="http://julius.sourceforge.jp/;
 license=("custom")
-depends=("libpulse")
+depends=("libpulse" "sdl2")
 optdepends=("voxforge-am-julius: acoustic models")
-source=("http://dl.sourceforge.jp/${pkgname}/60273/${pkgname}-${pkgver}.tar.gz;)
-md5sums=("7868d89ac1fa729f477a7c700efaf087")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/julius-speech/julius/archive/v${pkgver}.tar.gz;
+
"avx-compilation-p1.patch::https://github.com/julius-speech/julius/commit/80fb587284575c6925a4344a2867301c7ba085a2.patch;
+
"avx-compilation-p2.patch::https://github.com/julius-speech/julius/commit/ec71ead6c5798fe1e89438cfcf750625f643f9cb.patch;
+"configure.patch")
+md5sums=('4724b259adef4160eb3b1fe864d88768'
+ '9f8a5f15103bc3eae21d9fa87c8323f1'
+ 'ac2d405f4355f88076a12782cafe8c47'
+ '1b9291772f3d79f85e622f79d650e3cf')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  # replace /lib/cpp with /usr/bin/cpp since Arch Linux doesn't have /lib/cpp 
anymore
-  sed -i "s|/lib/cpp|/usr/bin/cpp|g" "julius/configure"
-  sed -i "s|/lib/cpp|/usr/bin/cpp|g" "jcontrol/configure"
-  sed -i "s|/lib/cpp|/usr/bin/cpp|g" "libjulius/configure"
-  sed -i "s|/lib/cpp|/usr/bin/cpp|g" "gramtools/configure"
-  sed -i "s|/lib/cpp|/usr/bin/cpp|g" "libsent/configure"
-  sed -i "s|/lib/cpp|/usr/bin/cpp|g" "configure"
-  
-  # Add -02 to CPPFLAGS to prevent issue with -D_FORTIFY_SOURCE=2
-  CPPFLAGS="$CPPFLAGS -O2"
+
+  # see https://github.com/julius-speech/julius/issues/36
+  patch -p1 -i "${srcdir}/avx-compilation-p1.patch"
+  patch -p1 -i "${srcdir}/avx-compilation-p2.patch"
+
+  # configure error
+  patch -p1 -i "${srcdir}/configure.patch"
 }
 
 build() {
+  # redefine makeflags, coz it could not build in parallel
+  export MAKEFLAGS="-j1"
+
   cd "${srcdir}/${pkgname}-${pkgver}/"
   ./configure \
 --prefix="/usr/" \
---mandir='${prefix}/share/man' \
+--mandir='${prefix}/share/man'\
 --enable-words-int \
 --enable-msd \
 --enable-gmm-vad \
@@ -46,11 +51,11 @@
 
 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 -D "LICENSE.txt" "${pkgdir}/usr/share/licenses/julius/LICENSE"
-  # remove empty lib directory
-  rm -r "${pkgdir}/usr/lib"
+  install -Dm644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/julius/LICENSE"
 }
 
 # vim:set ts=2 sw=2 et:

Added: configure.patch
===
--- configure.patch (rev 0)
+++ configure.patch 2016-09-04 15:14:51 UTC (rev 188542)
@@ -0,0 +1,52 @@
+diff -ruN julius-4.4-orig/jcontrol/configure julius-4.4/jcontrol/configure
+--- julius-4.4-orig/jcontrol/configure 2016-09-04 16:03:39.610663560 +0300
 julius-4.4/jcontrol/configure  2016-09-04 16:05:14.054157193 +0300
+@@ -380,13 +380,6@@
+ ;;
+ 
+   *)
+-if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
+-  echo "configure: warning: $ac_option: invalid host type" 1>&2
+-fi
+-if test "x$nonopt" != xNONE; then
+-  { echo "configure: error: can only configure for one host and one 
target at a time" 1>&2; exit 1; }
+-fi
+-nonopt="$ac_option"
+ ;;
+ 
+   esac
+diff -ruN julius-4.4-orig/mkgshmm/configure julius-4.4/mkgshmm/configure
+--- julius-4.4-orig/mkgshmm/configure  2016-09-04 16:03:39.660661881 +0300
 julius-4.4/mkgshmm/configure   2016-09-04 16:04:55.021463305 +0300
+@@ -380,13 +380,6 @@
+ ;;
+ 
+   *)
+-if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
+-  echo "configure: warning: $ac_option: invalid host type" 1>&2
+-fi
+-if test "x$nonopt" != xNONE; then
+-  { echo "configure: error: can only configure for one host and one 
target at a time" 1>&2; exit 1; }
+-fi
+-nonopt="$ac_option"
+ ;;
+ 
+   esac
+diff -ruN julius-4.4-orig/libjulius/Makefile.in 
julius-4.4/libjulius/Makefile.in
+--- julius-4.4-orig/libjulius/Makefile.in  2016-09-04 16:35:54.009006591 
+0300
 julius-4.4/libjulius/Makefile.in   2016-09-04 

[arch-commits] Commit in julius/trunk (PKGBUILD)

2014-03-21 Thread Evgeniy Alekseev
Date: Friday, March 21, 2014 @ 17:23:31
  Author: arcanis
Revision: 108038

upgpkg: julius 4.3.1-1

Modified:
  julius/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-21 16:22:21 UTC (rev 108037)
+++ PKGBUILD2014-03-21 16:23:31 UTC (rev 108038)
@@ -4,7 +4,7 @@
 # Contributor: Muhammad Qadri Muhammad dot A dot Qadri at gmail dot com
 
 pkgname=julius
-pkgver=4.3
+pkgver=4.3.1
 pkgrel=1
 pkgdesc=A high-performance, two-pass large vocabulary continuous speech 
recognition decoder software
 arch=(i686 x86_64)
@@ -12,8 +12,8 @@
 license=(custom)
 depends=(libpulse)
 optdepends=(voxforge-am-julius: acoustic models)
-source=(http://iij.dl.sourceforge.jp/${pkgname}/60153/${pkgname}-${pkgver}.tar.gz;)
-md5sums=(48b36e9104b55c409a60947f7ba05bb3)
+source=(http://dl.sourceforge.jp/${pkgname}/60273/${pkgname}-${pkgver}.tar.gz;)
+md5sums=(7868d89ac1fa729f477a7c700efaf087)
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}