(speech recognition support not yet packaged -- needs gst plugins vader + pocketsphinx; the latter depends on cmusphinx) Gaupol 0.19 =========== * Add speech recognition to allow generating subtitles from video http://live.gnome.org/Gaupol/SpeechRecognition * Fix installation of custom-framerates extension * Add optional dependency on gst-python (this also implies a dependency on one or more of gst-plugins-base, gst-plugins-good, gst-plugins-ugly, gst-plugins-bad, gst-ffmpeg depending on what video and audio formats are being used) http://gstreamer.freedesktop.org/ * Add optional dependency on pocketsphinx http://cmusphinx.sourceforge.net/ * Add gaupol-i18n mailing list for translators * Update Spanish translation (Carlos Mella) * Update Hungarian translation (Andrássy László)
29 lines
892 B
Makefile
29 lines
892 B
Makefile
# $NetBSD: Makefile,v 1.16 2011/08/06 11:36:30 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gaupol-0.19
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://download.gna.org/gaupol/0.19/
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://home.gna.org/gaupol/index.html
|
|
COMMENT= Subtitle editor
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= iso-codes-[0-9]*:../../textproc/iso-codes
|
|
DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
|
|
DEPENDS+= ${PYPKGPREFIX}-enchant>=1.4:../../textproc/py-enchant
|
|
DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.16:../../x11/py-gtk2
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27 26
|
|
PYDISTUTILSPKG= yes
|
|
USE_LANGUAGES= # none
|
|
USE_TOOLS+= intltool msgfmt
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYSETUPARGS= --mandir=${PREFIX}/${PKGMANDIR}
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|