freebsd-ports/multimedia/mythtv/files/pkg-message.in
Alan Hicks 3c275abe77 */myth*: update the mythtv family of ports to 33.1
Selected upstream changes:

 - The minimum Qt version has been bumped from 5.9 to 5.12
 - FFmpeg upgraded to version 5.1
 - New Waveform visualisation for MythMusic
 - DiSEqC support for SAT>IP
 - Automatic channel groups per video source
 - Nearly 300 continued code modernization and restructuring (not in commits below)
 - Version 2 of the Services API is under development

Changelog: https://www.mythtv.org/wiki/Release_Notes_-_33

PR:		270344
2023-04-12 01:02:41 +02:00

19 lines
479 B
Text

[
{ type: install
message: <<EOM
MythTV has now been installed, but it still needs to be configured.
1. To create the database, use the following command:
mysql -uroot -p < %%DATADIR%%/database/mc.sql
2. Next, run mythtv-setup.
See https://www.mythtv.org/docs/ for more information.
MythTV requires tuner drivers supporting the V4L standard.
MythTV works with HDHomeRun and V4L DVB Compatibility:
see https://wiki.freebsd.org/WebcamCompat for more information.
EOM
}
]