sa3paleasm / nautilus-sound-converter

Automatically exported from code.google.com/p/nautilus-sound-converter
GNU General Public License v2.0
0 stars 0 forks source link

Configure on Ubuntu 8.10 #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm receiving dependency error in Ubuntu 8.10 and I can't seem to find the
requirements in the Ubuntu repos.  Does anyone know what the following are
called in Ubuntu's repos or if they are not available there at all?

checking for NSC... configure: error: Package requirements (
    glib-2.0 >= 2.16.0
    gconf-2.0 >= 1.2.0
    libnautilus-extension >= 2.12.0
    gtk+-2.0 >= 2.12.0
    gstreamer-0.10 >= 0.10.19
    gstreamer-plugins-base-0.10 >= 0.10.19
    gnome-media-profiles >= 2.11.91
) were not met:

No package 'glib-2.0' found
No package 'gconf-2.0' found
No package 'libnautilus-extension' found
No package 'gtk+-2.0' found
No package 'gstreamer-0.10' found
No package 'gstreamer-plugins-base-0.10' found
No package 'gnome-media-profiles' found

Original issue reported on code.google.com by simon.iv...@gmail.com on 19 Jan 2009 at 12:13

GoogleCodeExporter commented 8 years ago
Your missing the Ubuntu devel packages it looks like.  I develop for Fedora, but
based on a quick google search, I'm guessing you need to install the following 
to
build it:

libglib2.0-dev
libgconf2-dev
libnautilus-extension-dev
libgtk2.0-dev
libgstreamer0.10-dev
libgstreamer-plugins-base0.10-dev
libgnome-media-dev

You'll probably also want to make sure you have the appropriate gstreamer 
plugins
(bad & ugly) also.

Original comment by bdpep...@gmail.com on 19 Jan 2009 at 5:24

GoogleCodeExporter commented 8 years ago
Thanks for your help.  I installed the recommended packages but for whatever 
reason
I'm getting the same error.

I'll give it a shot later tonight when I'm not so tired.

Original comment by simon.iv...@gmail.com on 27 Jan 2009 at 12:24