diff options
author | wiz <wiz@pkgsrc.org> | 2011-11-28 16:31:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-11-28 16:31:52 +0000 |
commit | 255301cf1986586164d125be967b862657017d8e (patch) | |
tree | 483b90b7c4cb695af24112dc34334dd910d6db8d | |
parent | 69ed17d2bd2a16e0f8f8ce8f6640f3a0784bbcd0 (diff) | |
download | pkgsrc-255301cf1986586164d125be967b862657017d8e.tar.gz |
Update to 0.19.2:
Gaupol 0.19.2
=============
* Allow preview of unsaved documents (#661242)
* Use subtitles from selected range if applicable in the Transform
Positions dialog (#663158)
* Fix mplayer preview command to work if gaupol was started as a
background process (with &) from a terminal window (#660035)
* Fix TypeError when speech recognition stopped in the middle of a
subtitle
* Fix IndexError when speech recognition finished with no speech
detected (#659411)
* Fix UnicodeDecodeError when reading configuration file (#661123)
* Rename manifest directory in source tarball to avoid clashes with
MANIFEST file on case-insensitive filesystems
-rw-r--r-- | misc/gaupol/Makefile | 4 | ||||
-rw-r--r-- | misc/gaupol/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/gaupol/Makefile b/misc/gaupol/Makefile index 4b4c89a5883..0745b66c4eb 100644 --- a/misc/gaupol/Makefile +++ b/misc/gaupol/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2011/09/12 19:10:55 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2011/11/28 16:31:52 wiz Exp $ # -DISTNAME= gaupol-0.19.1 +DISTNAME= gaupol-0.19.2 CATEGORIES= misc MASTER_SITES= http://download.gna.org/gaupol/0.19/ diff --git a/misc/gaupol/distinfo b/misc/gaupol/distinfo index 783dc330076..13d0cad7f18 100644 --- a/misc/gaupol/distinfo +++ b/misc/gaupol/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2011/09/12 19:10:55 wiz Exp $ +$NetBSD: distinfo,v 1.11 2011/11/28 16:31:53 wiz Exp $ -SHA1 (gaupol-0.19.1.tar.gz) = f978ac92e8fc17c3fef3d3103837796b7f6b67c6 -RMD160 (gaupol-0.19.1.tar.gz) = b8910c39a07b360009069fb5604257647822512a -Size (gaupol-0.19.1.tar.gz) = 657822 bytes +SHA1 (gaupol-0.19.2.tar.gz) = cf11f5c4fddba3e1848bfacdabe99b9a963f9f7c +RMD160 (gaupol-0.19.2.tar.gz) = b791f526d8ea2e7a72b931cda4616c2cac914e31 +Size (gaupol-0.19.2.tar.gz) = 651580 bytes |