libdvdread is a library which provides a simple foundation for reading DVDs.
This package is known to build and work properly using an LFS 13.1 platform.
Download (HTTP): https://get.videolan.org/libdvdread/7.1.1/libdvdread-7.1.1.tar.xz
Download MD5 sum: bfd662e9180dabad03bae95292b38a50
Download size: 104 KB
Estimated disk space required: 2.0 MB
Estimated build time: less than 0.1 SBU
First, install the documentation in a versioned directory:
sed -i "/get_option/s/libdvdread/&-7.1.1/" meson.build
Install libdvdread by running the following commands:
mkdir build &&
cd build &&
meson setup --prefix=/usr \
--buildtype=release \
--default-library=shared .. &&
ninja
This package does not come with a test suite.
Now, as the root user:
ninja install