Hello Linux Geeksters. Guayadeque is an open-source lightweight music player working on Linux. It has support for the most popular file formats, like mp3, ogg, flac, wma,wav, mpc, mp4 and many others, allows users to organize tracks by labels, to play and record radio stations, et cetera. The latest version available is Guayadeque 0.3.5 For a list of features, see the official sourceforge page.
In this article I will show you how to install Quayadeque 0.3.5 on Fedora 19, Fedora 18, Fedora 17, CentOS 6.4 and CentOS 6.3.
Because there isn’t any repository available for Guayadeque 0.3.5, we have to compile it from sources. Follow these instructions exactly, in order to get a successful installation:
Install the packages needed for compiling and building the package from source:
$ sudo yum groupinstall "Development Tools"
Install the dependencies:
$ sudo yum install cmake gcc-c++ gettext wxGTK wxGTK-devel taglib-devel sqlite-devel libcurl-devel gnutls-devel dbus-devel gstreamer-devel flac-devel libgpod-devel # subversion subversion-libs
Download and extract the Guayadeque archive:
$ wget -c http://kaz.dl.sourceforge.net/project/guayadeque/guayadeque/0.3.5/guayadeque-0.3.5.tar.bz2
$ tar -xjvf guayadeque-0.3.5.tar.bz2
Build and install Guayadeque:
$ cd guayadeque-0.3.5
$ ./build
$ sudo make install
Leave a Reply