diff options
author | magick <magick@pkgsrc.org> | 2002-03-04 19:56:52 +0000 |
---|---|---|
committer | magick <magick@pkgsrc.org> | 2002-03-04 19:56:52 +0000 |
commit | fe2d3272613eff9a5bab722acda10679044c6a55 (patch) | |
tree | a283a64aeb56f7c1dfa781f413d12c3f43d7790f /misc | |
parent | 2f53857f2953490ab3cb2552a7d6cefe67b70c7e (diff) | |
download | pkgsrc-fe2d3272613eff9a5bab722acda10679044c6a55.tar.gz |
Update nxtvepg to 0.7.0
Changes since 0.6.9:
* Added a network connection between the acquisition daemon and
the GUI. While connected, the browser receives updates for
opened Nextview databases (i.e. all incoming EPG blocks are
forwarded) and constant updates about the acquisition progress.
* Added compile-time option to use multi-threading for VBI
acquisition instead of a separate process. The advantage is that
the threads are only created when acquisition is enabled and not
when connected to a daemon.
* Added support for wheel mouse in main and help windows, thanks
to Serge Koenigsmann.
xawtv popup is immediately removed when xawtv is terminated or
iconified
* Fixed bug in status line statistics output: expired percentage
did not reach 100% even after the database appeared empty
because the total of "defective" blocks was erronously included
in the quotient.
* Added scollbars to network list in network selection dialog and
limited listbox height to 27 networks.
* Added field with official network description in network name
config dialog to avoid confusion in case different stations have
similar logos (e.g. there's "ntv" in Turkey and "n-tv" in
Germany)
* Added network name output during EPG scan (e.g. "ARD" instead of
"0x0DC1") generally improved diagnostic output (summary at the
end)
* The timescales windows now show all blocks in the database; they
used to start with the current time, omitting all expired
blocks. That was confusing esp. in case all blocks were expired,
because the status line said "100% complete" but no blocks were
displayed.
* Added "acquisition tail" to timescales: the most recently
updated ranges are marked with a white bar which fades to the
background color over time
* Added callback to timescale windows: mouse click on a scale now
filters the slected netwop in the main window and jumps to the
given time
* Fixed bug in database structure which holds navigation menu
entries (a fixed length array was too short and caused memory
overwrites)
* Both acquisition and EPG scan now extract channel frequecies
from both databases and rc/ini file, so that in case of loss of
either databases or rc/ini file they still can be recovered.
* Fixed bug which let the browser hang in wait(2) after the
process group was delivered a STOP signal (i.e. CTRL-Z in the
controlling terminal)
* Made dialog windows which display lists resizable, e.g. netwop
selection
* Bugfix in database merge (yes, yet another one): the merged
netwop table could contain uninitialized entries, if the user
network selection contained networks that were included in none
of the merged databases (e.g. remains of a previous merge with
different providers)
* Implemented "Index" filters for merged database; due to
technical limitations currently only "now" & "next" searches are
supported; others will return empty lists. Thanks to Mathias
Homann for prompting this fix.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/nxtvepg/Makefile | 4 | ||||
-rw-r--r-- | misc/nxtvepg/distinfo | 14 | ||||
-rw-r--r-- | misc/nxtvepg/patches/patch-aa | 44 | ||||
-rw-r--r-- | misc/nxtvepg/patches/patch-ac | 12 | ||||
-rw-r--r-- | misc/nxtvepg/patches/patch-ad | 30 | ||||
-rw-r--r-- | misc/nxtvepg/patches/patch-ae | 14 |
6 files changed, 46 insertions, 72 deletions
diff --git a/misc/nxtvepg/Makefile b/misc/nxtvepg/Makefile index 92e2ac5c30b..303436e899d 100644 --- a/misc/nxtvepg/Makefile +++ b/misc/nxtvepg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2001/11/08 18:09:45 magick Exp $ +# $NetBSD: Makefile,v 1.13 2002/03/04 19:56:52 magick Exp $ -DISTNAME= nxtvepg-0.6.4 +DISTNAME= nxtvepg-0.7.0 CATEGORIES= misc MASTER_SITES= http://www.nefkom.net/tomzo/prj/nxtvepg/src/ diff --git a/misc/nxtvepg/distinfo b/misc/nxtvepg/distinfo index 8f284350878..3468f3725c1 100644 --- a/misc/nxtvepg/distinfo +++ b/misc/nxtvepg/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2001/11/08 18:09:45 magick Exp $ +$NetBSD: distinfo,v 1.11 2002/03/04 19:56:52 magick Exp $ -SHA1 (nxtvepg-0.6.4.tar.gz) = 45c569f48d67228cce8a2066243038c3833be57c -Size (nxtvepg-0.6.4.tar.gz) = 403631 bytes -SHA1 (patch-aa) = 05f42a63f0a97963f662eb04de91b0f4b140e43e +SHA1 (nxtvepg-0.7.0.tar.gz) = 52258700747dec763339d499638203d02dbd3e12 +Size (nxtvepg-0.7.0.tar.gz) = 506031 bytes +SHA1 (patch-aa) = 5022b82cdf9c05c5097b564b962b12ffc6b1416f SHA1 (patch-ab) = 634cfd179fd1043e3272ce27836a9052b199d1f4 -SHA1 (patch-ac) = 2a72e3ea0abdf0ec8e1514c7067576448bc82cdc -SHA1 (patch-ad) = bd176db9fedd6c21be8967a577af45956985113c -SHA1 (patch-ae) = e73e5bd9b08f58d7301fa19237861cada6e9b6fe +SHA1 (patch-ac) = 22a84b2635c130c075f25517aa45cd079c65cca4 +SHA1 (patch-ad) = ee64fd67a60783f1b2112771abdb5d1eb5a8b2a1 +SHA1 (patch-ae) = aa529deb560dabfac39edfb112068f6fd718b601 diff --git a/misc/nxtvepg/patches/patch-aa b/misc/nxtvepg/patches/patch-aa index 2b6c8ea2e10..338f4c8e788 100644 --- a/misc/nxtvepg/patches/patch-aa +++ b/misc/nxtvepg/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.6 2001/09/09 13:00:14 magick Exp $ +$NetBSD: patch-aa,v 1.7 2002/03/04 19:56:53 magick Exp $ ---- Makefile.orig Fri Sep 7 22:31:54 2001 +--- Makefile.orig Mon Mar 4 20:44:19 2002 +++ Makefile -@@ -33,36 +33,42 @@ +@@ -33,36 +33,36 @@ else ROOT = @@ -14,16 +14,14 @@ $NetBSD: patch-aa,v 1.6 2001/09/09 13:00:14 magick Exp $ # if you have perl set the path here, else just leave it alone -PERL = /usr/bin/perl -+PERL = ${LOCALBASE}/bin/perl ++PERL = ${LOCALBASE}/perl -LDLIBS = -ltk8.3 -ltcl8.3 -L/usr/X11R6/lib -lX11 -lXmu -lm -ldl -+#LDLIBS = -ltk8.3 -ltcl8.3 -L/usr/X11R6/lib -lX11 -lXmu -lm -ldl -+LDLIBS = -ltk83 -ltcl83 -lX11 -lXmu -lm ++LDLIBS = -ltk83 -ltcl83 -lX11 -lXmu -lm # use static libraries for debugging only #LDLIBS = dbglib/libtk8.3.a dbglib/libtcl8.3.a -lX11 -lm -ldl -L/usr/X11R6/lib -INCS += -I. -I/usr/X11R6/include -+#INCS += -I. -I/usr/X11R6/include +INCS += -I. -I${X11BASE}/include # path to Tcl/Tk headers, if not properly installed #INCS += -I/usr/local/tcl/tcl8.0/generic -I/usr/local/tcl/tk8.0/generic @@ -31,41 +29,35 @@ $NetBSD: patch-aa,v 1.6 2001/09/09 13:00:14 magick Exp $ # path to Tcl/Tk script library (Tk is usually in X11/lib/tk#.#) -DEFS += -DTK_LIBRARY_PATH=\"/usr/lib/tk8.3\" -DEFS += -DTCL_LIBRARY_PATH=\"/usr/lib/tcl8.3\" -+#DEFS += -DTK_LIBRARY_PATH=\"/usr/lib/tk8.3\" -+#DEFS += -DTCL_LIBRARY_PATH=\"/usr/lib/tcl8.3\" -+DEFS += -DTK_LIBRARY_PATH=\"$(LOCALBASE)/lib/tk8.3\" -+DEFS += -DTCL_LIBRARY_PATH=\"$(LOCALBASE)/lib/tcl8.3\" ++DEFS += -DTK_LIBRARY_PATH=\"$(LOCALBASE)/lib/tk8.3\" ++DEFS += -DTCL_LIBRARY_PATH=\"$(LOCALBASE)/lib/tcl8.3\" + + # enable use of multi-threading +-DEFS += -DUSE_THREADS +-LDLIBS += -lpthread ++#DEFS += -DUSE_THREADS ++#LDLIBS += -lpthread + + # enable use of daemon and client/server connection + DEFS += -DUSE_DAEMON # path to the directory where the provider database files are kept -DB_DIR = /usr/tmp/nxtvdb -DEFS += -DEPG_DB_DIR=\"$(DB_DIR)\" -+#DB_DIR = /usr/tmp/nxtvdb +DB_DIR = _PATH_TMP\"nxtvdb\" -+#DEFS += -DEPG_DB_DIR=\"$(DB_DIR)\" +DEFS += -DEPG_DB_DIR=$(DB_DIR) INST_DB_DIR = $(ROOT)$(DB_DIR) - #WARN = -Wall -Wpointer-arith -Wnested-externs \ - # -Werror -Wstrict-prototypes -Wmissing-prototypes - WARN = -Wall - CC = gcc --CFLAGS = -pipe $(WARN) $(INCS) $(DEFS) -O3 -+CFLAGS = -pipe $(WARN) $(INCS) $(DEFS) - - # ----- don't change anything below ------------------------------------------ - -@@ -87,11 +93,11 @@ + WARN = -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes +@@ -95,11 +95,8 @@ install: nxtvepg nxtvepg.1 test -d $(bindir) || mkdirhier $(bindir) test -d $(mandir) || mkdirhier $(mandir) - test -d $(INST_DB_DIR) || mkdirhier $(INST_DB_DIR) - chmod 0777 $(INST_DB_DIR) -+# test -d $(INST_DB_DIR) || mkdirhier $(INST_DB_DIR) -+# chmod 0777 $(INST_DB_DIR) install -c -m 0755 nxtvepg $(bindir) install -c -m 0644 nxtvepg.1 $(mandir) - rm -f $(mandir)/nxtvepg.1x -+# rm -f $(mandir)/nxtvepg.1x ##%.o: %.c ## $(CC) $(CFLAGS) -c *.c -o *.o diff --git a/misc/nxtvepg/patches/patch-ac b/misc/nxtvepg/patches/patch-ac index cdfb0ee9305..7cc1a58eef2 100644 --- a/misc/nxtvepg/patches/patch-ac +++ b/misc/nxtvepg/patches/patch-ac @@ -1,13 +1,13 @@ -$NetBSD: patch-ac,v 1.1.1.1 2001/02/18 19:17:24 tron Exp $ +$NetBSD: patch-ac,v 1.2 2002/03/04 19:56:53 magick Exp $ ---- epgui/help.tcl.orig Wed Feb 14 22:31:37 2001 -+++ epgui/help.tcl Sun Feb 18 20:11:30 2001 -@@ -26,7 +26,7 @@ +--- epgui/help.tcl.orig Sun Feb 17 13:34:51 2002 ++++ epgui/help.tcl +@@ -27,7 +27,7 @@ } {} {-rcfile} bold { } {} {path} underlined { - Specify an alternate configuration file. Default: on UNIX ~/.nxtvepgrc, on Windows nxtvepg.ini in the current directory. + Specify an alternate configuration file. Default: on UNIX $HOME/.nxtvepgrc, on Windows nxtvepg.ini in the current directory. } {} {-dbdir} bold { } {} {directory} underlined { -Specify an alternate directory for the databases. Default: On UNIX /usr/tmp/nxtvdb, on Windows the current directory. Note that the database management is not equipped for concurrent writing, so if you have more than one TV tuner card in your system or network, relocate the directory into the users' homes. +Specify an alternate directory for the databases. Default: On UNIX /tmp/nxtvdb, on Windows the current directory. Note that the database management is not equipped for concurrent writing, so if you have more than one TV tuner card in your system or network, relocate the directory into the users' homes. + If you're using an acquisition daemon, the browser must be configured to use the same directory as the daemon. If the daemon is running on a different host, you need to mount the remote directory, e.g. via NFS. } {} {-card} bold { } {} {index} underlined { Specify which tuner card to use, if you have more than one. The given index is appended to /dev/vbi and /dev/video. Default: index 0, i.e. the card in the first PCI slot. - } {} {-provider} bold { } {} {CNI} underlined { diff --git a/misc/nxtvepg/patches/patch-ad b/misc/nxtvepg/patches/patch-ad index e9c68943d23..290278735df 100644 --- a/misc/nxtvepg/patches/patch-ad +++ b/misc/nxtvepg/patches/patch-ad @@ -1,31 +1,13 @@ -$NetBSD: patch-ad,v 1.2 2001/06/09 15:14:26 magick Exp $ +$NetBSD: patch-ad,v 1.3 2002/03/04 19:56:53 magick Exp $ ---- nxtvepg.1.orig Wed Feb 14 22:31:37 2001 -+++ nxtvepg.1 Sun Feb 18 20:13:22 2001 -@@ -234,7 +234,7 @@ - on Windows nxtvepg.ini in the current directory. +--- nxtvepg.1.orig Sun Feb 17 13:36:12 2002 ++++ nxtvepg.1 +@@ -199,7 +199,7 @@ .Ip "\fB\-dbdir\fR \fIdirectory\fR" 4 + .IX Item "-dbdir directory" Specify an alternate directory for the databases. -Default: On \s-1UNIX\s0 /usr/tmp/nxtvdb, on Windows the current directory. +Default: On \s-1UNIX\s0 /tmp/nxtvdb, on Windows the current directory. Note that the database management is not equipped for concurrent writing, so if you have more than one \s-1TV\s0 tuner card in your system or network, - relocate the directory into the users\*(R' homes. -@@ -910,7 +910,7 @@ - Configuration file where all personal settings are stored. Per default - this is created in your home directory, but a different path and file - name can be specified with the \fB\-rcfile\fR option. --.Ip "\fB/usr/tmp/nxtvdb/nxtvdb-####\fR" 4 -+.Ip "\fB/tmp/nxtvdb/nxtvdb-####\fR" 4 - Directory containing one file for each provider's database. - Can be changed with the \fB\-dbdir\fR command line option. - The last 4 digits of the file names are the hexadecimal \s-1CNI\s0 (Country -@@ -1142,7 +1142,7 @@ - - .IX Item "\fB~/.nxtvepgrc\fR" - --.IX Item "\fB/usr/tmp/nxtvdb/nxtvdb-####\fR" -+.IX Item "\fB/tmp/nxtvdb/nxtvdb-####\fR" - - .IX Item "\fB/dev/vbi0\fR, \fB/dev/vbi1\fR, etc." - + relocate the directory into the users' homes. diff --git a/misc/nxtvepg/patches/patch-ae b/misc/nxtvepg/patches/patch-ae index 863f87eff25..8d09a711501 100644 --- a/misc/nxtvepg/patches/patch-ae +++ b/misc/nxtvepg/patches/patch-ae @@ -1,14 +1,14 @@ -$NetBSD: patch-ae,v 1.3 2001/06/09 15:14:26 magick Exp $ +$NetBSD: patch-ae,v 1.4 2002/03/04 19:56:53 magick Exp $ ---- epgui/epgmain.c.orig Sat May 19 16:42:02 2001 +--- epgui/epgmain.c.orig Sun Feb 17 13:38:00 2002 +++ epgui/epgmain.c -@@ -105,6 +105,9 @@ - static const char *rcfile = "nxtvepg.ini"; - static const char *dbdir = "."; +@@ -111,6 +111,9 @@ + static const char * const defaultRcFile = "nxtvepg.ini"; + static const char * const defaultDbDir = "."; #else +#ifdef __NetBSD__ +#include <paths.h> +#endif - static const char *rcfile = "~/.nxtvepgrc"; - static const char *dbdir = EPG_DB_DIR; + static const char * defaultRcFile = "~/.nxtvepgrc"; + static const char * defaultDbDir = EPG_DB_DIR; #endif |