2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-03-02 23:15:56 by Mario Kemper | Files touched by this commit (2) | |
Log message:
Update nxtvepg to 2.7.4
Changes:
rom 2.7.3 to 2.7.4 (2004-Dec-27)
- bugfix EPG teletext number update in database: after external channel
changes from one provider directly onto another there was a possibility
that a wrong teletext number was stored for the first provider,
subsequently causing acquisition to fail; also changed the EPG scan to
update the teletext numbers stored in the databases
- added output of current EPG page number to "acquisition statistics"
in control menu
- added possibility to store "expire time" filter in shortcuts
- fixed timezone calculation for provider "VT4"
- Windows: updated DScaler TV card support; Note a new version of the
dsdrv4 driver will be installed the first time you start nxtvepg
(unless version 4.03 was already installed by another application)
- fixes in the way provider and network names were passed to Tcl/Tk
for display in main window status bar and various dialogs (only
relevant for names corrupted by transmission errors, but did cause
sporadic failure)
- fixed default setting for context menu: was empty since 2.7.1;
Windows only: also fixed !wintv! keyword handling in scripts bound
to reminder events
- fixed bug in text search filter for merged databases: sub-string
search ended after 258 characters
- added possibility to configure text foreground colors (at least for
programme list) to support an inverted color scheme
- added new display format option for composite attributes (i.e.
user-defined columns): set foreground color for entire column
- UNIX: added "XdTV" (former xawdecode) to internal list of TV apps
with which nxtvepg can exchange EPG info
- XML export: omit newline (i.e. line break) at start and end of
description text (on user request esp. for DTD version 5); also
in DTD version 6 descriptions merged from multiple providers are now
exported in separate description attributes instead of concatenating
the text into one with newlines inbetween.
- fixed bug in handling external video input source during EPG scan
which caused misleading help messages
- added work-around to catch "panic" (i.e. internal errors) in Tcl/Tk
library, esp. to cleanly shut down acquisition.
On Windows this fixes annoying popup messages when switching desktop
display to full-screen (e.g. upon start of some game).
- TV app. interaction developent tool vbirec: added possibility to send
commands and EPG OSD infos to a connected TV app (to allow testing
this feature without nxtvepg)
from 2.7.2 to 2.7.3 (2004-Sep-05)
- Fixed backwards compatibility with K!TV (since 2.7.2 there was an error
message "incompatible shared memory size")
- Fixed description of -clock option in output of -help
|
2005-02-24 12:02:59 by Alistair G. Crooks | Files touched by this commit (172) |
Log message:
Add RMD160 digests
|
2004-12-05 00:09:07 by Johnny C. Lam | Files touched by this commit (17) |
Log message:
Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changed
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to
the configure and build processes.
|
2004-12-04 15:51:21 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix path to perl to fix build.
|
2004-11-27 15:21:13 by Mario Kemper | Files touched by this commit (1) |
Log message:
remove pkgrevision, its a new version
|
2004-11-27 15:19:17 by Mario Kemper | Files touched by this commit (1) |
Log message:
add missing patch
|
2004-11-12 07:39:21 by Johnny C. Lam | Files touched by this commit (35) |
Log message:
Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk. Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
|
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-03-30 20:56:15 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Use "${PTHREAD_LDFLAGS}" instead of "${BUILDLINK_LDADD.pthread}".
|