diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-12 02:43:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-12 02:43:48 +0800 |
commit | e0ee9cdb50d2c8fc9dbb0c51638e6c8de3f7ca01 (patch) | |
tree | 1804843710f781e833971208ad3be06ba560b418 /audio/Makefile | |
parent | 0b2f6bd68c53e3a616836080ed4120a48a0cd3d7 (diff) | |
download | freebsd-ports-gnome-e0ee9cdb50d2c8fc9dbb0c51638e6c8de3f7ca01.tar.gz freebsd-ports-gnome-e0ee9cdb50d2c8fc9dbb0c51638e6c8de3f7ca01.tar.zst freebsd-ports-gnome-e0ee9cdb50d2c8fc9dbb0c51638e6c8de3f7ca01.zip |
Gimmix is a graphical Music player daemon (MPD) client written in C
using GTK+2.
Features:
=========
* Simple and Clean Interface.
* Library Browser.
* Library search. (search by artist, album, filename, etc)
* Playlist management (manage mpd playlists)
* ID3v2 tag editing support.
* System tray icon support.
* Support for controlling gimmix through Keyboard.
* Notification support (Displays the currently playing song in systray).
* Small memory footprint.
WWW: http://gimmix.berlios.de/index.php
PR: ports/111482
Submitted by: Matthieu Guegan <matt.guegan at free.fr>
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 db4a32157f3d..ec053e26b451 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -180,6 +180,7 @@ SUBDIR += gdam SUBDIR += gdrdao SUBDIR += ghostess + SUBDIR += gimmix SUBDIR += gkrellmms SUBDIR += gkrellmms2 SUBDIR += gkrellmss |