mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
13aba86dfc
PR: 268987
20 lines
374 B
Plaintext
20 lines
374 B
Plaintext
[
|
|
{ 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 install
|
|
|
|
EOM
|
|
}
|
|
]
|