diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-06-26 20:32:44 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-06-26 20:32:44 +0000 |
commit | 0eb577f77ea2023f529b436715d7f3fabd60e100 (patch) | |
tree | ce2fd68c190818b14fa47e9d0553a780f9e61880 /multimedia/qmmp | |
parent | e62549c6fafb37687ce1312b4a8f2dc29067bd93 (diff) |
Notes
Diffstat (limited to 'multimedia/qmmp')
-rw-r--r-- | multimedia/qmmp/Makefile | 4 | ||||
-rw-r--r-- | multimedia/qmmp/pkg-descr | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/qmmp/Makefile b/multimedia/qmmp/Makefile index 156262c8b689..43e9a1ef3753 100644 --- a/multimedia/qmmp/Makefile +++ b/multimedia/qmmp/Makefile @@ -80,9 +80,9 @@ DIR_ASSOC_CMAKE_ON= -DUSE_DIR_ASSOC:BOOL=TRUE DIR_ASSOC_CMAKE_OFF= -DUSE_DIR_ASSOC:BOOL=FALSE DIR_ASSOC_USES= desktop-file-utils -JACK_LIB_DEPENDS= libjack.so:audio/jack \ - libsamplerate.so:audio/libsamplerate +JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_BUILD_DEPENDS= jackit>=0.121.2:audio/jack +JACK_IMPLIES= SOXR JACK_CMAKE_ON= -DUSE_JACK:BOOL=TRUE JACK_CMAKE_OFF= -DUSE_JACK:BOOL=FALSE diff --git a/multimedia/qmmp/pkg-descr b/multimedia/qmmp/pkg-descr index 49177f06d894..b2738a975ea2 100644 --- a/multimedia/qmmp/pkg-descr +++ b/multimedia/qmmp/pkg-descr @@ -6,12 +6,12 @@ Supported formats: PCM Wave (and other formats via libsndfile), and Chiptune formats (AY, GBS, GYM, HES, KSS, NSF, NSFE, SAP, SPC, VGM, VGZ, VTX) DSP effects: - Effects of Bauer Stereophonic-to-Binaural, LADSPA, + Effects of Bauer Stereophonic-to-Binaural, SoX resampling, LADSPA, extra stereo, and crossfade Visual effects: Spectrum Analyzer, and projectM audio visulaliser Output system support: - PulseAudio, OSS, OSS4, ALSA, and Qt multimedia API + PulseAudio, OSS, OSS4, jack, ALSA, and Qt multimedia API Other features: multi-band equalizer, Last.fm/Libre.fm scrobbler, global hotkey, streaming (MP3, Vorbis, AAC, AAC+ via IceCast/ShoutCast) and browser, |