diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-10 09:58:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-10 09:58:38 +0800 |
commit | 67e8763d5f4a68ed94e8104ac8caa205a6c09e66 (patch) | |
tree | 095645d7c77db13058f567fa35c410d60bc2319e /accessibility | |
parent | d8711486e50a5a6847b2f21e4dd45294db9496f1 (diff) | |
download | marcuscom-ports-67e8763d5f4a68ed94e8104ac8caa205a6c09e66.tar marcuscom-ports-67e8763d5f4a68ed94e8104ac8caa205a6c09e66.tar.gz marcuscom-ports-67e8763d5f4a68ed94e8104ac8caa205a6c09e66.tar.bz2 marcuscom-ports-67e8763d5f4a68ed94e8104ac8caa205a6c09e66.tar.lz marcuscom-ports-67e8763d5f4a68ed94e8104ac8caa205a6c09e66.tar.xz marcuscom-ports-67e8763d5f4a68ed94e8104ac8caa205a6c09e66.tar.zst marcuscom-ports-67e8763d5f4a68ed94e8104ac8caa205a6c09e66.zip |
Update to 0.4.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6519 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/gnome-speech/Makefile | 38 | ||||
-rw-r--r-- | accessibility/gnome-speech/distinfo | 3 | ||||
-rw-r--r-- | accessibility/gnome-speech/files/patch-configure | 21 | ||||
-rw-r--r-- | accessibility/gnome-speech/pkg-descr | 1 | ||||
-rw-r--r-- | accessibility/gnome-speech/pkg-plist | 21 |
5 files changed, 84 insertions, 0 deletions
diff --git a/accessibility/gnome-speech/Makefile b/accessibility/gnome-speech/Makefile new file mode 100644 index 000000000..5982a1755 --- /dev/null +++ b/accessibility/gnome-speech/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: gnomespeech +# Date created: 11 May 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gnome-speech +PORTVERSION= 0.4.1 +CATEGORIES= accessibility audio gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME text-to-speech API + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= gnomehack libbonobo +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --enable-static +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +.include <bsd.port.pre.mk> + +.if exists(${LOCALBASE}/bin/festival) +WITH_FESTIVAL= yes +.endif + +.if defined(WITH_FESTIVAL) +RUN_DEPENDS= festival:${PORTSDIR}/audio/festival +.endif + +.include <bsd.port.post.mk> diff --git a/accessibility/gnome-speech/distinfo b/accessibility/gnome-speech/distinfo new file mode 100644 index 000000000..d8527c24b --- /dev/null +++ b/accessibility/gnome-speech/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gnome-speech-0.4.1.tar.bz2) = 1e42617a404449476cfe150d406e8349 +SHA256 (gnome2/gnome-speech-0.4.1.tar.bz2) = 830fbda16aacc97ff284736f8c29795e10c2821fb50aa829329b66523028191a +SIZE (gnome2/gnome-speech-0.4.1.tar.bz2) = 307885 diff --git a/accessibility/gnome-speech/files/patch-configure b/accessibility/gnome-speech/files/patch-configure new file mode 100644 index 000000000..62b94639b --- /dev/null +++ b/accessibility/gnome-speech/files/patch-configure @@ -0,0 +1,21 @@ +--- configure.orig Tue Jun 7 02:40:27 2005 ++++ configure Tue Jun 7 02:41:02 2005 +@@ -20213,8 +20213,8 @@ + + fi + if test "x$JAVAC" != "x" ; then +- javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" ` +- echo JAVAC VERSION $javac_version ++# javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" ` ++# echo JAVAC VERSION $javac_version + JAVAC="$JAVAC -source 1.4" + fi + +@@ -20423,6 +20423,7 @@ + fi + + # Find the Java Access Bridge ++JAB="no" + + + # Check whether --with-jab_dir or --without-jab_dir was given. diff --git a/accessibility/gnome-speech/pkg-descr b/accessibility/gnome-speech/pkg-descr new file mode 100644 index 000000000..bab24f601 --- /dev/null +++ b/accessibility/gnome-speech/pkg-descr @@ -0,0 +1 @@ +GNOME Speech is a simple general API for producing text-to-speech output. diff --git a/accessibility/gnome-speech/pkg-plist b/accessibility/gnome-speech/pkg-plist new file mode 100644 index 000000000..dc90aef89 --- /dev/null +++ b/accessibility/gnome-speech/pkg-plist @@ -0,0 +1,21 @@ +bin/festival-synthesis-driver +bin/test-speech +include/gnome-speech-1.0/gnome-speech/GNOME_Speech.h +include/gnome-speech-1.0/gnome-speech/gnome-speech.h +include/gnome-speech-1.0/gnome-speech/speaker.h +lib/libgnomespeech.a +lib/libgnomespeech.la +lib/libgnomespeech.so +lib/libgnomespeech.so.7 +lib/orbit-2.0/GNOME_Speech_module.a +lib/orbit-2.0/GNOME_Speech_module.la +lib/orbit-2.0/GNOME_Speech_module.so +libdata/bonobo/servers/GNOME_Speech_SynthesisDriver_Festival.server +libdata/pkgconfig/gnome-speech-1.0.pc +share/idl/gnome-speech-1.0/GNOME_Speech.idl +share/idl/gnome-speech-1.0/GNOME_Speech_Speaker.idl +share/idl/gnome-speech-1.0/GNOME_Speech_SpeechCallback.idl +share/idl/gnome-speech-1.0/GNOME_Speech_SynthesisDriver.idl +@dirrm share/idl/gnome-speech-1.0 +@dirrm include/gnome-speech-1.0/gnome-speech +@dirrm include/gnome-speech-1.0 |