diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-12-08 18:14:11 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-12-08 18:14:11 +0000 |
commit | 471473dc4b10ad353f026c20004ed1a415486f53 (patch) | |
tree | 44dc3ea2c7f81bf90e68704df9e5a956cfee2ded /audio/Makefile | |
parent | remove RUN_DEPENDS to x11-thenes/irssi-themes, and add message on post-install. (diff) |
raop_play is a music file player for Apple Airport Express,
the main functionalities are as follows:
* Discover Airport Express by Apple Rendezvous
* Browse music files
(Supported music file format: m4a(alac or aac), wav, mp3, ogg, aac, pls)
* Send selected files to the Airport Express
* Play mp3 stream data (filename started with "http://")
WWW: http://raop-play.sourceforge.net/
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 939058382734..4806b8399212 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -498,6 +498,7 @@ SUBDIR += q-audio SUBDIR += qjackctl SUBDIR += quelcom + SUBDIR += raop_play SUBDIR += raproxy SUBDIR += rawrec SUBDIR += rbscrobbler |