diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2012-07-18 20:38:34 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2012-07-18 20:38:34 +0000 |
commit | 0954cc6f2ee23f5c5c4b34b7a95ccf36fe01c4bf (patch) | |
tree | 8f2ff584aa8e2d0f60d5c73cc7437a5455e434e0 /audio/xmms2 | |
parent | 734baed9c8128e820875d25c0afa3a08fa9f4a0e (diff) |
Modify options descriptions and use shared ones where available.
No functional change to the port.
Approved by: crees, tabthorpe (mentors, implicit)
Notes
Notes:
svn path=/head/; revision=301127
Diffstat (limited to 'audio/xmms2')
-rw-r--r-- | audio/xmms2/Makefile | 30 |
1 files changed, 12 insertions, 18 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index e76befa252e6..c785d162ae1b 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -38,29 +38,23 @@ OPTIONS_SINGLE_MDNS= MDNS_APPLE MDNS_AVAHI OPTIONS_DEFAULT= CURL FAAD FLAC MAD MDNS MDNS_APPLE VORBIS AIRPLAY_DESC= Support output via Airport Express -APE_DESC= Support to playback Monkey's Audio files -AVCODEC_DESC= Support to playback files with avcodec -CDDA_DESC= Support to playback AudioCD -CURL_DESC= Support to playback files via HTTP +AVCODEC_DESC= Avcodevc playback support +CDDA_DESC= AudioCD support ET_DESC= Install usage feedback reporting client -FAAD_DESC= Support to playback AAC files FAM_DESC= Support to update Media Library on file change -GME_DESC= Support to playback video game music files -GVFS_DESC= Support to playback files via GVFS -ICES_DESC= Support to playback files to an icecast server -MAD_DESC= Support to playback MP3 files -MDNS_DESC= Support to announce XMMS2d via mDNS (Choose implementation) +GME_DESC= Video game music files support +GVFS_DESC= Playback files via GVFS +ICES_DESC= Playback files to an icecast server +MDNS_DESC= Announce XMMS2d via mDNS (Choose implementation) MDNS_APPLE_DESC= Use Apple mDNS implementation MDNS_AVAHI_DESC= Use Avahi mDNS implementation -MMS_DESC= Support to playback streams via MMS -MPG123_DESC= Support to playback MP3 files -OFA_DESC= Support to collect MusicDNS fingerprints -SAMBA_DESC= Support to playback files via SMB -SID_DESC= Support to playback SID files -VISUAL_DESC= Support for visualization plugins +OFA_DESC= Collect MusicDNS fingerprints +SAMBA_DESC= Playback files via SMB +SID_DESC= Playback SID files +VISUAL_DESC= Visualization plugins support VOCODER_DESC= Phase Vocoder effect plugin -WAVPACK_DESC= Support to playback WV files -XML_DESC= Support for XML based playlists (XSPF, RSS) +WAVPACK_DESC= Playback WV files +XML_DESC= Support XML based playlists (XSPF, RSS) .endif # !XMMS_SLAVE |