Come posso risolvere le dipendenze di gstreamer in Ubuntu


26

Potete per favore dirmi come posso risolvere queste dipendenze su Ubuntu:

checking for GSTREAMER... configure: error: Package requirements (gstreamer-0.10 >= 0.10
                     gstreamer-app-0.10
                     gstreamer-base-0.10
                     gstreamer-pbutils-0.10
                     gstreamer-plugins-base-0.10 >= 0.10.25
                     gstreamer-video-0.10) were not met:

No package 'gstreamer-app-0.10' found
No package 'gstreamer-pbutils-0.10' found
No package 'gstreamer-plugins-base-0.10' found
No package 'gstreamer-video-0.10' found

Ho provato:

$ sudo apt-get install *gstreamer-video*
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Regex compilation error - Invalid preceding regular expression
$ sudo apt-get install *gstreamer-app*
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Regex compilation error - Invalid preceding regular expression
$ sudo apt-get install *gstreamer-base*
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Regex compilation error - Invalid preceding regular expression

Risposte:


53
$ apt-get install libgstreamer0.10-dev  libgstreamer-plugins-base0.10-dev

che potresti aver trovato effettuando una ricerca gstreamer-app-0.10.pcnel contenuto del pacchetto su packages.ubuntu.com o con apt-file search, oppure eseguendo l'intero processo di configurazione all'interno auto-apt run.


Questo ha funzionato per me su Ubuntu 13.04
freddyb,

Questo ha funzionato per me su Ubuntu 12.04
SSumner

Questo ha funzionato anche per me su Ubuntu 13.10 e la tua risposta dovrebbe essere contrassegnata come corretta.
Voitek Zylinski,

Questo ha funzionato per me su debian! :)
neo1691,

2
Questo ha funzionato per me su Ubuntu 14.04
tkcsam

1

Provare

apt-get install libgstreamer*

Grazie . Ci ho provato. Ma è sempre lo stesso errore. Ho provato '$ sudo apt-get install libgstreamer * -dev' ma non funziona.

Ho provato anche questo, ma non posso installare o trovare decklinkrc
YumYumYum

0

Ho provato che '$ apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev'

Ma ora diceva:

Requested 'gstreamer-plugins-base-0.10 >= 0.10.25' but version of GStreamer Base Plugins Libraries is 0.10.18
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GSTREAMER_CFLAGS
and GSTREAMER_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Quindi scarica e 'make install' gstreamer in / home / michael / bin (./configure --prefix- / home / michael / bin).

E l'ho impostato

$ echo $PKG_CONFIG_PATH
/home/novarra/bin/lib/pkgconfig
$ echo $GSTREAMER_LIBS
/home/scheung/bin/lib/pkconfig

E rieseguire ./autogen.sh --enable-debug

Ho impostato ottenere lo stesso 'Richiesto' gstreamer-plugins-base-0.10> = 0.10.25 'ma la versione delle librerie dei plugin di base GStreamer è 0.10.18'


michael, devi associare i tuoi account al tuo profilo utente (vedi meta.stackexchange.com/questions/18232/… ). allora riprenderai la proprietà di questa domanda.
Quack Quixote
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.