Hi, I was trying to build gstreamer 1.8.2 by using cerbero on Centos 6.8, but failed. Which version of gstreamer sdk can be built successfully on centos 6.8. I found 'package gstreamer-1.0' would download dependency packages and gstreamer source code, and then build them. How can I download those packages and gstreamer source code in advance, and build them any time without downloading them? Thanks! Regards Andrew
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On So, 2016-07-03 at 17:36 +0800, qw wrote:
> Hi, > > I was trying to build gstreamer 1.8.2 by using cerbero on Centos 6.8, > but failed. Which version of gstreamer sdk can be built successfully > on centos 6.8. How did it fail? Both the 1.8 and master branch of cerbero should work. > I found 'package gstreamer-1.0' would download dependency packages > and gstreamer source code, and then build them. How can I download > those packages and gstreamer source code in advance, and build them > any time without downloading them? You realistically can't (unless you have far too much time). cerbero keeps them around though so they are not redownloaded. -- Sebastian Dröge, Centricular Ltd · http://www.centricular.com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (968 bytes) Download Attachment |
Hi, >> I was trying to build gstreamer 1.8.2 by using cerbero on Centos 6.8, >> but failed. Which version of gstreamer sdk can be built successfully >> on centos 6.8. > >How did it fail? Both the 1.8 and master branch of cerbero should work.I used './cerbero-uninstalled package gstreamer-1.0' to build all packages. But when building gobject-introspection-1.46.0, cerbero reported error messages as below: checking for strtoull... yes checking for backtrace... yes checking for backtrace_symbols... yes checking whether /root/cerbero/build-tools/bin/python version is >= 2.7... no configure: error: Python interpreter is too old Running command 'gtkdocize && autoreconf -vfi' Running command './configure --prefix /root/cerbero/dist/linux_x86_64 --libdir /root/cerbero/dist/linux_x86_64/lib --disable-maintainer-mode --disable-silent-rules --enable-introspection --disable-maintainer-mode --disable-silent-rules --enable-introspection ' ***** Error running 'package' command: Recipe 'gobject-introspection' failed at the build step 'configure' I have built and installed python 2.7.11 in another directory. I can succeed in running configure command by specifying the environment variable PYTHON. But I can't define PYTHON for cerbero. I also checked gobject-introspection-1.46.0's configure file, which will search all possible python files. How to define PATH for cerbero to search my new built python 2.7.11? Is there some way to define environment variables for cerbero? Thanks! Regards Andrew
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |