Commit graph

7 commits

Author SHA1 Message Date
magick
70cc2b61c4 Update to 0.6.0
While here, clean it up a bit:
don't install to X11BASE
buildlink'ify
homepage moved
archive is downloadable, remove NO_SRC_ON_FTP

Changes between 0.5.2 and 0.6.0:
- Possibility to invoke user-defined external commands from the context
  menu in the browser listbox, e.g. to program a timer for
  the selected programme in a scheduler like plan.
- Dump of programme list or selected programme descriptions into a
  file in HTML format, from where they can be loaded by any
  WWW browser. This may be of interest for people who want to print
  out TV schedules onto dead trees.
- New text search option Match full to allow exact title matches,
  e.g. a search for "heute" will no longer match on "heute journal"
  when full match is enabled.
- Alphabetically sorted series list in the filter menu.
2001-08-26 14:15:32 +00:00
magick
2de817e9fd Update to 0.5.1
Changes from 0.5.0 to 0.5.1
- monitor the _XAWTV_STATION property on the xawtv window and VPS/PDC (during
  EPG acquisition) to detect channel changes (new source module epgui/xawtv.c;
  communication with xawtv is now done directly via X11 calls, and no longer
  uses the xawtv-remote utility)
- after a channel change, optionally set the programme listing's cursor on
  the programme currently running on this channel and/or display the programme
  title and running time information inside xawtv, either in a popup, as
  overlay (requires xfree4 and the XVideo extension) or window title message.
- improved handling of the network name configuration dialog by addition of
  a "Closest match in xawtv" button.
- fix: during refresh, the cursor now remains on the same start time and network
- fix: short info text view is no longer set to line 1.0 during every update
- fix: possible crash due to reference to freed memory when acq timescale
  popup was open & bad reception (block discarded due to parity errors)
- fix: in cyclic or follow-ui acquisition modes when acquisition was forced
  passive on a non-provider channel (e.g. by a busy video device) acq control
  did not automatically switch to active when the device was freed.
- fix: network name configuration: name selection from the provider listbox
  was handled incorrectly for networks which were not covered by all providers,
  so that another than the selected name was actually used.
- added support for multi-network channel names (e.g. [Arte / Kinderkanal])
  to network name configuration: split xawtv station names around '/' and
  use all resulting segments for matching with Nextview network names.
- added support for Turkish charset in national option table; 6 characters
  which are not in latin-1 are replaced by their ASCII counterparts.
- fixed two memory leaks in the EPG scan and wrong handling of the EPG MIP
  entry, which slowed down the scan on several channels.
- changed Makefile.win32 to use gcc/mingw32 for compilation. The supplied
  Tcl/Tk libraries are compiled with gcc too (on NT using cygwin)
2001-06-09 15:14:25 +00:00
jlam
d1937b7900 Substitute pre-defined ${PERL} value for location of perl binary. 2001-05-23 21:06:01 +00:00
tron
5b2bcad773 Update "nxtvepg" package to version 0.5.0. Changes since version 0.4.5:
- The main window is now vertically resizable. The proportions of
  the program listbox and the info text can be adjusted with a
  "panning" button (slider).
- Added a button called "Tune TV" in the main window to
  remote-control xawtv (UNIX only).
- Added network name configuration dialog to synchronize names with
  the .xawtv configuration file and to allow consistant
  network naming across all providers.
- Allow using channel assignments in .xawtv to speed up the EPG
  scan (UNIX only).
- Added "Update filter shortcut" dialog to the filter menu to
  simplify changing existing shortcuts.
- Made handling of filter shortcut dialog fool-proof.
- Added filter settings description to the shortcut configuration
  dialog. Removed the filter combination checkboxes (were disabled
  anyway).
- Added acquisition mode "external" for Composite/S-Video input
  source (or unknown win32 tuner types). Win32: suppressed
  obsolete acq mode "passive".
- Fixed command line option -rcfile for Win32: backslash chars in
  path vanished.
- Restructured software to simplify reuse as library in other
  projects.
This update was contributed by Mario Kemper in PR pkg/12717.
2001-04-23 20:37:31 +00:00
tron
7a8f93f37a 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.
2001-03-01 20:52:14 +00:00
veego
0d65c57962 Use X11PREFIX instead of X11BASE to build it with xpkgwedge. 2001-02-18 20:25:59 +00:00
tron
b41c53d844 Import new "nxtvepg" package contributed by Mario Kemper in PR pkg/12215:
NextView EPG decoder
2001-02-18 19:17:24 +00:00