1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

New port: audio/simon

Simon is an open source speech recognition program that can replace your
mouse and keyboard. The system is designed to be as flexible as possible
and will work with any language or dialect.

WWW: https://simon.kde.org/

PR:		209281
Submitted by:	groot@kde.org, alonso
This commit is contained in:
Kurt Jaeger 2016-05-30 03:06:09 +00:00
parent 7a5868cc3c
commit 4e6a30b9b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416135
5 changed files with 1788 additions and 0 deletions

View File

@ -689,6 +689,7 @@
SUBDIR += sidplay
SUBDIR += sidplay2
SUBDIR += sidplayer
SUBDIR += simon
SUBDIR += simplemod
SUBDIR += siren
SUBDIR += skype-call-recorder

31
audio/simon/Makefile Normal file
View File

@ -0,0 +1,31 @@
# Created by: alonso@
# $FreeBSD$
PORTNAME= simon
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= audio kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Speech recognition system using sphinx, ALSA and KDE
LIB_DEPENDS= libasound.so:audio/alsa-lib \
libsamplerate.so:audio/libsamplerate \
libpocketsphinx.so:audio/pocketsphinx \
libsphinxad.so:audio/sphinxbase \
libqwt6.so:x11-toolkits/qwt6
USE_KDE4= kdelibs automoc4 pimlibs
USES= cmake:outsource gettext tar:bz2
USE_QT4= accessible corelib dbus gui script testlib xml \
moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
CMAKE_ARGS+= -DWITH_OpenCV:BOOL=OFF
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
.include <bsd.port.mk>

2
audio/simon/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (KDE/simon-0.4.1.tar.bz2) = 8d55bc3f607a89e15efd51b844d93daf67d9967ad243f54efae324754859342d
SIZE (KDE/simon-0.4.1.tar.bz2) = 23856024

5
audio/simon/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Simon is an open source speech recognition program that can replace your
mouse and keyboard. The system is designed to be as flexible as possible
and will work with any language or dialect.
WWW: https://simon.kde.org/

1749
audio/simon/pkg-plist Normal file

File diff suppressed because it is too large Load Diff