freebsd-ports/multimedia/kodi/pkg-message
Jason W. Bacon 94753e8d69 multimedia/kodi: Unbreak package, failing due to missing libdvdcss
libdvdcss, which is no longer packaged for legal reasons, was a
default-on OPTION.  Package builds were succeeding, but the binary
complained of missing libraries.  This update makes libdvdcss
default-off and adds a pkg-message about building from source for
those who need it encrypted DVD support.

PR:             260490
Reported by:    ravens10@tutanota.com
MFH:            2022Q1
2022-01-29 10:45:05 -06:00

19 lines
376 B
Text

[
{ type: install
message: <<EOM
The default Kodi build, and hence the binary package, does not include
libdvdcss, which cannot be packaged for legal reasons.
If you want to enable playing encrypted DVDs, you must build from source:
cd ${PORTSDIR}/multimedia/kodi
make config
[ In the configuration menu, enable the libdvdcss option ]
make deinstall reinstall
EOM
}
]