summaryrefslogtreecommitdiff
path: root/misc/nxtvepg/Makefile
diff options
context:
space:
mode:
authormagick <magick>2003-04-06 18:27:42 +0000
committermagick <magick>2003-04-06 18:27:42 +0000
commitd062acac9e0f6e1a7edbba7b402d1b39eaaf4bd3 (patch)
treeb5c319f7715231c764597232b054f3af22e885e9 /misc/nxtvepg/Makefile
parent53eed08b9da1450ef1babf06c3442db7125502d0 (diff)
downloadpkgsrc-d062acac9e0f6e1a7edbba7b402d1b39eaaf4bd3.tar.gz
Update nxtvepg from 2.4.2 to 2.5.0
From 2.4.2 to 2.5.0 (March/22/2003) Main change: * An alternate TV schedule presentation layout with separate columns for each TV network, similar to the layout principles used by paper based TV magazines. See a comparison of screenshots of the alternate and regular layouts. In detail (Windows-changes omitted): * Added an alternate layout for GUI: programmes are still sorted by start time, but presented in separate columns for each network. Schedules of different networks are aligned, so that programmes which run at the same time are approximately at the same height. The new layout also supports user-defined presentation, i.e. free selection of all attributes which are printed for each programme, possibly depending on filter shortcuts (for example you can print more details for movies), plus marking selected programmes by use of colors and icons. * UNIX xawtv: implemented "overlay" EPG popup based on nxtvepg controlled window (no longer uses "vtx" removed command, which was removed in xawtv-3.7x) The colors can be configured via the new resources xawtv_overlay_fg and xawtv_overlay_bg (see manual for details) * UNIX: the Nxtvepg app-defaults file is now loaded during startup because some user's didn't realize they should have copied modified entries into their $HOME/.Xdefaults * Fixed bug in description text redundancy removal from 2.4.2: texts with less than 30 characters length were not removed. Thanks to Thierry for pointing this out. Also fixed a bug which caused text truncation. * Fixed bug in text decoder which caused some national characters to be displayed falsely, e.g. "D'ECONSEILL'" instead of "D?CONSEILL?". * Fixed bug in "global invert" filter matching (depending on which filter types were inverted, expired programmes could have shown up in the listing) * added possibility to combine several text searches (logical OR) * added fixes for FreeBSD and NetBSD provided by Simon Barner * added Linux "devfs" compatibility, i.e. find /dev/v4l/vbi * added Makefile fixes provided by Debian maintainer Gerd Knorr * fixed SEGV during build on IA64 due to missing include in tcl2c tool (reported to Debian bug tracking by Bdale Garbee)
Diffstat (limited to 'misc/nxtvepg/Makefile')
-rw-r--r--misc/nxtvepg/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/nxtvepg/Makefile b/misc/nxtvepg/Makefile
index 3d766a27c22..a762e2fa1e7 100644
--- a/misc/nxtvepg/Makefile
+++ b/misc/nxtvepg/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2003/01/05 22:44:42 magick Exp $
+# $NetBSD: Makefile,v 1.23 2003/04/06 18:27:42 magick Exp $
+
+DISTNAME= nxtvepg-2.5.0
-DISTNAME= nxtvepg-2.4.2
-PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nxtvepg/}
@@ -18,6 +18,7 @@ USE_X11= yes
USE_X11BASE= yes
USE_BUILDLINK2= yes
pre-configure:
+ ${CP} ${FILESDIR}/Makefile.netbsd ${WRKSRC}/
cd ${WRKSRC}; \
${MV} -f pod2help.pl pod2help.pl.orig; \
${SED} -e "s|@PERL5@|${PERL5}|g" pod2help.pl.orig > pod2help.pl; \