Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| netbsd [2018/02/20 03:56] – beandog | netbsd [2018/03/28 05:59] (current) – beandog | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== NetBSD ====== | ====== NetBSD ====== | ||
| - | === Install libdvd* | + | * [[https:// |
| + | * [[dvd_info]] | ||
| + | |||
| + | ==== dvd_info ==== | ||
| I recommend installing libdvdcss and libdvdread directly from pkgsrc. The binary packages aren't built for support with libdvdcss. | I recommend installing libdvdcss and libdvdread directly from pkgsrc. The binary packages aren't built for support with libdvdcss. | ||
| Line 32: | Line 35: | ||
| Despite it whining about not linking against libdvdcss, the build will. | Despite it whining about not linking against libdvdcss, the build will. | ||
| - | Afer that, download dvd_info and install as normal :) | + | You'll have to have autoconf and automake installed as well. |
| + | |||
| + | Afer that, download dvd_info and install as normal. :) | ||
| < | < | ||
| Line 41: | Line 46: | ||
| </ | </ | ||
| + | To access the DVD disc drive, your user will have to be in the '' | ||
| + | < | ||
| + | usermod -G operator steve | ||
| + | </ | ||
| + | |||
| + | The default device is ''/ | ||
| + | |||
| + | < | ||
| + | dvd_info /dev/cd0d | ||
| + | </ | ||
| + | |||
| + | ==== libbluray ==== | ||
| + | |||
| + | I can get libbluray to install from source (1.0.2), but not libaacs. | ||
| + | |||
| + | Yet another dirty hack: | ||
| + | |||
| + | < | ||
| + | cp jni/ | ||
| + | ./configure --prefix=/ | ||
| + | </ | ||
| + | |||
| + | bluray_info works great (1.2.0): | ||
| + | |||
| + | < | ||
| + | gcc -o bluray_info bluray_info.c bluray_video.c bluray_audio.c bluray_time.c -lbluray -L/ | ||
| + | </ | ||