diff options
author | miwi <miwi@FreeBSD.org> | 2007-09-16 17:17:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-09-16 17:17:50 +0800 |
commit | 453e9d552d8084e8e4a077ae6f14d2b599783f65 (patch) | |
tree | 6bbc57763f787675dc2e60bf662e6867c6571749 /audio/Makefile | |
parent | 954175472d185e0429f983125277ffd6179f7629 (diff) | |
download | freebsd-ports-gnome-453e9d552d8084e8e4a077ae6f14d2b599783f65.tar.gz freebsd-ports-gnome-453e9d552d8084e8e4a077ae6f14d2b599783f65.tar.zst freebsd-ports-gnome-453e9d552d8084e8e4a077ae6f14d2b599783f65.zip |
This plugin fetches lyrics from the internet. It uses the following websites
as sources:
* LyricWiki
* LeosLyrics
* Lyrics Tracker
WWW: http://sarine.nl/gmpc-plugins
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 19022533d3d1..e050256d7512 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -200,6 +200,7 @@ SUBDIR += gmpc SUBDIR += gmpc-autoplaylist SUBDIR += gmpc-lastfm + SUBDIR += gmpc-lyrics SUBDIR += gmpc-magnatune SUBDIR += gmpc-mdcover SUBDIR += gmpc-osd |