diff options
author | magick <magick@pkgsrc.org> | 2002-06-09 10:59:34 +0000 |
---|---|---|
committer | magick <magick@pkgsrc.org> | 2002-06-09 10:59:34 +0000 |
commit | b9d70abcde11639438ba9081ead64e005d3cf99d (patch) | |
tree | 82f5fca68705c83ac92b578f92e7b9cbdfb6eb8e /misc | |
parent | 99c6d2203b2839c23682a3da0b27d3f6209ddd13 (diff) | |
download | pkgsrc-b9d70abcde11639438ba9081ead64e005d3cf99d.tar.gz |
Update nxtvepg to 0.7.4
Changes since 0.7.2:
* Bugfix TV application interaction: no EPG information was forwarded
to the TV app under certain circumstances (only if the station name
was unknown to nxtvepg and the VPS/PDC id was unchanged since the
last request)
* Bugfix in PDC decoding: didn't work at all before (this affects the
EPG scan and TV app interaction). Thanks to e-nek for helping to
debug this problem
* Added PDC and P8/30/1 "status display" text
decoding; currently used only during EPG scan for networks without
CNI -> e.g. MTV and some local TV channels are now identified, too
* Main window can be scrolled by dragging the mouse outside the window
* Acquisition database window can be opened before acq enabled
* Important EPG scan messages now marked by use of bold font
Diffstat (limited to 'misc')
-rw-r--r-- | misc/nxtvepg/Makefile | 4 | ||||
-rw-r--r-- | misc/nxtvepg/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/nxtvepg/Makefile b/misc/nxtvepg/Makefile index d48392c31bc..b5de9dd520a 100644 --- a/misc/nxtvepg/Makefile +++ b/misc/nxtvepg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2002/05/21 16:50:26 magick Exp $ +# $NetBSD: Makefile,v 1.16 2002/06/09 10:59:34 magick Exp $ -DISTNAME= nxtvepg-0.7.2 +DISTNAME= nxtvepg-0.7.4 CATEGORIES= misc MASTER_SITES= http://www.nefkom.net/tomzo/prj/nxtvepg/src/ diff --git a/misc/nxtvepg/distinfo b/misc/nxtvepg/distinfo index 1c8ee32030f..122accf5792 100644 --- a/misc/nxtvepg/distinfo +++ b/misc/nxtvepg/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2002/05/21 16:50:26 magick Exp $ +$NetBSD: distinfo,v 1.14 2002/06/09 10:59:35 magick Exp $ -SHA1 (nxtvepg-0.7.2.tar.gz) = 7a56193324362a6c35c6ed38cda9f682576e3652 -Size (nxtvepg-0.7.2.tar.gz) = 646571 bytes +SHA1 (nxtvepg-0.7.4.tar.gz) = 4d45c6a999cd2c7fbddf795370a8bbe844cb9c3f +Size (nxtvepg-0.7.4.tar.gz) = 650336 bytes SHA1 (patch-aa) = 5022b82cdf9c05c5097b564b962b12ffc6b1416f SHA1 (patch-ab) = 634cfd179fd1043e3272ce27836a9052b199d1f4 SHA1 (patch-ac) = 22a84b2635c130c075f25517aa45cd079c65cca4 |