My favorites | Sign in
Logo
                
Search
for
Updated Dec 25, 2009 by s.jansen
Labels: Phase-Deploy, Featured
Install  
Compiling and Installing Goggles Music Manager

Contents:


Arch Linux

Goggles Music Manager is available in the community repository. The package is called 'musicmanager'.

 pacman -S musicmanager

Once installed you can run Goggles Music Manager:

 gmm

Cygwin Ports

Goggles Music Manager is available from Cygwin Ports.


Debian

Hendrik Rittich provides debian packages in his package repository


FreeBSD

Goggles Music Manager is available in the FreeBSD Ports and Packages Collection (Thanks to Sascha Klauder). The port is availabe here.

To install the port:

cd /usr/ports/audio/gmm/ && make install clean

To add the package:

pkg_add -r gmm

Gentoo

An gentoo ebuild provided by Andrey Yurchuk is available here


Mandriva

Mandriva rpms are provided by mandrivauser.de for i586 and x86_64

Type this in a console as root to add RPMS to the urpmi database:

Mandriva 2009.1 i586:

urpmi.addmedia 2009.1_mud-free_release ftp://ftp.mandrivauser.de/rpm/GPL/2009.1/i586/release with media_info/synthesis.hdlist.cz

Mandriva 2009.1 x86_64:

urpmi.addmedia 2009.1_mud-free_release ftp://ftp.mandrivauser.de/rpm/GPL/2009.1/x86_64/release with media_info/synthesis.hdlist.cz

OpenSUSE

OpenSUSE packages are provided by the PackMan project. Thanks to Toni Graffy.


Slackware

SlackBuilds provides a slackbuild script to create a musicmanager package for slackware. (Thanks to Keith Richie)


Slitaz

SliTaz provides a Goggles Music Manager package (Thanks to Chadi El Ahmad).

To install

azpkg get-install gogglesmm

Ubuntu

GetDEB provides a Goggles Music Manager package.

Please see the install instructions on http://www.getdeb.net.


From Source

1. Install all required dependencies.

|| libfetch
Library License Version Note Configure Options
FOX LGPL v2 or later 1.6.x or 1.7.x --fox-prefix=</usr>
xinelib GPL v2 or later >= 1.1.x 1.1.8 or higher recommended --xine-prefix=</usr>
sqlite Public Domain >= 3.4 --sqlite-prefix=</usr>
taglib LGPL v2.1 1.5 --taglib-prefix=</usr>
dbus >= 1.0 Optional --with-dbus, --dbus-prefix=</usr>
BSD - runtime dependency, not needed during building. See Downloads for latest snapshot.

2. Run the configure script 'configure' to configure Goggles Music Manager. There are several command line options you may have to specify when running this script. For a complete overview of all options use:

 ./configure --help

We assume that all required packages are installed in /usr. If thats not the case,you can change the installation prefix for each package on the commandline:

 ./configure --fox-prefix=/usr/local

To compile Goggles Music Manager with debug information, add the '--enable-debug' configure option:

./configure --enable-debug

3. Compile by running 'make'

  make

4. If everything compiled fine, you are ready to install Goggles Music Manager in its final location. By default this will be in /usr. Using the --prefix option you can tell configure to install it somewhere else.

 su
 make install

or

 su
 ./configure --prefix=/usr/local
 make install

5. Run the software

 gmm

Comment by martinahansen, Nov 25, 2008

Where is the .exe installer for Winblows?

Comment by martinahansen, Nov 25, 2008

Where is the .dmg installer for Mac?

Comment by s.jansen, Nov 25, 2008

Although both mac and win ports are possible, no volunteers have offered any help regarding those (don't own a mac for example). Windows would be a little bit harder due to compiling Xine.

Comment by wutupake, Jan 16, 2009

Good! I have installed gmm in Ubuntu Intrepid 64 and all work fine! Light and reactive... nice job! :) Only one thing... the gapless playback... there is an impercetible gap! Maybe I've do some mistake during the installation?

(...sorry for my english...)

Comment by s.jansen, Jan 16, 2009

Yes, it's not perfect. But it works for me about 80% of the time so I'm pretty happy about it myself. It's implemented in xine, so I'm somewhat limited by what it does.

Comment by nikesh.jauhari, Sep 16, 2009

Works like charm on OpenSuse? 11.1 Here is the detail >> http://linuxpoison.blogspot.com/2009/09/goggles-music-manager-gmm-jukebox.html


Sign in to add a comment
Hosted by Google Code