e51daed503
The GNOME Speech API allows developers to incorporate speech technology into user interfaces for their GNOME applications. This API specifies a cross-platform interface to support command and control recognizers, dictation systems and speech synthesizers. feedback and ok ajacoutot@
34 lines
813 B
Makefile
34 lines
813 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/03/17 19:07:38 jasper Exp $
|
|
|
|
COMMENT= GNOME speech module
|
|
|
|
GNOME_PROJECT= gnome-speech
|
|
GNOME_VERSION= 0.4.18
|
|
SHARED_LIBS += gnomespeech 0.0 # .7.1
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= ORBit-2 ORBitCosNaming-2 c glib-2.0 gmodule-2.0 gobject-2.0 \
|
|
gthread-2.0 pcre pthread
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome
|
|
|
|
LIB_DEPENDS= bonobo-2,bonobo-activation::x11/gnome/libbonobo
|
|
RUN_DEPENDS= ::audio/festival/core
|
|
|
|
USE_X11= Yes
|
|
DESKTOP_FILES= Yes
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
--disable-scrollkeeper \
|
|
--with-festival \
|
|
--without-speech-dispatcher
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|