Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 85cb43f7492ab1b264861a4dc08f9bd6 > files > 54

gnome-music-3.14.3.1-1.mga5.x86_64.rpm

GNOME Music 3.9.92 Alpha
========================

Music is the new GNOME music playing application.


=== Where can I find more? ===

We have a wiki page at
https://wiki.gnome.org/Apps/Music

You can join us on the IRC:
#gnome-music on GIMPNet


=== Building from git ===

$ git clone git://git.gnome.org/gnome-music
$ cd gnome-music
$ ./autogen.sh
$ make


=== Troubleshooting ===

Jhbuild fires import errors for python packages like:
"ImportError: /opt/gnome/lib64/python2.7/site-packages/"
Do:
 $ jhbuild shell
 $ export PYTHONPATH=/opt/gnome/lib/python3.3/site-packages:/opt/gnome/lib64/python3.3/site-packages
 $ gnome-music