diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-24 08:11:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-24 08:11:33 +0000 |
commit | 5c51a51bbc4add34f56da82a5d5fcf65fff65801 (patch) | |
tree | 883d4c1ad8376e3fe715cc86ceda9203465a44c7 /audio/Makefile | |
parent | - Fix Build (diff) |
MusicTracker is a plugin for Pidgin which displays the music track currently
playing in the status message of various accounts such as AIM, Yahoo, MSN,
Gtalk (Jabber), etc., i.e. any protocol Pidgin supports custom statuses on.
Support for a wide range of audio players on both Windows and UNIX platforms
is planned. Currently supported players: Amarok, Rhythmbox, Audacious, XMMS,
MPC/MPD, Exaile, Banshee and Quod Libet.
WWW: http://code.google.com/p/musictracker/
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 181b2ef32c36..b08350360fbc 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -504,6 +504,7 @@ SUBDIR += penguinsap SUBDIR += phatbeat SUBDIR += picard + SUBDIR += pidgin-musictracker SUBDIR += pimp3 SUBDIR += play SUBDIR += playgsf |