Làm cách nào tôi có thể giải quyết các phụ thuộc của trình phát trong Ubuntu


26

Bạn có thể vui lòng cho tôi biết làm thế nào tôi có thể giải quyết các phụ thuộc này trên Ubuntu không:

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

Tôi đã thử:

$ 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

Câu trả lời:


53
$ apt-get cài đặt libgstreamer0.10-dev  libgstreamer-plugins-base0.10-dev

mà bạn có thể tìm thấy bằng cách thực hiện tìm kiếm gstreamer-app-0.10.pctrong nội dung gói trên gói.ubfox.com hoặc với apt-file searchhoặc bằng cách chạy toàn bộ quá trình cấu hình bên trong auto-apt run.


Điều này làm việc cho tôi trên Ubuntu 13.04
freddyb

Điều này làm việc cho tôi trên Ubuntu 12.04
SSumner

Điều này cũng làm việc với tôi trên Ubuntu 13.10 và câu trả lời của bạn phải được đánh dấu là đúng.
Voitek Zylinski

Điều này làm việc cho tôi trên debian! :)
neo1691

2
Điều này làm việc cho tôi trên Ubuntu 14.04
tkcsam

1

Thử

apt-get install libgstreamer*

Cảm ơn . Tôi đã thử nó. Nhưng vẫn còn lỗi. Tôi đã thử '$ sudo apt-get install libgstreamer * -dev' nhưng nó không hoạt động.

Đã thử điều này quá, nhưng không thể cài đặt hoặc tìm Decklinksrc
YumYumYum

0

Tôi đã thử rằng '$ apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev'

Nhưng bây giờ nó nói:

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.

Vì vậy, hãy tải xuống và 'thực hiện cài đặt' guxer trong / home / michael / bin (./ thông minh --prefix- / home / michael / bin).

Và tôi đã thiết lập

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

Và chạy lại ./autogen.sh - có thể gỡ lỗi

Tôi đặt nhận cùng một 'Yêu cầu' guxer-plugins-base-0.10> = 0.10.25 'nhưng phiên bản của Thư viện Trình cắm cơ sở GStreamer là 0.10,18'


michael, bạn cần liên kết các tài khoản của bạn trong hồ sơ người dùng của bạn (xem meta.stackexchange.com/questions/18232/, ). sau đó bạn sẽ lấy lại quyền sở hữu câu hỏi này.
quack quixote
Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.