diff options
author | magick <magick@pkgsrc.org> | 2003-07-04 16:36:45 +0000 |
---|---|---|
committer | magick <magick@pkgsrc.org> | 2003-07-04 16:36:45 +0000 |
commit | 44f44469622f96a9e35e2f720e8dab6a2406bee6 (patch) | |
tree | 9966396c62ec6f2302df09f9f4f0d8af2598e032 /misc/nxtvepg | |
parent | e94b5836531825c02906a5b60f99c139a5b0e80a (diff) | |
download | pkgsrc-44f44469622f96a9e35e2f720e8dab6a2406bee6.tar.gz |
Update nxtvepg to 2.5.2
Changes since 2.5.1 (Unix changes only):
* removed German network 3sat from list of known Nextview EPG providers
* XML export via control menu dialog no longer applies current filter
setting, i.e. all programmes of all networks in the database are
exported.
* fixed compiler warnings for gcc 3.3 (signed/unsigned type conflicts)
* UNIX: added compiler switch -DZVBI_DECODER in the Makefile to
replace VBI (Teletext) slicer with code from libzvbi which performs
better on channels with weak reception; sometimes this slicer seems
to eat up a lot of CPU (up to 25% on my 400MHz K6-2)
Diffstat (limited to 'misc/nxtvepg')
-rw-r--r-- | misc/nxtvepg/Makefile | 5 | ||||
-rw-r--r-- | misc/nxtvepg/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/misc/nxtvepg/Makefile b/misc/nxtvepg/Makefile index 3b885a9e477..2f637bb219b 100644 --- a/misc/nxtvepg/Makefile +++ b/misc/nxtvepg/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2003/05/18 13:45:09 magick Exp $ +# $NetBSD: Makefile,v 1.28 2003/07/04 16:36:45 magick Exp $ -DISTNAME= nxtvepg-2.5.1 -PKGREVISION= 1 +DISTNAME= nxtvepg-2.5.2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nxtvepg/} diff --git a/misc/nxtvepg/distinfo b/misc/nxtvepg/distinfo index 07aadebe2e5..d7f9637342c 100644 --- a/misc/nxtvepg/distinfo +++ b/misc/nxtvepg/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.22 2003/05/18 13:45:09 magick Exp $ +$NetBSD: distinfo,v 1.23 2003/07/04 16:36:45 magick Exp $ -SHA1 (nxtvepg-2.5.1.tar.gz) = 01fb2522897c93bd597e6d2926013a98c9c15e6d -Size (nxtvepg-2.5.1.tar.gz) = 1006564 bytes +SHA1 (nxtvepg-2.5.2.tar.gz) = 4e79d70081d0deb68b8c471ffa9405fc51b73159 +Size (nxtvepg-2.5.2.tar.gz) = 1007291 bytes SHA1 (patch-aa) = 00ac7056a66e3a0cc88f3f62a1bef889bbbb029d SHA1 (patch-ab) = 634cfd179fd1043e3272ce27836a9052b199d1f4 SHA1 (patch-ac) = 28d5d7a9a31e1a17f8416d271abdefa708b3480b |