diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2005-01-12 15:53:06 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2005-01-12 15:53:06 +0000 |
commit | c5a0cc841922fe511e3e3c44d0e05e2a7e638271 (patch) | |
tree | 8e3219ea40db27ffb2b7cc0edd6f03784e492328 | |
parent | add gqmpeg-devel - the gtk20 port of gqmpeg (diff) |
Add new port gaim-festival, a plugin for Gaim to drive the
festival speech synthesizer.
Reviewed by: pav
Notes
Notes:
svn path=/head/; revision=126229
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gaim-festival/Makefile | 35 | ||||
-rw-r--r-- | audio/gaim-festival/distinfo | 2 | ||||
-rw-r--r-- | audio/gaim-festival/files/patch-Makefile | 18 | ||||
-rw-r--r-- | audio/gaim-festival/pkg-descr | 6 |
5 files changed, 62 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index e061315cfe17..08bc66dbd039 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -114,6 +114,7 @@ SUBDIR += fmio SUBDIR += freebirth SUBDIR += funktrackergold + SUBDIR += gaim-festival SUBDIR += gdam SUBDIR += gdesklets-cornerxmms SUBDIR += gdesklets-xmms diff --git a/audio/gaim-festival/Makefile b/audio/gaim-festival/Makefile new file mode 100644 index 000000000000..239f79814b6a --- /dev/null +++ b/audio/gaim-festival/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: gaim-festival +# Date created: 2 Jan 2005 +# Whom: Bruce M Simpson <bms@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= festival +PORTVERSION= 1.0 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME}-${PKGNAMEPREFIX} +PKGNAMEPREFIX= gaim- +DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX}1.00 + +MAINTAINER= bms@FreeBSD.org +COMMENT= Festival speech support for Gaim + +BUILD_DEPENDS= gaim:${PORTSDIR}/net/gaim +RUN_DEPENDS= festival:${PORTSDIR}/audio/festival \ + gaim:${PORTSDIR}/net/gaim + +USE_GNOME= gtk20 +USE_GMAKE= yes +USE_X_PREFIX= yes +WANT_LIBTOOL_VER=15 +MAKE_ENV= LOCALBASE=${LOCALBASE} + +PLIST_FILES= lib/gaim/festival.so + +NOMAN= + +do-configure: + +.include <bsd.port.mk> diff --git a/audio/gaim-festival/distinfo b/audio/gaim-festival/distinfo new file mode 100644 index 000000000000..05d4b423a9bf --- /dev/null +++ b/audio/gaim-festival/distinfo @@ -0,0 +1,2 @@ +MD5 (festival-gaim-1.00.tar.gz) = b94bedc6494a9c223b07b0ab53f13cc2 +SIZE (festival-gaim-1.00.tar.gz) = 43649 diff --git a/audio/gaim-festival/files/patch-Makefile b/audio/gaim-festival/files/patch-Makefile new file mode 100644 index 000000000000..ce91322c4ea5 --- /dev/null +++ b/audio/gaim-festival/files/patch-Makefile @@ -0,0 +1,18 @@ +--- Makefile.orig Sun Jan 2 19:22:20 2005 ++++ Makefile Sun Jan 2 19:25:29 2005 +@@ -1,10 +1,9 @@ +-FESTIVAL_VOICES_PATH=/usr/share/festival/voices +-PLUGIN_GAIM_PATH=/usr/lib/gaim +-PKG_CONFIG_PATH=/usr/lib/pkgconfig +-PLUGIN_CFLAGS=`pkg-config gtk+-2.0 --cflags` `pkg-config glib-2.0 --cflags` -DPLUGIN_VERSION=\"$(PLUGIN_VERSION)\" -DFESTIVAL_VOICES_PATH=\"$(FESTIVAL_VOICES_PATH)\" -march=pentium3 -O3 -pipe ++FESTIVAL_VOICES_PATH=${LOCALBASE}/share/festival/lib/voices ++PLUGIN_GAIM_PATH=${PREFIX}/lib/gaim ++PKG_CONFIG_PATH=${LOCALBASE}/libdata/pkgconfig ++PLUGIN_CFLAGS=`pkg-config gtk+-2.0 --cflags` `pkg-config glib-2.0 --cflags` -DPLUGIN_VERSION=\"$(PLUGIN_VERSION)\" -DFESTIVAL_VOICES_PATH=\"$(FESTIVAL_VOICES_PATH)\" -O3 -pipe + PLUGIN_LIBS=`pkg-config gtk+-2.0 --libs` `pkg-config glib-2.0 --libs` +-LIBTOOL=libtool +-CC= gcc ++LIBTOOL=libtool15 + + all: festival.so + diff --git a/audio/gaim-festival/pkg-descr b/audio/gaim-festival/pkg-descr new file mode 100644 index 000000000000..24f9d05e790e --- /dev/null +++ b/audio/gaim-festival/pkg-descr @@ -0,0 +1,6 @@ +gaim-festival is a plugin for gaim to drive the festival speech synthesizer. + +WWW: http://festival-gaim.sourceforge.net/ + +Bruce +bms@FreeBSD.org |