which version of gstreamer sdk 1.x is stable on centos 6.8

classic Classic list List threaded Threaded
3 messages Options
qw
Reply | Threaded
Open this post in threaded view
|

which version of gstreamer sdk 1.x is stable on centos 6.8

qw
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
Reply | Threaded
Open this post in threaded view
|

Re: which version of gstreamer sdk 1.x is stable on centos 6.8

Sebastian Dröge-3
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
qw
Reply | Threaded
Open this post in threaded view
|

Re:Re: which version of gstreamer sdk 1.x is stable on centos 6.8

qw
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


At 2016-07-04 17:23:57, "Sebastian Dröge" <[hidden email]> wrote: >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