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?
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)
any clues what may cause this? I disabled this files from the spec file and now it seems to work Nezer _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
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 _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Nezer Zaidenberg
only for you:-)
http://www.lfarkas.org/linux/packages/centos/6/gstreamer/ On 12/18/2011 01:17 PM, Nezer Zaidenberg wrote: > 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? > > 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) > > any clues what may cause this? > > I disabled this files from the spec file and now it seems to work > > Nezer > > > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel -- Levente "Si vis pacem para bellum!" _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |