diff options
author | magick <magick@pkgsrc.org> | 2002-05-21 16:50:26 +0000 |
---|---|---|
committer | magick <magick@pkgsrc.org> | 2002-05-21 16:50:26 +0000 |
commit | d8edd40cfacb4f1b3b0092cae1acb550869774f3 (patch) | |
tree | 6a85bcd27ab2a5cb006a96c4098e8f6ef84dd50d /misc | |
parent | c5771424c8f799ba8924fe647e2ade2f3d93dd61 (diff) | |
download | pkgsrc-d8edd40cfacb4f1b3b0092cae1acb550869774f3.tar.gz |
Update nxtvepg to 0.7.2
Notable changes since 0.7.1 (excluding windows specific changes):
* Bugfix EPG scan (Linux only): after an EPG scan acquisition
could not be enabled because the VBI device was allegedly
busy. The cause was that an acquisition thread kept running
after the EPG scan.
* The wheel mouse now scrolls only 5 lines instead of 1 page and
the cursor remains on the previously selected item.
* Improved automatic mode selection for internal/remote
acquisition during startup: wait until an connection is
completely established until changing the default mode to remote
acq in the rc/ini file (esp. when connecting via TCP/IP)
* EPG scan is no longer prevented with "cannot start scan while in
client/server mode" unless currently connected to an acq daemon.
* EPG scan: reset 45-seconds timer when EPG is found to be
transmitted on a non-default teletext page nunmber. This should
fix the problem that Canal+ is reliably detected only when in
"slow" mode.
* Removed the last remaints of long integer usage to improve
64-bit CPU compatibility.
* Bugfix: crash when there was a .xawtv file with zero channel
definitions
* Bugfix: the EPG scan was not stopped when the program was
terminated by a signal or logging out, causing a crash.
* Bugfix: crashed with SEGV when the acq timescales were open when
the EPG scan was started. * Bugfixes in timescales: network
highlighting and "acquisition tails" for the browser database
timescales were sometimes not enabled or disabled when
acquisition was en-/disabled or moved from/to the browser
database.
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 9e8211d18cb..d48392c31bc 100644 --- a/misc/nxtvepg/Makefile +++ b/misc/nxtvepg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2002/05/08 18:03:38 magick Exp $ +# $NetBSD: Makefile,v 1.15 2002/05/21 16:50:26 magick Exp $ -DISTNAME= nxtvepg-0.7.1 +DISTNAME= nxtvepg-0.7.2 CATEGORIES= misc MASTER_SITES= http://www.nefkom.net/tomzo/prj/nxtvepg/src/ diff --git a/misc/nxtvepg/distinfo b/misc/nxtvepg/distinfo index a954cb2542d..1c8ee32030f 100644 --- a/misc/nxtvepg/distinfo +++ b/misc/nxtvepg/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2002/05/08 18:03:38 magick Exp $ +$NetBSD: distinfo,v 1.13 2002/05/21 16:50:26 magick Exp $ -SHA1 (nxtvepg-0.7.1.tar.gz) = 5a052a123e56290b71a94b9e36439f6efd50a314 -Size (nxtvepg-0.7.1.tar.gz) = 615172 bytes +SHA1 (nxtvepg-0.7.2.tar.gz) = 7a56193324362a6c35c6ed38cda9f682576e3652 +Size (nxtvepg-0.7.2.tar.gz) = 646571 bytes SHA1 (patch-aa) = 5022b82cdf9c05c5097b564b962b12ffc6b1416f SHA1 (patch-ab) = 634cfd179fd1043e3272ce27836a9052b199d1f4 SHA1 (patch-ac) = 22a84b2635c130c075f25517aa45cd079c65cca4 |