diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-01-29 21:20:05 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-01-29 21:20:05 +0000 |
| commit | 1ff0599f24ab913233886d68d53a486bd81790ed (patch) | |
| tree | 8ce003b077b8c868288901483afaaade4bd392b9 /README | |
| parent | 2781102535509f7104d52f581dd036910b6f4a42 (diff) | |
| download | qmmp-1ff0599f24ab913233886d68d53a486bd81790ed.tar.gz qmmp-1ff0599f24ab913233886d68d53a486bd81790ed.tar.bz2 qmmp-1ff0599f24ab913233886d68d53a486bd81790ed.zip | |
updated readme files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@765 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'README')
| -rw-r--r-- | README | 20 |
1 files changed, 14 insertions, 6 deletions
@@ -11,17 +11,23 @@ Main opportunities: - Musepack support - WavePack support - ModPlug support -- WMA support +- WMA support (and other formats provided by FFmpeg library) - PCM WAVE support (and other formats provided by libsndfile library) -- AlSA sound output +- AAC support +- CD Audio support +- CUE support (including flac embeded cue) +- ALSA sound output - JACK sound output - OSS sound output - PulseAudio output - Last.fm scrobbler -- D-Bus support - Spectrum Analyzer - sample rate conversion - streaming support (MP3, Vorbis via IceCast/ShoutCast) +- device detection +- MPRIS support +- video playback using Mplayer +- lyrics support (from LyricWiki.org) Requirements: - OS GNU Linux @@ -42,6 +48,8 @@ Requirements: - wavpack >= 4.41 (Optional) - pulseaudio >= 0.9.9 (Optional) - ffmpeg >= 0.4.9-pre1 (Optional) +- cdio >= 0.80 (Optional) +- faad2 >= 2.6.1 (Optional) - cmake >= 2.4.8 (for build only) @@ -61,9 +69,9 @@ by running: cmake ./ -D USE_JACK:BOOL=FALSE Available options: -USE_ALSA, USE_ANALYZER, USE_DBUS, USE_FFMPEG, USE_FLAC, USE_JACK, USE_MAD, USE_MODPLUG, USE_MPC, -USE_NOTIFIER, USE_OSS, USE_PULSE, USE_QMMP_DIALOG, USE_SCROBBLER, USE_SNDFILE, USE_SRC, USE_STATICON, -USE_VORBIS, USE_WAVPACK +USE_MAD, USE_FLAC, USE_VORBIS, USE_MPC, USE_MODPLUG, USE_SNDFILE, USE_WAVPACK, USE_FFMPEG, USE_AAC, +USE_CUE, USE_MPLAYER, USE_CDA, USE_ALSA, USE_OSS, USE_JACK, USE_PULSE, USE_SRC, USE_ANALYZER, USE_MPRIS, +USE_SCROBBLER, USE_STATICON, USE_NOTIFIER, USE_LYRICS, USE_HAL, USE_QMMP_DIALOG Also you can use ccmake for changing plugins configuration. By default program will be installed in /usr/local. You can change default path by running: |
