Menu

Tree [23a392] default tip /
 History

Read Only access


File Date Author Commit
 data 2011-09-19 tal tal [e05deb] Change header path and name, so same header nam...
 src 2012-03-09 tal tal [23a392] Use track_change siganl to reset song info timer.
 vapi 2011-12-22 tal tal [a03829] Start working on level specific profiles stores.
 window 2011-10-18 tal tal [da2e60] Remove unnecessary code.
 .hgtags 2011-12-12 tal tal [b64157] Added tag release, 0.0.6 for changeset 6d2171fe...
 AUTHORS 2011-08-29 default default [89c31f] initial
 COPYING 2011-08-29 default default [89c31f] initial
 ChangeLog 2011-08-29 default default [89c31f] initial
 INSTALL 2011-08-29 default default [89c31f] initial
 LICENSE 2011-09-19 tal tal [961bdf] Change license note and README from GTK2 to GTK...
 Makefile.am 2011-08-29 default default [89c31f] initial
 NEWS 2011-12-12 tal tal [6d2171] Decelerate version 0.0.6.
 README 2011-12-12 tal tal [f53df2] Update README
 THANKS 2011-08-29 default default [89c31f] initial
 autogen.sh 2011-08-29 default default [89c31f] initial
 configure.ac 2012-02-20 tal tal [857b15] General fixes, moving to Vala 0.15+ and a new s...
 cook 2011-08-29 default default [89c31f] initial

Read Me

MPRIS Applet project web-site: http://mprisapplet.sourceforge.net

==== Description ====

MPRIS Applet is a project aims to provide desktop panel applet/plugin
allow the user to control MPRIS capable players.
Unlike Panflute Music Applet, special plugin for each player isn't
required in order to be compatible with this applet/plugin. Only MPRIS
version 1 or 2 support is required from the player.
Unlike Ayatana Sound Menu, which is Ubuntu only, MPRIS Applet isn't
distro depended. Only UNIX style is required.
Currently supported Desktop Environments are GNOME and Xfce(also, a
basic GTK2/GTK3 window).
However, more desktops support is planned, and very possible thanks to
this project libraries structure.

This package contains both GTK(both version 2 and 3) box for the
applet/plugin as library and relevant components, and isn't depended on DE.

==== Installation ====
***From tarball***
tarball = *.tar[.*] (i.e. not from mercurial repo.)
./configure [--prefix=(prefered prefix)]
make
make install ---> AS ROOT(sudo, su, login root)

***From repository***
Just follow the instruction for tarball above, and replace the "configure"
in "autogen.sh" the command line parameters are the same.
Alternatively, you can run the ./cook script(with no parameters) and then
running configure as explained for tarball above.
You will need autotools if you use download from repository, since the
package is not ready for configure script yet (and it's not exist).

==== Uninstall ====
CD(change directory) in terminal to the source directory you've installed
from, and type:
sudo make uninstall

==== Makefile tricks ====
After configuration, you can remove unneeded files, if you wish.
Read carefully, this might be one way operation if you don't have vala
or autotools.
make mostlyclean => Remove only the temporary object,libtool,etc. files
that was generated/compiled/linked in order to build the final result.
However, it doesn't delete C source files, headers, and generated vapis.
make clean => Do the previous + Remove final results.
make distclean => Keep only the files that needed if autotools are
availible. It doesn't delete C source files, headers, and generated vapis.
make maintainer-clean => Do the previous + Remove any C source files,
headers, and generated vapis. This is what you get when cloning the
repo.

==== License ====
See "LICENSE" in this directory.

==== Repository ====
Change directory(cd) to an empty directory and type in terminal:
hg clone http://hg.code.sf.net/p/mprisapplet/gtk . -< the dot is needed
You can pull changes by:
hg pull
And you can update to last changeset(after pulling as showed above) by:
hg update
See mercurial web-site for full manual.

For more information, visit our web-site.