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
19 lines
376 B
Text
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
|
|
}
|
|
]
|