pkgsrc/audio/gnome-speech/Makefile.common
wiz ef87923dbb Update to 0.4.25:
gnome-speech 0.4.25:

* Respin due to use of incompatible libtool for 0.4.24.

gnome-speech 0.4.24

* drivers/espeak/espeakspeaker.c: Fix for bug #571217 - espeak driver
  parameter ranges do not match espeak

* gnome-speech/speaker.c, drivers/eloquence/eloquencespeaker.c: Fix
  for bug #560439 - GNOME Goal: Remove deprecated GLib symbols.  NOTE:
  I don't have the eloquence package (it's a commercial system), so I
  was unable to verify the changes made to that file.

gnome-speech 0.4.23:

* drivers/espeak/Makefile.am Fix for bug #568786 - Trivial build patch
  (Vincent Untz)

* test/test-speech.c: Fix for bug #563577 - GNOME Goal: Clean up GLib
  and GTK+ includes (Luis Menina)
2009-02-24 15:04:15 +00:00

31 lines
846 B
Makefile

# $NetBSD: Makefile.common,v 1.2 2009/02/24 15:04:15 wiz Exp $
#
# used by audio/gnome-speech/Makefile
# used by audio/gnome-speech-espeak/Makefile
DISTNAME= gnome-speech-0.4.25
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-speech/0.4/}
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://www.gnome.org/
PKG_DESTDIR_SUPPORT= user-destdir
PATCHDIR= ${.CURDIR}/../gnome-speech/patches
DISTINFO_FILE= ${.CURDIR}/../gnome-speech/distinfo
USE_TOOLS+= gmake msgfmt pkg-config
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
# Disable Java support.
CONFIGURE_ARGS+= JAVAC=no JAVA=no IDLJ=no JAB=no
PKGCONFIG_OVERRIDE+= gnome-speech-1.0.pc.in
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../net/ORBit2/buildlink3.mk"