I want to build whole Kurento on Ubuntu 14.04. I would like to use debian packets instead of using make install.
I start with Gstreamer, but I have some trouble to build Gstreamer as debian package.
I do these steps:
1. mkdir build_gstreamer; cd build_gstreamer
2. ./autogen.sh
3. make
4. debuild -uc -us
Finally, I get some debian packages in folder build_gstreamer.
The question is that the version of the gstreamer source code is 1.8.1.1, but the version of the debian packages I get is 1.5.0.1.
It shows like this

It seems that Gstreamer 1.5.0.1 do not met dependencies of other Kurento projects.
So how can I fix the version?
Thanks a lot