[gst-devel] problem building gst_plugins_ugly for Fedora 13
Howard
how0909 at freeshell.org
Mon Feb 7 08:43:28 CET 2011
Hello.
I am trying to add gst_plugins_ugly to my F13 gstreamer collection for
mp3 playback support.
I have done some building in the past but am still a novice...
F13 supplied me with:
796892 Mar 15 2010 gstreamer-0.10.28-2.fc13.i686.rpm
1070056 Apr 15 2010 gstreamer-plugins-bad-free-0.10.18-2.fc13.i686.rpm
973796 Mar 10 2010 gstreamer-plugins-base-0.10.28-1.fc13.i686.rpm
1185296 Apr 7 2010 gstreamer-plugins-good-0.10.21-2.fc13.i686.rpm
242292 Feb 26 2010 gstreamer-python-0.10.16-1.fc12.i686.rpm
44896 Feb 5 2010 gstreamer-rtsp-0.10.5-1.fc13.i686.rpm
23264 Mar 15 2010 gstreamer-tools-0.10.28-2.fc13.i686.rpm
95792 Mar 29 2010 PackageKit-gstreamer-plugin-0.6.3-1.fc13.i686.rpm
102208 Apr 24 2010 phonon-backend-gstreamer-4.4.1-2.fc13.i686.rpm
I have tried these four source files from
http://gstreamer.freedesktop.org/src/gst-plugins-ugly:
gst-plugins-ugly-0.10.14.tar.gz 05-Mar-2010 17:09 1.3M
gst-plugins-ugly-0.10.15.tar.gz 30-May-2010 06:21 1.4M
gst-plugins-ugly-0.10.16.tar.gz 02-Sep-2010 15:56 1.4M
gst-plugins-ugly-0.10.17.tar.gz 21-Jan-2011 05:16 1.4M
----------
...but I can't get past ./configure.
0.10.14 stops at:
checking for GLIB... yes
checking for LIBOIL... no
configure: error: liboil-0.3.8 or later is required
...and .15 stop at:
configure: error: liboil-0.3.14 or later is required
yet I have installed:
rpm -q liboil
liboil-0.3.16-4.fc12.i686
----------
And both 0.10.16
<http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.16.tar.gz>
and 0.10.17
<http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.16.tar.gz>
give me:
checking for GLIB... yes
checking for ORC... no
checking for GST... no
no
configure: No package 'gstreamer-0.10' found
configure: error: no gstreamer-0.10 >= 0.10.26 (GStreamer) found
...even though I have this installed:
rpm -q gstreamer
gstreamer-0.10.30-1.fc13.i686
----------
I must add that my liboil and gstreamer libraries are in /usr/lib and
NOT in /usr/local/lib which the README states as the default.
I have tried this line before ./configure which made no difference in
the errors:
export PKG_CONFIG_PATH=/usr/lib/pkgconfig
-----------
Any help would be appreciated.
Thanks, Howard
More information about the gstreamer-devel
mailing list