मैं उबंटू में gstreamer निर्भरता कैसे हल कर सकता हूं


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

जवाबों:


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

इसने मेरे लिए Ubuntu 12.04
SSumner

इसने मेरे लिए उबंटू 13.10 पर भी काम किया और आपके उत्तर को सही माना जाना चाहिए।
वोइटेक ज़िलिंस्की

यह मेरे लिए डेबियन पर काम करता है! :)
neo1691

2
यह मेरे लिए Ubuntu 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.

तो डाउनलोड और 'इनस्टॉल' करें 'gstreamer in / 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

और rerun ./autogen.sh --enable-debug

मैंने समान 'अनुरोधित' gstreamer-plugins-base-0.10> = 0.10.25 'प्राप्त किया है, लेकिन GStreamer Base प्लगइन्स लाइब्रेरी का संस्करण 0.10.18 है


माइकल, आपको अपने उपयोगकर्ता प्रोफ़ाइल में अपने खातों को जोड़ने की आवश्यकता है (देखें meta.stackexchange.com/questions/18232/… )। तब आप इस प्रश्न का स्वामित्व प्राप्त कर लेंगे।
क्वैक कोटे
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.