K 10 svn:author V 5 danfe K 8 svn:date V 27 2013-06-17T09:23:52.518792Z K 7 svn:log V 529 Handbrake tries to dlopen() libdvdcss.so.2, while library installed by the libdvdcss package is actually libdvdcss.so.3, so the call always fails and handbrake is unable to properly read CSS-encoded DVDs. Patch in the PR suggested bumping requested shlib version accordingly, but methinks it is better to just remove it completely from CSS_LIB definition. While here, register run-time dependency on `multimedia/libdvdcss'. PR: ports/171473 Submitted by: Heath Nielson Approved by: maintainer timeout (dmarion, over 9 months) END