Source-Makefile: package/feeds/packages/squeezelite/Makefile Package: squeezelite-mini Menu: 1 Version: 1.9.1-1130-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +alsa-lib +SQUEEZELITE_RESAMPLE:libsoxr Conflicts: Menu-Depends: Provides: squeezelite Build-Variant: mini Section: sound Category: Sound Repository: packages Title: Headless squeezebox emulator (minimal) Maintainer: Ted Hess Source: squeezelite-1.9.1-1130-451cad8da651073d18118fb9ca39faef550825ff.tar.gz License: GPL-3.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Squeezelite is a small headless squeezebox emulator for linux using alsa audio output It is aimed at supporting high quality audio at multiple sample rates including 44.1/48/88.2/96/176.4/192k/352.8/384kHz Supported codecs: mp3, flac, ogg, aac, (wma and alac via ffmpeg) Native support for PCM builtin Optional support of DSD playback via PCM for DoP capable DAC Optional resampling to match sound device This package will dynamically load installed codecs. https://github.com/ralph-irving/squeezelite Ted Hess @@ Config: if PACKAGE_squeezelite-mini config SQUEEZELITE_WMA bool "WMA/ALAC decode support" help Include WMA and ALAC decoding using ffmpeg default n config SQUEEZELITE_RESAMPLE bool "Resample support" help Include support for resampling using libsoxr default n config SQUEEZELITE_DSD bool "DSD playback over PCM (DoP)" help Include support for DSD over PCM for compatible DAC" default n endif @@ Package: squeezelite-full Menu: 1 Version: 1.9.1-1130-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +alsa-lib +SQUEEZELITE_RESAMPLE:libsoxr +libflac +libvorbis +libmpg123 +libfaad2 +SQUEEZELITE_WMA:libffmpeg-audio-dec Conflicts: Menu-Depends: Provides: squeezelite Build-Variant: full Section: sound Category: Sound Repository: packages Title: Headless squeezebox emulator (full) Maintainer: Ted Hess Source: squeezelite-1.9.1-1130-451cad8da651073d18118fb9ca39faef550825ff.tar.gz License: GPL-3.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Squeezelite is a small headless squeezebox emulator for linux using alsa audio output It is aimed at supporting high quality audio at multiple sample rates including 44.1/48/88.2/96/176.4/192k/352.8/384kHz Supported codecs: mp3, flac, ogg, aac, (wma and alac via ffmpeg) Native support for PCM builtin Optional support of DSD playback via PCM for DoP capable DAC Optional resampling to match sound device This package has all the audio codecs compiled in. https://github.com/ralph-irving/squeezelite Ted Hess @@ Config: if PACKAGE_squeezelite-full config SQUEEZELITE_WMA bool "WMA/ALAC decode support" help Include WMA and ALAC decoding using ffmpeg default n config SQUEEZELITE_RESAMPLE bool "Resample support" help Include support for resampling using libsoxr default n config SQUEEZELITE_DSD bool "DSD playback over PCM (DoP)" help Include support for DSD over PCM for compatible DAC" default n endif @@