우분투에서 gstreamer 의존성을 어떻게 해결할 수 있습니까?


26

우분투에서 이러한 종속성을 어떻게 해결할 수 있는지 알려주십시오.

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

답변:


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

이는 당신이 검색을 수행하여 발견 수 gstreamer-app-0.10.pc에 패키지 내용에 packages.ubuntu.com 또는 함께 apt-file search, 또는 내 전체 구성 프로세스를 실행하여 auto-apt run.


이것은 우분투 13.04에서 나를 위해 일했다
freddyb

이것은 우분투 12.04에서 나를 위해 일했다
SSumner

이것은 또한 Ubuntu 13.10에서 나에게 효과적이며 귀하의 답변은 올바른 것으로 표시되어야합니다.
Voitek Zylinski

이것은 데비안에서 나를 위해 일했습니다! :)
neo1691

2
이것은 우분투 14.04에서 나를 위해 일했다
tkcsam

1

시험

apt-get install libgstreamer*

감사 . 나는 그것을 시도했다. 그러나 여전히 같은 오류입니다. '$ sudo apt-get install libgstreamer * -dev'를 시도했지만 작동하지 않습니다.

이것도을 시도하지만, 설치 또는 decklinksrc 찾을 수 없습니다
YumYumYum

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.

따라서 /home/michael/bin(./configure --prefix- / home / michael / bin)에서 gstreamer를 다운로드하여 'make install'하십시오.

그리고 나는 설정했다

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

./autogen.sh --enable-debug를 다시 실행하십시오.

동일한 '요청 된'gstreamer-plugins-base-0.10> = 0.10.25 '를 얻었지만 GStreamer Base Plugins Libraries의 버전은 0.10.18입니다.'


michael, 계정을 사용자 프로필에 연결해야합니다 ( meta.stackexchange.com/questions/18232/… 참조 ). 그러면이 질문에 대한 소유권을 되찾게됩니다.
quack quixote
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.