summaryrefslogtreecommitdiffstats
path: root/kde4-apps/kwave4/DEPENDS
blob: 7acbd26f9f8758c2db99010cc1f81158c3c1ba2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
source  "$SECTION_DIRECTORY/KDE_DEPENDS"  &&
depends  gettext  &&
depends  fftw     &&
depends  audiofile &&
optional_depends alsa-lib   '' '-DWITH_ALSA=OFF' 'playback/recording'   &&
optional_depends flac       '' '-DWITH_FLAC=OFF' 'FLAC import/export'    &&
optional_depends libvorbis  '' '-DWITH_OGG_VORBIS=OFF' 'Ogg/Vorbis import/export)' &&
optional_depends opus       '' '-DWITH_OGG_OPUS=OFF' 'Ogg/Opus import/export)' &&
optional_depends libmad     '-DWITH_MP3=ON' '' 'MP3 import/export'  &&
if is_depends_enabled $SPELL libmad;then
 depends  id3lib
fi &&
optional_depends pulseaudio '' '-DWITH_PULSEAUDIO=OFF' 'PulseAudio support'  &&
optional_depends libsamplerate '' '-DWITH_SAMPLERATE=OFF' 'Samplerate support'  &&
optional_depends phonon     '-DWITH_PHONON=ON' '' 'Phonon support' &&  
optional_depends doxygen    '' '-DWITH_DOC=OFF' 'build documentation'