summaryrefslogtreecommitdiff
path: root/misc/nxtvepg
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-03-01 20:52:14 +0000
committertron <tron@pkgsrc.org>2001-03-01 20:52:14 +0000
commit7a8f93f37a5407177b0d415d34885a88e20cbb55 (patch)
tree49d64a7d1788021e7f5f7e2cb4ffeca4a34f496b /misc/nxtvepg
parent9ab800a9228d995b301bfaa837b5298d2a4fa85e (diff)
downloadpkgsrc-7a8f93f37a5407177b0d415d34885a88e20cbb55.tar.gz
Update "nxtvepg" package to version 0.4.4. Changes since version 0.4.3:
- please note my new email address: tomzo at nefkom.net - fixed severe bug in database reload (reference to freed block; curiously this led to crashes under Windows only) - fixed compatibility with old bttv driver versions (versions <= 0.6.x produced error "VIDIOCSCHAN: operation not supported" during TV channel changes) - added detection of lost VBI frames (Linux, for debugging/optimization only) - added frequency table for France; minor fixes in Western Europe table; tables can be selected via the TV card input popup - updated tuner type table for Windows Bt8x8 driver -> support for new tuners - implemented hyperlinks in help pages for references between chapters This update was contributed by Mario Kemper in PR pkg/12296.
Diffstat (limited to 'misc/nxtvepg')
-rw-r--r--misc/nxtvepg/Makefile4
-rw-r--r--misc/nxtvepg/files/md54
-rw-r--r--misc/nxtvepg/files/patch-sum4
-rw-r--r--misc/nxtvepg/patches/patch-aa14
-rw-r--r--misc/nxtvepg/pkg/DESCR4
5 files changed, 16 insertions, 14 deletions
diff --git a/misc/nxtvepg/Makefile b/misc/nxtvepg/Makefile
index 993c3cf5a36..936c3e28168 100644
--- a/misc/nxtvepg/Makefile
+++ b/misc/nxtvepg/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2001/02/18 20:25:59 veego Exp $
+# $NetBSD: Makefile,v 1.3 2001/03/01 20:52:14 tron Exp $
-DISTNAME= nxtvepg-0.4.3
+DISTNAME= nxtvepg-0.4.4
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
diff --git a/misc/nxtvepg/files/md5 b/misc/nxtvepg/files/md5
index 13bfe2fb680..891a43d8b35 100644
--- a/misc/nxtvepg/files/md5
+++ b/misc/nxtvepg/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 2001/02/18 19:17:24 tron Exp $
+$NetBSD: md5,v 1.2 2001/03/01 20:52:14 tron Exp $
-MD5 (nxtvepg-0.4.3.tar.gz) = fbbdd74696e48e6b916f887aa75bff4c
+MD5 (nxtvepg-0.4.4.tar.gz) = 7c3a42e052f0f2dc9a3ef6f2f2406058
diff --git a/misc/nxtvepg/files/patch-sum b/misc/nxtvepg/files/patch-sum
index c7f970919b5..702c9bc5192 100644
--- a/misc/nxtvepg/files/patch-sum
+++ b/misc/nxtvepg/files/patch-sum
@@ -1,6 +1,6 @@
-$NetBSD: patch-sum,v 1.2 2001/02/18 20:26:00 veego Exp $
+$NetBSD: patch-sum,v 1.3 2001/03/01 20:52:14 tron Exp $
-MD5 (patch-aa) = cc478b39fa6f088d36760e5a0bfe53ab
+MD5 (patch-aa) = 318a8be3611557505f86ba74bc1b7497
MD5 (patch-ab) = da99d9f10e5ee2019020687ee02879cc
MD5 (patch-ac) = 6839c105b3bd3c8137bcc007b7242afc
MD5 (patch-ad) = 5df34e0e0205a28b4d1b32e8b003bb71
diff --git a/misc/nxtvepg/patches/patch-aa b/misc/nxtvepg/patches/patch-aa
index 3ee56d6d44f..9390b550bea 100644
--- a/misc/nxtvepg/patches/patch-aa
+++ b/misc/nxtvepg/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2001/02/18 20:26:00 veego Exp $
+$NetBSD: patch-aa,v 1.3 2001/03/01 20:52:15 tron Exp $
---- Makefile.orig Wed Feb 14 22:34:35 2001
-+++ Makefile Sun Feb 18 20:10:13 2001
-@@ -32,29 +32,29 @@
+--- Makefile.orig Mon Feb 26 22:56:48 2001
++++ Makefile
+@@ -32,31 +32,31 @@
include Makefile.win32
else
@@ -32,15 +32,17 @@ $NetBSD: patch-aa,v 1.2 2001/02/18 20:26:00 veego Exp $
+DEFS += -DTCL_LIBRARY_PATH=\"$(LOCALBASE)/lib/tcl8.3\"
+ #WARN = -Wall -Wpointer-arith -Wnested-externs \
+ # -Werror -Wstrict-prototypes -Wmissing-prototypes
WARN = -Wall
-CC = gcc
--CFLAGS = -pipe $(WARN) $(INCS) $(DEFS) -g -O
+-CFLAGS = -pipe $(WARN) $(INCS) $(DEFS) -O
+#CC = gcc
+CFLAGS += $(WARN) $(INCS) $(DEFS)
# ----- don't change anything below ------------------------------------------
-@@ -79,7 +79,7 @@
+@@ -81,7 +81,7 @@
test -d $(BINDIR) || mkdirhier $(BINDIR)
test -d $(MANDIR) || mkdirhier $(MANDIR)
install -c -m 0755 nxtvepg $(BINDIR)
diff --git a/misc/nxtvepg/pkg/DESCR b/misc/nxtvepg/pkg/DESCR
index bd228a15c23..1f6141664fe 100644
--- a/misc/nxtvepg/pkg/DESCR
+++ b/misc/nxtvepg/pkg/DESCR
@@ -1,5 +1,5 @@
-nxtvepg is a decoder and browser for NexTView EPG - a subscription-free
-electronic TV program guide transmittet via TeleText. NexTView EPG
+nxtvepg is a decoder and browser for Nextview - a subscription-free
+electronic TV program guide transmittet via TeleText. Nextview
currently is broadcasted in Germany, Austria, Switzerland, and France
and covers the schedules of all major TV networks in these
countries. It uses the bktr driver for data acquisition through a