26

Подскажите, пожалуйста, как мне разрешить эти зависимости в 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

Я пытался:

$ 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

3 ответа3

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

который вы могли бы найти, выполнив поиск gstreamer-app-0.10.pc в содержимом пакета на packages.ubuntu.com или с помощью apt-file search , или запустив весь процесс конфигурации в рамках auto-apt run .

1

Пытаться

apt-get install libgstreamer*
0

Я пробовал, что '$ apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev'

Но теперь сказано:

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.

Так что скачайте gstreamer «make install» в /home /michael /bin (./configure --prefix- /home /michael /bin).

А то я поставила

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

И перезапустите ./autogen.sh --enable-debug

Я установил получить тот же 'Requested' gstreamer-plugins-base-0.10> = 0.10.25 ', но версия библиотек базовых плагинов GStreamer - 0.10.18'

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .