diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-11-23 11:57:02 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-11-23 11:57:02 +0000 |
commit | e34688c35cf695ec4c512a70e21744ec48cbee0c (patch) | |
tree | e5d928fe142b7b00d2cb0556d732baa8bf775c3f /multimedia/Makefile | |
parent | - Update to 1.6.0. (diff) |
Add BMPx, an audio player that can be either used with a built-in
frontend which currently utilizes Winamp 2.x compatible skins, or
as a daemon for other frontends to connect via a DBus
interface. It can run under X11 with graphical GUIs, or without X
under plain UNIX terminal as a daemon (in which case it
requires a different frontend connecting to it via DBus).
http://bmpx.berlios.de/
Notes
Notes:
svn path=/head/; revision=149168
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index cd05d6ae48c9..c025575e7c63 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -9,6 +9,7 @@ SUBDIR += avinfo SUBDIR += beep-media-player SUBDIR += bmp-extra-plugins + SUBDIR += bmpx SUBDIR += bsdav SUBDIR += bsdbktr_tvtune SUBDIR += camserv |