aboutsummaryrefslogtreecommitdiff
path: root/sound
Commit message (Collapse)AuthorAge
* shairport-sync: Update to 3.2.1Rosen Penev2018-08-01
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mpc: Update to 0.30. Use autotoolsTed Hess2018-07-30
| | | | | | | | Package versions newer than 0.28 require meson/ninja which OpenWrt does not support in its build environment. These files provide the minimum autotool configuration necessary to build later versions. Signed-off-by: Ted Hess <thess@kitschensync.net>
* mpd: Update to 0.20.20. Re-enable flac encoder for mpd-fullTed Hess2018-07-25
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* pulseaudio: update to 12.2Peter Wagner2018-07-22
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* shine: Update to 3.1.1Rosen Penev2018-07-15
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pulseaudio:Peter Wagner2018-07-15
| | | | | | | * update to 12.1 * cleanup Makefile Signed-off-by: Peter Wagner <tripolar@gmx.at>
* pulseaudio: enable parallel buildPeter Wagner2018-06-22
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* pulseaudio: update to 12.0Peter Wagner2018-06-22
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* Merge pull request #6307 from diizzyy/sound-fdk-aacTed Hess2018-06-18
|\ | | | | sound/fdk-aac: Clean up Makefile, add overflow patch
| * sound/fdk-aac: Clean up Makefile, add overflow patchDaniel Engberg2018-06-17
| | | | | | | | | | | | | | | | | | Clean up Makefile by utilizing toolchain logic Make package pkg-config friendly Add patch to prevent crashes due to overflow Source: https://github.com/mstorsjo/fdk-aac/commit/a50eecf65b5ce5d4f03768c5c2cb4b492d2badad Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | forked-daapd: update to 26.1Espen Jürgensen2018-06-09
| | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | Merge pull request #5680 from neheb/shairplayTed Hess2018-05-20
|\ \ | | | | | | shairplay: Change URL to HTTPS and switch file to .xz
| * | shairplay: Change URL to HTTPS and switch file to .xzRosen Penev2018-02-25
| | | | | | | | | | | | | | | | | | HTTPS tends to go through firewalls and xz is smaller. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | alsa-utils: Don't pull in libsamplerateDaniel Engberg2018-05-12
| |/ |/| | | | | | | | | Disable libsamplerate Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | Merge pull request #5980 from diizzyy/patch-6Ted Hess2018-05-10
|\ \ | | | | | | alsa-utils: Update to 1.1.6
| * | alsa-utils: Update to 1.1.6Daniel Engberg2018-04-29
| | | | | | | | | | | | | | | | | | | | | Update alsa-utils to 1.1.6 Add missing utils Change secondary mirror (current is broken) Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | mpg123: Update to 1.25.10Daniel Engberg2018-04-29
|/ / | | | | | | | | | | Update mpg123 to 1.25.10 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | sound/lame: Fix optimizationDaniel Engberg2018-04-03
| | | | | | | | | | | | Properly strip any -O switch Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | fdk-aac: Update to v0.1.6. Use github/codeload for source URLTed Hess2018-03-26
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | pulseaudio: fix non-NEON ARM compilesSebastian Kemper2018-03-19
|/ | | | | | | | | | | | | | | | | | | | | | | PulseAudio in some cases does not detect the ARM CPU's capabilities correctly and enables NEON ASM while it is not supported. For example when compiling for arm_arm1176jzf-s_vfp the assembler rejects this and the compile fails: {standard input}: Assembler messages: {standard input}:27: Error: selected processor does not support `vld1.16 {d0},[r1]!' in ARM mode {standard input}:28: Error: selected processor does not support `vmovl.s16 q0,d0' in ARM mode {standard input}:29: Error: selected FPU does not support instruction -- `vcvt.f32.s32 q0,q0,#15' {standard input}:31: Error: selected processor does not support `vst1.32 {q0},[r2]!' in ARM mode {standard input}:70: Error: selected processor does not support `vld1.32 {q0},[r1]!' in ARM mode {standard input}:71: Error: selected FPU does not support instruction -- `vcvt.s32.f32 q0,q0,#31' {standard input}:72: Error: selected processor does not support `vqrshrn.s32 d0,q0,#16' in ARM mode {standard input}:74: Error: selected processor does not support `vst1.16 {d0},[r2]!' in ARM mode Makefile:8668: recipe for target 'pulsecore/libpulsecore_sconv_neon_la-sconv_neon.lo' failed To fix this tell PulseAudio explicitly when to use the NEON ASM and when not to. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* Pulseaudio: variant avahi/bluezJohnny Vogels2018-02-06
| | | Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
* fdk-aac: Update to latest (20171220), cleanup optimization optsTed Hess2018-01-23
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #5395 from diizzyy/sound-mpg123Zoltan Herpai2018-01-23
|\ | | | | mpg123: Update to 1.25.8
| * mpg123: Update to 1.25.8Daniel Engberg2018-01-09
| | | | | | | | | | | | Update mpg123 to 1.25.8 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | treewide: fix incorrect *_BUILD_DEPENDSMatthias Schiffer2018-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build depends refer to source package names, not binary package names. In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of a source package's binary packages; as the corresponding source packages are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to refer to the correct source package name. Dependency of mysql-server is adjusted from libncursesw to libncurses (as libncursesw is a virtual package provided by libncurses), so the build dependency on ncurses is emitted unconditionally. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | shairport-sync: Update to 3.1.6Ted Hess2017-12-18
|/ | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* fdk-aac: Update to latest source revision. Add myself as maintainerTed Hess2017-12-13
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* sox: remove build timestampAlexander Couzens2017-11-17
| | | | | | | | Build timestamp prevents reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* sound/lame: Remove unnecessary optimization argsDaniel Engberg2017-11-01
| | | | | | -O3 already includes -fomit-frame-pointer -fschedule-insns2 Thanks Philip Prindeville for pointing this out and sorry for the noise. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* Merge pull request #5048 from diizzyy/patch-104Ted Hess2017-11-01
|\ | | | | sound/lame: Add optional experimental optimization
| * sound/lame: Add optional experimental optimizationDaniel Engberg2017-11-01
| | | | | | | | | | | | | | Add optional experimental optimization Generic approach for --enable-expopt=full Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | sound/fdk-aac: Update to latest commitDaniel Engberg2017-11-01
|/ | | | | | | Update to latest commit upstream Add optimization option Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* opus-tools: Update to 0.1.10, move to Sound, add myself as co-maintainerTed Hess2017-10-29
|
* sound/mpg123: Update to 1.25.7Daniel Engberg2017-10-20
| | | | | Update mpg123 to 1.25.7 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* Merge pull request #4962 from diizzyy/patch-96Ted Hess2017-10-18
|\ | | | | sound/lame: Update to 3.100
| * sound/lame: Update to 3.100Daniel Engberg2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update LAME to 3.100 * Switch to shared library instead of static binary as it adds very little overhead if you only need LAME binary but saves space if you need both library and binary. Static / Shared: LAME binary: ~252kbyte / ~72kbyte - IPK: ~138kbyte / ~34kbyte LAME library: ~216kbyte / ~216kbyte - IPK: ~117kbyte / ~117kbyte * Drop patch, not needed Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | pulseaudio: update to 11.1Peter Wagner2017-10-15
|/ | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* pusleaudio: update to 11.0Peter Wagner2017-09-11
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* Merge pull request #4761 from diizzyy/patch-84Zoltan Herpai2017-09-03
|\ | | | | sound/mpg123: Update to 1.25.6
| * sound/mpg123: Update to 1.25.6Daniel Engberg2017-08-26
| | | | | | | | | | Update mpg123 to 1.25.6 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | | | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | mpd: Remove glib2 dependencyTed Hess2017-08-29
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #4765 from thess/pianod-updateTed Hess2017-08-29
|\ \ | | | | | | pianod: Update to 174.07. Replace libmad with libmpg123
| * | pianod: Update to 174.07. Replace libmad with libmpg123Ted Hess2017-08-27
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | squeezelite: Replace libmad with libmpg123Ted Hess2017-08-27
|/ / | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* / forked-daapd: Backport upstream patch to prevent gperf build errorEspen Jürgensen2017-08-27
|/ | | | | | | | This adds a patch which is a backport of https://github.com/ejurgensen/forked-daapd/commit/1b8adc11edec48a9b8fcb75b9efdaf618a6744bd This should prevent the gperf build errors on some platforms. Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* forked-daapd: Fix build error due to misdetected pulseaudioejurgensen2017-08-25
| | | | | | | | | | | configure finds libpulse and then tries to include the header, but fails, because pulseaudio isn't a dependency in the Makefile. This change disables pulseaudio support so configure won't do this. It wasn't the intention with version update 25.0 of forked-daapd to extend with pulseaudio support, but maybe do that later. Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* forked-daapd: Fix build error due to missing gperfejurgensen2017-08-22
| | | | | | | Need to put the build dependency to gperf back, because there is a bug in forked-daapd 25.0's configure.ac when building without gperf Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* pulseaudio: don't link against libspeexdspPeter Wagner2017-08-16
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* sound/mpd: Update to 0.20.9, work-around libiconv-stub link problemTed Hess2017-08-08
| | | | | | | | | Rearrange dependencies General cleanup of Makefile Fix compilation and linking problems Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> Signed-off-by: Ted Hess <thess@kitschensync.net>