Home · Developers · About · Wiki

Development

Nautilus-Sound-Converter development is done through the GNOME Git Repository. To get started developing or to start writing patches, you can clone our repository at any time and start hacking away. Patches should be sent in to our Bug Tracker.

If you are new to Git, see these GNOME instructions.

Anonymous Git Usage You don't need a GNOME account to clone the nautilus-sound-converter repository. To get the latest code, type: $ git clone git://git.gnome.org/nautilus-sound-converter Then, to build and install, type: $ sh autogen.sh $ make $ sudo make install (or run as root) If you have Nautilus installed in a non-standard prefix, you can tell Nautilus-Sound-Converter to install to that prefix by setting the PKG_CONFIG_PATH environment variable before compiling Nautilus-Sound-Converter. To do so, enter the following: $ export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig

Compiling

Nautilus-Sound-Converter depends on the following programs and libraries:

Make sure you have installed the development packages for these libraries before compiling nautilus-sound-converter. You will also need the standard GNU and GNOME build tools installed.

Distro-specific dependencies Fedora - sudo yum install glib2-devel GConf2-devel gstreamer-devel gnome-media-devel \ nautilus-devel gstreamer-plugins-base gstreamer-plugins-good (please email me additional instructions for missing distributions)

Translating

Just as many other GNOME applications, Nautilus-Sound-Converter is translated by the GNOME translation team.