Gaupol 0.17 =========== * Add "Save All As" (under the Projects menu) to save all open documents with selected properties (fixes #595685) * Add an inline spell-check for editable multiline text fields (off by default, can be activated in the preferences dialog) * Add support for milliseconds (field $MILLISECONDS) in preview commands. Allows use of Media Player Classic for preview. * Add help button in the preferences dialog, clickable in the preview tab to launch web browser to view wiki documentation * Use reading speed (characters per second) instead of optimal duration (seconds per character) in duration adjust dialog * Fix writing subtitle file headers with chosen newlines * Fix reading and writing extension configurations * Fix minor i18n issues with individual strings * Add optional dependency of PyGtkSpell (part of gnome-python-extras) * Add --mandir global option to setup.py to allow installation of man pages to somewhere else than .../share/man (fixes #620665) * Add Finnish translation Gaupol 0.16.2 ============= * Fix "Quit" and Close All" to ask to save unsaved changes * Update Russian translation (Алекс) * Update Hungarian translation (Andrássy László)
29 lines
889 B
Makefile
29 lines
889 B
Makefile
# $NetBSD: Makefile,v 1.12 2010/07/21 11:29:37 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gaupol-0.17
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://download.gna.org/gaupol/0.17/
|
|
|
|
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= 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"
|