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/Makefile | |
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/Makefile')
-rw-r--r-- | misc/nxtvepg/Makefile | 5 |
1 files changed, 2 insertions, 3 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/} |