b9ac948f49
it is not technically needed as gnome-speech can alreay use espeak ; if one wants to use festival instead, pkg_add festival and some voices is enough, gnome-speech will be able to use it transparently when configured to do so
36 lines
867 B
Makefile
36 lines
867 B
Makefile
# $OpenBSD: Makefile,v 1.10 2009/03/23 12:13:41 ajacoutot Exp $
|
|
|
|
COMMENT= GNOME speech module
|
|
|
|
GNOME_PROJECT= gnome-speech
|
|
GNOME_VERSION= 0.4.25
|
|
PKGNAME= ${DISTNAME}p0
|
|
SHARED_LIBS += gnomespeech 0.1 # .7.1
|
|
|
|
# LGPLv2
|
|
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= espeak::audio/espeak \
|
|
bonobo-2,bonobo-activation::x11/gnome/libbonobo
|
|
|
|
USE_X11= Yes
|
|
DESKTOP_FILES= Yes
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
--disable-scrollkeeper \
|
|
--with-festival \
|
|
--with-espeak-dir="${LOCALBASE}" \
|
|
--without-speech-dispatcher
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|