Mon Jan 19 13:34:35 2009 UTC ()
Pullup ticket #2642 - requested by wiz
gnome-speech-espeak: build fix

Revisions pulled up:
- audio/gnome-speech-espeak/Makefile		1.8
---
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sun Jan 18 10:04:17 UTC 2009

Modified Files:
	pkgsrc/audio/gnome-speech-espeak: Makefile

Log Message:
Update to 0.4.22:

gnome-speech 0.4.22:

* drivers/swift/swiftsynthesisdriver.c: fix for bug #559583 - Swift
  synthesis driver causes Python client to get "TypeError: could not
  demarshal return value" on call to getAllVoices.


(tron)
diff -r1.7 -r1.7.2.1 pkgsrc/audio/gnome-speech-espeak/Makefile

cvs diff -r1.7 -r1.7.2.1 pkgsrc/audio/gnome-speech-espeak/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/gnome-speech-espeak/Attic/Makefile 2008/10/27 04:37:19 1.7
+++ pkgsrc/audio/gnome-speech-espeak/Attic/Makefile 2009/01/19 13:34:35 1.7.2.1
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.7 2008/10/27 04:37:19 wiz Exp $ 1# $NetBSD: Makefile,v 1.7.2.1 2009/01/19 13:34:35 tron Exp $
2# 2#
3 3
4DISTNAME= gnome-speech-0.4.21 4DISTNAME= gnome-speech-0.4.22
5PKGNAME= gnome-speech-espeak-0.4.21 5PKGNAME= gnome-speech-espeak-0.4.22
6CATEGORIES= audio 6CATEGORIES= audio
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-speech/0.4/} 7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-speech/0.4/}
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.gnome.org/ 11HOMEPAGE= http://www.gnome.org/
12COMMENT= GNOME 2 text-to-speech API 12COMMENT= GNOME 2 text-to-speech API
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16PATCHDIR= ${.CURDIR}/../gnome-speech/patches 16PATCHDIR= ${.CURDIR}/../gnome-speech/patches
17DISTINFO_FILE= ${.CURDIR}/../gnome-speech/distinfo 17DISTINFO_FILE= ${.CURDIR}/../gnome-speech/distinfo
18 18