diff options
author | magick <magick@pkgsrc.org> | 2005-03-02 22:15:56 +0000 |
---|---|---|
committer | magick <magick@pkgsrc.org> | 2005-03-02 22:15:56 +0000 |
commit | f61aa57bb76543454bd87887b79ae2b97042ca68 (patch) | |
tree | 87793d83ce73d5f63e6c10c5fb92853c4c5a488c /misc | |
parent | 0e327a7b7645d0c09073ef4ea70577f99bc2a350 (diff) | |
download | pkgsrc-f61aa57bb76543454bd87887b79ae2b97042ca68.tar.gz |
Update nxtvepg to 2.7.4
Changes:
rom 2.7.3 to 2.7.4 (2004-Dec-27)
- bugfix EPG teletext number update in database: after external channel
changes from one provider directly onto another there was a possibility
that a wrong teletext number was stored for the first provider,
subsequently causing acquisition to fail; also changed the EPG scan to
update the teletext numbers stored in the databases
- added output of current EPG page number to "acquisition statistics"
in control menu
- added possibility to store "expire time" filter in shortcuts
- fixed timezone calculation for provider "VT4"
- Windows: updated DScaler TV card support; Note a new version of the
dsdrv4 driver will be installed the first time you start nxtvepg
(unless version 4.03 was already installed by another application)
- fixes in the way provider and network names were passed to Tcl/Tk
for display in main window status bar and various dialogs (only
relevant for names corrupted by transmission errors, but did cause
sporadic failure)
- fixed default setting for context menu: was empty since 2.7.1;
Windows only: also fixed !wintv! keyword handling in scripts bound
to reminder events
- fixed bug in text search filter for merged databases: sub-string
search ended after 258 characters
- added possibility to configure text foreground colors (at least for
programme list) to support an inverted color scheme
- added new display format option for composite attributes (i.e.
user-defined columns): set foreground color for entire column
- UNIX: added "XdTV" (former xawdecode) to internal list of TV apps
with which nxtvepg can exchange EPG info
- XML export: omit newline (i.e. line break) at start and end of
description text (on user request esp. for DTD version 5); also
in DTD version 6 descriptions merged from multiple providers are now
exported in separate description attributes instead of concatenating
the text into one with newlines inbetween.
- fixed bug in handling external video input source during EPG scan
which caused misleading help messages
- added work-around to catch "panic" (i.e. internal errors) in Tcl/Tk
library, esp. to cleanly shut down acquisition.
On Windows this fixes annoying popup messages when switching desktop
display to full-screen (e.g. upon start of some game).
- TV app. interaction developent tool vbirec: added possibility to send
commands and EPG OSD infos to a connected TV app (to allow testing
this feature without nxtvepg)
from 2.7.2 to 2.7.3 (2004-Sep-05)
- Fixed backwards compatibility with K!TV (since 2.7.2 there was an error
message "incompatible shared memory size")
- Fixed description of -clock option in output of -help
Diffstat (limited to 'misc')
-rw-r--r-- | misc/nxtvepg/Makefile | 4 | ||||
-rw-r--r-- | misc/nxtvepg/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/nxtvepg/Makefile b/misc/nxtvepg/Makefile index 0b58c537580..504bccd365f 100644 --- a/misc/nxtvepg/Makefile +++ b/misc/nxtvepg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2004/12/04 23:09:06 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2005/03/02 22:15:56 magick Exp $ -DISTNAME= nxtvepg-2.7.2 +DISTNAME= nxtvepg-2.7.4 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nxtvepg/} diff --git a/misc/nxtvepg/distinfo b/misc/nxtvepg/distinfo index a2db609c477..8e6e083e288 100644 --- a/misc/nxtvepg/distinfo +++ b/misc/nxtvepg/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.28 2005/02/24 11:02:56 agc Exp $ +$NetBSD: distinfo,v 1.29 2005/03/02 22:15:56 magick Exp $ -SHA1 (nxtvepg-2.7.2.tar.gz) = 2b155a6c301f5ab4e06b50445a9d61d5b6f13c20 -RMD160 (nxtvepg-2.7.2.tar.gz) = 597a9a04728871dc6b2a26c46655d53272adc7b4 -Size (nxtvepg-2.7.2.tar.gz) = 1221545 bytes +SHA1 (nxtvepg-2.7.4.tar.gz) = 4f0b2f9b92cacf13f772df105a23cf1d617649a3 +RMD160 (nxtvepg-2.7.4.tar.gz) = cb3d903731906deeaf7a3344b12668267f9f5c31 +Size (nxtvepg-2.7.4.tar.gz) = 1235854 bytes SHA1 (patch-aa) = 00ac7056a66e3a0cc88f3f62a1bef889bbbb029d SHA1 (patch-ab) = 634cfd179fd1043e3272ce27836a9052b199d1f4 SHA1 (patch-ac) = 28d5d7a9a31e1a17f8416d271abdefa708b3480b |