pkgsrc/misc/nxtvepg/Makefile

43 lines
999 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.37 2004/10/03 00:13:00 tv Exp $
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)
2003-04-06 20:27:42 +02:00
DISTNAME= nxtvepg-2.6.0
PKGREVISION= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nxtvepg/}
MAINTAINER= magick@zhadum.de
HOMEPAGE= http://sourceforge.net/projects/nxtvepg/
COMMENT= NextView EPG decoder
ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \
NetBSD-1.5_ALPHA-* NetBSD-1.[5-9]*-* \
NetBSD-[2-9]*-*
USE_PERL5= yes
USE_GNU_TOOLS+= make
USE_X11= yes
USE_BUILDLINK3= yes
.include "../../mk/pthread.buildlink3.mk"
# Only native threads work.
.if ${PTHREAD_TYPE} == "native"
CFLAGS+= -DUSE_THREADS=1
MAKE_ENV+= WANT_THREADS=1
.endif
# Required for Tcl/Tk 8.4
LDFLAGS+= ${PTHREAD_LDFLAGS}
pre-configure:
cd ${WRKSRC}; \
${MV} -f pod2help.pl pod2help.pl.orig; \
${SED} -e "s|@PERL5@|${PERL5}|g" pod2help.pl.orig > pod2help.pl; \
${CHMOD} +x ${WRKSRC}/pod2help.pl
#pre-build:
# cd ${WRKSRC}; \
# ${GMAKE} depend
Update nxtvepg to 2.2.1 Changes since 0.7.4 (Windows changes ommitted): From 2.2.0 (aka 0.7.4) to 2.2.1 (August/24/2002) This release contains the following fixes: * Major bugfix: nxtvepg crashed frequently due to a memory overwrite bug in the description text display function. The bug exists in all previous versions! (It surfaced only now because some very long description texts were transmitted by the German provider Kabel1.) * Bugfix in database merge: merge failed when no networks were manually selected yet * Network name column in the programme listing now automatically adapts its width so that network names no longer get cut off. Thanks to Thierry M?n?trier for his excellent feedback. From 2.1.2 (aka 0.7.4) to 2.2.0 (August/18/2002) This release contains the following new features and fixes: * Network selection config dialog: allow to specify time windows for each network (e.g. for ARTE 19:00 - 06:00 o'clock). Programmes that are completely outside this window are suppressed in the listing. * PDC theme descriptors were translated to French and German; the language can be either selected automatically or manually. Thanks to Matthieu for triggering this improvement and for the French translation. * The programme database can be exported into a text file in TAB separated format, so that it can be directly loaded into an SQL database. (This feature has been added to support the HTML converter E*plore EPG nexTView written in PHP by sysmik) * Bugfix in the EPG scan due to which on channels which could not be identified via VPS/PDC no EPG provider was found. Thanks to Helge Kreutzmann for pointing out this problem. * Manual size changes of the help window are now remembered; also improved a few details in help text formatting.
2002-08-31 11:25:04 +02:00
.include "../../x11/tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"