Update Gstreamer-plugins(-base) to 0.10.33 Update Gstreamer-plugins-good to 0.10.29 Update Gstreamer-plugins-bad to 0.10.22 Update Gstreamer-plugins-ugly to 0.10.18
19 lines
416 B
Makefile
19 lines
416 B
Makefile
# New ports collection makefile for: gstreamer-plugins-flite
|
|
# Date created: 27 Jan 2011
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= audio
|
|
|
|
COMMENT= Gstreamer flite run-time speech synthesis engine plugin
|
|
|
|
GST_PLUGIN= flite
|
|
|
|
BROKEN= Doesn't work due to link problem in audio/flite
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|