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/bmpx/pkg-descr | |
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/bmpx/pkg-descr')
-rw-r--r-- | multimedia/bmpx/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/multimedia/bmpx/pkg-descr b/multimedia/bmpx/pkg-descr new file mode 100644 index 000000000000..125bb222500f --- /dev/null +++ b/multimedia/bmpx/pkg-descr @@ -0,0 +1,8 @@ +BMPx is 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). + +WWW: http://bmpx.berlios.de/ |