Onde posso encontrar o libdvdread?

1

Estou tentando instalar o Bombono na ferramenta de edição de DVD, e o readme me diz para construí-lo com scons, apenas o scons me interrompe com este aviso:

scons: Reading SConscript files ...
Creating new config file: config.opts
Checking whether we are using the GNU C compiler ... yes
Checking whether we are using the Clang compiler ... no
Checking for pkg-config ... yes
Checking for C header file sys/types.h... yes
Checking for C header file sys/stat.h... yes
Checking for C header file stdlib.h... yes
Checking for C header file string.h... yes
Checking for C header file memory.h... yes
Checking for C header file strings.h... yes
Checking for C header file inttypes.h... yes
Checking for C header file stdint.h... yes
Checking for C header file unistd.h... yes
Checking for C header file dlfcn.h... yes
Checking for C header file sys/timeb.h... yes
Checking for C header file sys/time.h... yes
Checking for C header file time.h... yes
Checking for C header file io.h... no
Checking for struct timeval ... yes
Checking for C function ftime()... yes
Checking for C function gettimeofday()... yes
Checking maximum supported data alignment ... no
Checking whether compiler understands __builtin_expect ... yes
Checking return type of signal handlers ... void
Checking for inline ... yes ('inline')
Checking for restrict ... yes ('restrict')
Checking for DVDOpenFile() in C library dvdread... no

****************************************************
Can't find library libdvdread!
****************************************************

Pesquisei o problema um pouco e tentei vários downloads, um deles atualizando o gstreamer, mas parece que as soluções estão desatualizadas

    
por thinksinbinary 10.08.2016 / 23:18

1 resposta

1

O método normal para fazer isso é

sudo apt-get update
sudo apt-get install libdvdread-dev

Funciona em 16.04.

    
por Rinzwind 10.08.2016 / 23:24

Tags