[116472] trunk/dports/audio/julius
hum at macports.org
hum at macports.org
Sun Jan 26 04:12:07 PST 2014
Revision: 116472
https://trac.macports.org/changeset/116472
Author: hum at macports.org
Date: 2014-01-26 04:12:07 -0800 (Sun, 26 Jan 2014)
Log Message:
-----------
julius: update to 4.3.1.
Modified Paths:
--------------
trunk/dports/audio/julius/Portfile
Removed Paths:
-------------
trunk/dports/audio/julius/files/patch-clang.diff
Modified: trunk/dports/audio/julius/Portfile
===================================================================
--- trunk/dports/audio/julius/Portfile 2014-01-26 11:52:18 UTC (rev 116471)
+++ trunk/dports/audio/julius/Portfile 2014-01-26 12:12:07 UTC (rev 116472)
@@ -4,7 +4,7 @@
PortSystem 1.0
name julius
-version 4.3
+version 4.3.1
categories audio japanese
platforms darwin
maintainers hum openmaintainer
@@ -20,15 +20,13 @@
PCs with small amount of memory.
homepage http://julius.sourceforge.jp/
-master_sites sourceforge_jp:julius/60153/
-
+master_sites sourceforge_jp:julius/60273/
checksums ${distname}${extract.suffix} \
- rmd160 1381ef802725a84da97ad79a1b838453c5c4b2cc \
- sha256 aac0fb51da4319431b952ecaee53d41a69ef3390e34072b1f4d64de5d744e7ab
+ rmd160 6c43a6f7ecf650b80c98c7f51f1869a874dc4222 \
+ sha256 4bf77c7b91f4bb0686c375c70bd4f2077e7de7db44f60716af9f3660f65a6253
patchfiles patch-configure.diff \
- patch-Makefile.in.diff \
- patch-clang.diff
+ patch-Makefile.in.diff
depends_lib port:libiconv \
port:zlib
Deleted: trunk/dports/audio/julius/files/patch-clang.diff
===================================================================
--- trunk/dports/audio/julius/files/patch-clang.diff 2014-01-26 11:52:18 UTC (rev 116471)
+++ trunk/dports/audio/julius/files/patch-clang.diff 2014-01-26 12:12:07 UTC (rev 116472)
@@ -1,11 +0,0 @@
---- julius/main.c.orig 2013-12-18 12:55:20.000000000 +0900
-+++ julius/main.c 2013-12-27 12:31:03.000000000 +0900
-@@ -194,7 +194,7 @@
-
- /* initialize and standby the specified audio input source */
- /* for microphone or other threaded input, ad-in thread starts here */
-- if (j_adin_init(recog) == FALSE) return;
-+ if (j_adin_init(recog) == FALSE) return -1;
-
- /* output system information to log */
- j_recog_info(recog);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140126/4389222d/attachment.html>
More information about the macports-changes
mailing list