RPMS for RHEL?

Nicolas Dufresne nicolas.dufresne at collabora.co.uk
Sun Dec 18 07:00:19 PST 2011


Le dimanche 18 décembre 2011 à 14:17 +0200, Nezer Zaidenberg a écrit :
> Hello,
> 
> 
> 
> I am trying to build packages of gstreamer-0.10.35 for RHEL 6.1 (or
> Centos/Scientific Linux) to replace the packages that comes with the
> OS (0.10.29)
> 
> 
> 1. I am using the gstreamer.spec that comes in the build directory of
> the gstreamer package.
> 
> 
> I managed to compile and build gstreamer 0.10.35 but when I use the
>  spec file provided by the gstreamer distribution I encounter the
> following problem
> - gstreamer is calling configure with enable-gobject introspection.
> - the glib2 that comes with RHEL doesn't seem to have the feature
> enabled.
> 
> 
> In order to build the package I disabled gobject introspection.
> 
> 
> How does this effect the runtime?

This won't affect the runtime. GObject introspection is use in automatic
bindings.
> 
> 
> 2. After building gstreamer I see errors about file not found. the
> filenames look like 
> 
> 
> Gst-0.10.gir (and other .gir files)
> Gst-0.10.typelib (and other .typelib files)


Those are the files generated by GObject introspection, most likely
referenced in the install section of you spec. It is normal that you
have to remove those if you have disabled their creation.

regards,
Nicolas

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20111218/a878cb16/attachment.htm>


More information about the gstreamer-devel mailing list