diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-04-16 03:28:45 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-04-16 03:28:45 +0800 |
commit | 58270e89594c5034f86f16229cd680acd000a745 (patch) | |
tree | 9c4eb28e070a061487578a49cef751ece74b96eb /audio | |
parent | 609f5f20a4d22214d067d11ed89a2e848cdff0fe (diff) | |
download | freebsd-ports-gnome-58270e89594c5034f86f16229cd680acd000a745.tar.gz freebsd-ports-gnome-58270e89594c5034f86f16229cd680acd000a745.tar.zst freebsd-ports-gnome-58270e89594c5034f86f16229cd680acd000a745.zip |
- Fix plist
- Convert tab to space in pkg-descr
- Convert to USES=pathfix
Pointyhat to: eadler
Approved by: portmgr (implicit)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sphinx3/Makefile | 5 | ||||
-rw-r--r-- | audio/sphinx3/pkg-descr | 2 | ||||
-rw-r--r-- | audio/sphinx3/pkg-plist | 5 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/sphinx3/Makefile b/audio/sphinx3/Makefile index e75442c0d7b7..bf2451ed95e7 100644 --- a/audio/sphinx3/Makefile +++ b/audio/sphinx3/Makefile @@ -3,6 +3,7 @@ PORTNAME= sphinx3 PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= audio accessibility MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION} @@ -16,6 +17,7 @@ USE_GMAKE= yes USE_AUTOTOOLS=libtool USE_CSTD= gnu99 MAKE_JOBS_UNSAFE= yes +USES= pathfix CFLAGS+= -I${LOCALBASE}/include #-I${LOCALBASE}/include/sphinxbase CXXFLAGS+= -I${LOCALBASE}/include #-I${LOCALBASE}/include/sphinxbase @@ -24,7 +26,4 @@ LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= MKDIR="${MKDIR}" \ OSVERSION=${OSVERSION} -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in - .include <bsd.port.mk> diff --git a/audio/sphinx3/pkg-descr b/audio/sphinx3/pkg-descr index cc7f828bdb6a..ace48ede6356 100644 --- a/audio/sphinx3/pkg-descr +++ b/audio/sphinx3/pkg-descr @@ -5,4 +5,4 @@ Once the system is built, try running the Perl script sphinx3-demo. The sphinx3-test script should run sphinx3-batch over an example utterance of "go forward ten meters." -WWW: http://www.speech.cs.cmu.edu/sphinx/ +WWW: http://www.speech.cs.cmu.edu/sphinx/ diff --git a/audio/sphinx3/pkg-plist b/audio/sphinx3/pkg-plist index 0ccd07aa860b..7665e3e07092 100644 --- a/audio/sphinx3/pkg-plist +++ b/audio/sphinx3/pkg-plist @@ -40,7 +40,6 @@ include/sphinx3/fsg_search.h include/sphinx3/gmm_wrap.h include/sphinx3/gs.h include/sphinx3/hmm.h -include/sphinx3/hyp.h include/sphinx3/interp.h include/sphinx3/kb.h include/sphinx3/kbcore.h @@ -65,6 +64,7 @@ include/sphinx3/s3_endpointer.h include/sphinx3/s3types.h include/sphinx3/search.h include/sphinx3/sort.h +include/sphinx3/sphinx3_export.h include/sphinx3/srch.h include/sphinx3/srch_allphone.h include/sphinx3/srch_debug.h @@ -126,14 +126,15 @@ libdata/pkgconfig/sphinx3.pc %%DATADIR%%/model/ep/means %%DATADIR%%/model/ep/mixture_weights %%DATADIR%%/model/ep/variances -%%DATADIR%%/model/hmm/RM1_cd_semi/RM1.1000.mdef %%DATADIR%%/model/hmm/RM1_cd_semi/feat.params %%DATADIR%%/model/hmm/RM1_cd_semi/kdtrees %%DATADIR%%/model/hmm/RM1_cd_semi/means +%%DATADIR%%/model/hmm/RM1_cd_semi/mdef %%DATADIR%%/model/hmm/RM1_cd_semi/mixture_weights %%DATADIR%%/model/hmm/RM1_cd_semi/transition_matrices %%DATADIR%%/model/hmm/RM1_cd_semi/variances %%DATADIR%%/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/8gau.6000sen.quant +%%DATADIR%%/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/feat.params %%DATADIR%%/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/mdef %%DATADIR%%/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/means %%DATADIR%%/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/mixture_weights |