File tree Expand file tree Collapse file tree 4 files changed +12
-16
lines changed
src/main/java/org/myrobotlab/service/meta Expand file tree Collapse file tree 4 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 14971497
14981498 <!-- Sphinx begin -->
14991499 <dependency >
1500- <groupId >edu.cmu.sphinx </groupId >
1500+ <groupId >net.sf.phat </groupId >
15011501 <artifactId >sphinx4-core</artifactId >
1502- <version >5prealpha-SNAPSHOT </version >
1502+ <version >5prealpha</version >
15031503 <scope >provided</scope >
15041504 </dependency >
15051505 <dependency >
1506- <groupId >edu.cmu.sphinx </groupId >
1506+ <groupId >net.sf.phat </groupId >
15071507 <artifactId >sphinx4-data</artifactId >
1508- <version >5prealpha-SNAPSHOT </version >
1508+ <version >5prealpha</version >
15091509 <scope >provided</scope >
15101510 </dependency >
15111511 <!-- Sphinx end -->
16361636 <!-- WebGui end -->
16371637
16381638 <!-- Webcam begin -->
1639- <dependency >
1639+ <dependency >
16401640 <groupId >com.github.sarxos</groupId >
16411641 <artifactId >webcam-capture-driver-v4l4j</artifactId >
1642- <version >0.3.13-SNAPSHOT </version >
1643- <scope >provided</scope >
1644- </dependency >
1642+ <version >0.3.12 </version >
1643+ <scope >provided</scope >
1644+ </dependency >
16451645 <!-- Webcam end -->
16461646
16471647 <!-- WebkitSpeechSynthesis begin -->
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public OpenCVMeta() {
4848 }
4949 // sarxos webcam
5050 // addDependency("com.github.sarxos", "webcam-capture", "0.3.10");
51- addDependency ("com.github.sarxos" , "webcam-capture-driver-v4l4j" , "0.3.13-SNAPSHOT " );
51+ addDependency ("com.github.sarxos" , "webcam-capture-driver-v4l4j" , "0.3.12 " );
5252
5353 // FaceRecognizer no worky if missing it
5454 addDependency ("org.apache.commons" , "commons-lang3" , "3.3.2" );
Original file line number Diff line number Diff line change 11package org .myrobotlab .service .meta ;
22
3- import org .myrobotlab .logging .LoggerFactory ;
43import org .myrobotlab .service .meta .abstracts .MetaData ;
5- import org .slf4j .Logger ;
64
75public class SphinxMeta extends MetaData {
86 private static final long serialVersionUID = 1L ;
9- public final static Logger log = LoggerFactory .getLogger (SphinxMeta .class );
107
118 /**
129 * This class is contains all the meta data details of a service. It's peers,
@@ -21,9 +18,8 @@ public SphinxMeta() {
2118 // https://cmusphinx.github.io/wiki/tutorialsphinx4/
2219 // addDependency("javax.speech.recognition", "1.0");
2320 // addDependency("edu.cmu.sphinx", "4-1.0beta6");
24- addDependency ("edu.cmu.sphinx" , "sphinx4-core" , "5prealpha-SNAPSHOT" );
25- addDependency ("edu.cmu.sphinx" , "sphinx4-data" , "5prealpha-SNAPSHOT" );
26-
21+ addDependency ("net.sf.phat" , "sphinx4-core" , "5prealpha-SNAPSHOT" );
22+ addDependency ("net.sf.phat" , "sphinx4-data" , "5prealpha-SNAPSHOT" );
2723 }
2824
2925}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public WebcamMeta() {
1717 addDescription ("used as a general webcam" );
1818 addCategory ("video" );
1919 // if (platform.isLinux()) {
20- addDependency ("com.github.sarxos" , "webcam-capture-driver-v4l4j" , "0.3.13-SNAPSHOT " );
20+ addDependency ("com.github.sarxos" , "webcam-capture-driver-v4l4j" , "0.3.12 " );
2121 // } else {
2222 // ?? windows ok with default of v4l4j ???
2323 // addDependency("com.github.sarxos", "webcam-capture-driver-v4l4j",
You can’t perform that action at this time.
0 commit comments