Jak mogę rozwiązać zależności gstreamer w Ubuntu


26

Czy możesz mi powiedzieć, jak mogę rozwiązać te zależności w 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

Próbowałem:

$ 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

Odpowiedzi:


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

które można było znaleźć, przeprowadzając wyszukiwanie gstreamer-app-0.10.pcw zawartości pakietu na packages.ubuntu.com lub za pomocą apt-file search, lub uruchamiając cały proces konfiguracji auto-apt run.


To działało dla mnie na Ubuntu 13.04
freddyb

To działało dla mnie na Ubuntu 12.04
SSumner

Działa to również dla mnie w Ubuntu 13.10 i twoja odpowiedź powinna być oznaczona jako poprawna.
Voitek Zylinski,

To działało dla mnie na Debianie! :)
neo1691,

2
To działało dla mnie na Ubuntu 14.04
tkcsam

1

Próbować

apt-get install libgstreamer*

Dzięki . Próbowałem tego. Ale wciąż ten sam błąd. Próbowałem „$ sudo apt-get install libgstreamer * -dev”, ale to nie działa.

Próbowałem tego też, ale nie mogę zainstalować lub znaleźć decklinksrc
YumYumYum

0

Próbowałem „$ apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev”

Ale teraz powiedział:

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.

Więc pobierz i zainstaluj gstreamer w katalogu / home / michael / bin (./configure --prefix- / home / michael / bin).

I ustawiłem

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

I uruchom ponownie ./autogen.sh --enable-debug

Ustawiam takie same „Żądane” gstreamer-plugins-base-0.10> = 0.10.25 ”, ale wersja GStreamer Base Plugins Libraries to 0.10.18”


Michał, musisz powiązać swoje konta w swoim profilu użytkownika (patrz meta.stackexchange.com/questions/18232/… ). wtedy odzyskasz własność tego pytania.
szarlatan
Korzystając z naszej strony potwierdzasz, że przeczytałeś(-aś) i rozumiesz nasze zasady używania plików cookie i zasady ochrony prywatności.
Licensed under cc by-sa 3.0 with attribution required.