problem building gst_plugins_ugly for Fedora 13

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

problem building gst_plugins_ugly for Fedora 13

Howard
  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



------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world?
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: problem building gst_plugins_ugly for Fedora 13

Marco Ballesio
Hi,

maybe you need the development packages as well? Checking in
config.log maybe beneficial for you to understand the root cause.

Regards,
Marco

On Mon, Feb 7, 2011 at 9:43 AM, Howard <[hidden email]> wrote:

>  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
>
>
>
> ------------------------------------------------------------------------------
> The modern datacenter depends on network connectivity to access resources
> and provide services. The best practices for maximizing a physical server's
> connectivity to a physical network are well understood - see how these
> rules translate into the virtual world?
> http://p.sf.net/sfu/oracle-sfdevnlfb
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world?
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: problem building gst_plugins_ugly for Fedora 13

Bastien Nocera-2
In reply to this post by Howard
On Mon, 2011-02-07 at 02:43 -0500, Howard wrote:

> 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

You need to install the -devel packages for those, otherwise you won't
be able to compile anything.

My guess is that you want to setup the repositories at
http://rpmfusion.net, which provide the packages, pre-compiled.

Cheers


------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world?
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: problem building gst_plugins_ugly for Fedora 13

Howard
In reply to this post by Marco Ballesio
  Thank you both for the help.
I had some success so I thought I would post my experience for others.

I decided to build gst-plugins-ugly-0.10.14.tar.gz
as it seemed the closest datewise to my installed Fedora 13 gstreamer.

I solved the
configure: error: liboil-0.3.8 or later is required

problem by installing liboil-devel from my base repo:

yum install liboil-devel.i686  --enablerepo=fedora

I may have also needed gstreamer-devel from there too but am not sure
because I had already installed it by then. (below)

I also used this configure line:

./configure --prefix=/usr  --libdir=/usr

So make and install and test went well but rhythmbox would still not
play mp3.

-----

I also set up rpmfusion repo and attempted to install the
gstreamer-plugins-ugly
I disable all my repos, because I am on dialup, and enable only what I
want to use.

I foujnd that the fedora repo had the gstream-devel, gstream-good-devel,
gstream-bad.devel, and others which I installed then tried the build
above and then thi
s:

yum install gstreamer-plugins-ugly --enablerepo=rpmfusion-free  
--enablerepo=rpmfusion-free-updates  --enablerepo=rpmfusion-nonfree  
--enablerepo=rpmfusion-nonfree-updates

This left me with only two deps:

Requires: libid3tag.so.0
Requires: libsidplay.so.1

This was solved by:

yum install libid3tag-devel.i686  libsidplay-devel.i686 --enablerepo=fedora

Then the above install gstreamer-plugins-ugly completed!

But rhythmbox still did not play mp3:(

Then I rebooted fedora and voila - mp3's will now play!

Thanks for pointing the way.


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel