diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-26 02:01:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-26 02:01:24 +0800 |
commit | 33b18e1eeb689f679f547fa23abfd4f82d1aaa1f (patch) | |
tree | 61b616a063929e7e7d11d9a3b20d10d1ebddf3e5 /audio/Makefile | |
parent | ba743774c65b65b9f63dfffd48ddcd83179eb253 (diff) | |
download | freebsd-ports-gnome-33b18e1eeb689f679f547fa23abfd4f82d1aaa1f.tar.gz freebsd-ports-gnome-33b18e1eeb689f679f547fa23abfd4f82d1aaa1f.tar.zst freebsd-ports-gnome-33b18e1eeb689f679f547fa23abfd4f82d1aaa1f.zip |
This plugin fetches cover art, artist art,album and artist information
from the file system.
WWW: http://gmpc.wikia.com/wiki/GMPC_PLUGIN_ALBUMVIEW
Feature safe: yes
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 b7b59c3e4eae..980406cc811f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -211,6 +211,7 @@ SUBDIR += gmm SUBDIR += gmpc SUBDIR += gmpc-alarm + SUBDIR += gmpc-albumview SUBDIR += gmpc-extraplaylist SUBDIR += gmpc-lastfm SUBDIR += gmpc-libnotify |