Den 27.11.2021 00:03, skrev Andrew Randrianasulu:


On Saturday, November 27, 2021, Terje J. Hanssen via Cin <cin@lists.cinelerra-gg.org> wrote:


And to list the libbluray-tools:

rpm -ql libbluray-tools
/usr/bin/bd_info
/usr/bin/bd_list_titles
/usr/bin/bd_splice


A fourth tool, "bluray_info" used in the Gentoo article, I didn't packaged for Leap i.e as rpm, and I didn't succeed to compile and install it using "Linux" procedure in the tar install file. So tip here is welcome ;)

hm, it requires libbluray - not packaged for termux, adventure continued} 
In your case be sure you have -dev/-devel packages for libbluray

http://bluray.beandog.org/bluray_info/
https://sourceforge.net/projects/bluray-info/


libbluray-devel was added, and also developement patterns (as I had an end-user desktop+ installed)
* Base dev.
* Gnome dev.
* C/C++ dev.

Then I got the installtion of bluray_info installed
# autoreconf -fi
# ./configure
# make
# make install

Verification:

which bluray_info
/usr/local/bin/bluray_info

------------

Terje J. H