BuildDependenciesDebianUbuntu

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
What is the first name of GStreamer hacker Taymans?

Build Dependencies Debian and Ubuntu

These should do the trick:

sudo apt-get build-dep gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad
sudo apt-get install cvs

(cvs is required by autotools, autogen.sh will fail if you don't have it.)

You will need to make sure the deb-src lines are enabled in your /etc/apt/sources.list file.

On Ubuntu you might try these as well in addition to the above:

sudo apt-get build-dep gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-plugins-bad-multiverse

If you are building 0.11 and still receiving errors about missing basic build tools or dependencies, try:

sudo apt-get install pkg-config libglib2.0-dev liborc-0.4-dev bison flex

For gst-plugins-gl:

sudo apt-get install libglew1.5-dev libpng12-dev