diff options
author | novel <novel@FreeBSD.org> | 2005-11-23 19:57:02 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-11-23 19:57:02 +0800 |
commit | c633d16426d67e992e823c185f7a17d8decf3d5f (patch) | |
tree | b4aa19ec808ada21c79261b2f493daa0a57b32eb /multimedia/Makefile | |
parent | 1f3db1b532fc531bdb126f01a4f03d55caf2e3f5 (diff) | |
download | freebsd-ports-gnome-c633d16426d67e992e823c185f7a17d8decf3d5f.tar.gz freebsd-ports-gnome-c633d16426d67e992e823c185f7a17d8decf3d5f.tar.zst freebsd-ports-gnome-c633d16426d67e992e823c185f7a17d8decf3d5f.zip |
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/
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 |