aboutsummaryrefslogtreecommitdiff
path: root/sound
Commit message (Collapse)AuthorAge
...
* Merge pull request #1808 from ryzhovau/mpg123-deps-and-binsSteven Barth2015-10-22
|\ | | | | mpg123: simplify dependanciess, add more binaries
| * mpg123: simplify deps, add more binariesAlexander Ryzhov2015-09-25
| | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | madplay: add PKG_RELEASE and keep oss variants nameJohn Crispin2015-10-19
| | | | | | | | | | | | | | * update PKG_RELEASE * dont change the name of the oss variant Signed-off-by: John Crispin <blogic@openwrt.org>
* | madplay: add alsa build variantJohn Crispin2015-10-19
| | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* | pianod: Fix build/download orderTed Hess2015-10-17
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | pianod: Update to latest version, refresh patchesTed Hess2015-10-16
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | shairport-sync: fix build when both variants are selectedÁlvaro Fernández Rojas2015-10-04
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | Merge pull request #1827 from openwrt-es/shairport-sync-nextTed Hess2015-10-03
|\ \ | | | | | | shairport-sync: update to latest version
| * | shairport-sync: update to latest versionÁlvaro Fernández Rojas2015-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update to latest (2.4.1) version - add support for config files - switch uci to config files - based on https://github.com/openwrt/packages/pull/1815 - merge maintainers - add openssl/polarssl build variants Signed-off-by: Mike Brady <mikebrady@eircom.net> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | pulseaudio: update to 7.0Peter Wagner2015-10-03
|/ / | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* / shairplay: update to latest versionÁlvaro Fernández Rojas2015-09-29
|/ | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Merge pull request #1673 from plntyk/fix_octeon_shineSteven Barth2015-09-15
|\ | | | | shine: fix mips64 (octeon) build error
| * shine: fix mips64 (octeon) build errorDirk Neukirchen2015-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | error reported by buildbot, replicated locally: wave.c:(.text+0x8e4): undefined reference to `__builtin_bswap16' It seems that gcc builtin function is not working for mips64 according to https://gcc.gnu.org/ml/gcc-patches/2014-01/msg00551.html bswap patterns only work in >4.8 so the compiler check in wave.c seems inconsistent across different archs as octeon has gcc 4.6 make it require gcc >=4.8 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | madplay: Fix various build issuesTed Hess2015-08-28
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | mpd: Fix BUILD_NLS=y full language support (regression)Ted Hess2015-08-21
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | mocp: fix build with gcc5Dirk Neukirchen2015-08-19
|/ | | | | | | change in default CPP settings lead to build errors explicitly set flag to enable old behaviour Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* mpg123: add package with release 1.22.3Zoltan HERPAI2015-08-08
| | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* squeezelite: Import new packageTed Hess2015-07-17
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #1494 from ejurgensen/masterSteven Barth2015-06-29
|\ | | | | forked-daapd: fix build problem after pr #1475
| * forked-daapd: fix build problem after pr #1475ejurgensen2015-06-28
| | | | | | | | | | | | | | The upgraded forked-daapd required some more pregenerated ANTLR3 files, but I forgot to add them to the patch. They are included here. Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | Merge pull request #1488 from thess/mpd-0.19-workTed Hess2015-06-26
|\ \ | | | | | | mpd: Upgrade to 0.19.10, refresh patches
| * | mpd: Upgrade to 0.19.10, refresh patchesTed Hess2015-06-26
| |/ | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #1460 from cjkoenig/update_mpcTed Hess2015-06-26
|\ \ | |/ |/| mpc: update to 0.27
| * mpc: update to 0.27Christoph König2015-06-24
| | | | | | | | Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
* | forked-daapd: update to 23.2ejurgensen2015-06-25
|/ | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* mocp: Fix musl compatibilityTed Hess2015-06-18
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* upmpdcli: Bump version to 0.11.0Petko Bordjukov2015-05-13
| | | | | | | | | upmpdcli 0.11 mainly improves on the Songcast support, in complement with the changes in sc2mpd. Especially, it now includes an utility (scctl) and web interface to set up multi-room Songcast. Signed-off-by: Petko Bordjukov <bordjukov@gmail.com>
* mpd: Update to 0.18.23, fix ALSA support in mpd-mini, refresh patchesTed Hess2015-05-12
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* pulseaudio: fix libjson dependencyPeter Wagner2015-04-24
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* pianod: Fix client build on buildbotTed Hess2015-03-25
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* pulseaudio: pulseaudio-daemon depends on libjson-cPeter Wagner2015-03-25
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* Revert "debootstrap: bump version"Peter Wagner2015-03-25
| | | | This reverts commit e9072e50fe807ddd8c4f4b686be93794b28c94ea.
* pianod: Sync patches with upstream. Fix SNI supportTed Hess2015-03-24
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* debootstrap: bump versionDaniel Golle2015-03-24
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* pianod: Add Pandora Radio player daemonTed Hess2015-03-21
| | | | | | | | | * Integrate as OpenWrt daemon * Build with PolarSSL (replaces GNUTLS) * Add optional client WebUI * Fix some socket failure handling and segfaults Signed-off-by: Ted Hess <thess@kitschensync.net>
* forked-daapd: update to 22.3ejurgensen2015-02-22
| | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* remove uneeded PKG_BUILD_DIR & PKG_CAT overridesNicolas Thill2015-02-22
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Merge pull request #898 from thess/svox-workTed Hess2015-02-18
|\ | | | | svox: Add build output to package
| * svox: Add build output to packageTed Hess2015-02-11
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | pulseaudio: update to 6.0Peter Wagner2015-02-15
|/ | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* shine: add new packageNicolas Thill2015-02-09
| | | | | | savonet/shine is a super fast fixed-point MP3 encoder Signed-off-by: Nicolas Thill <nico@openwrt.org>
* shairplay: fix PKG_FIXUPNicolas Thill2015-02-08
| | | | | | PKG_FIXUP should be defined before including package.mk Signed-off-by: Nicolas Thill <nico@openwrt.org>
* shairplay: use generic autoreconf fixupJo-Philipp Wich2015-02-07
| | | | | | | | | Use the generic autoreconf facility to pickup proper variants of autoconf, automake and libtool. Remove the unneeded Build/Configure override. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* Merge pull request #856 from thess/shairplay-moveÁlvaro Fernández Rojas2015-02-05
|\ | | | | shairplay: Move to sound menu and sub-directory
| * shairplay: Move to sound menu and sub-directoryTed Hess2015-02-04
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | upmpdcli: Move to sound menu and sub-directoryTed Hess2015-02-04
|/ | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* shairport: Move to sound menu and sub-directoryTed Hess2015-02-04
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #809 from dmrlsn/masterchamptar2015-02-01
|\ | | | | | | svox: add package compile tested on ar71xx
| * svox: add packageAlessandro Di Marco2015-01-22
| | | | | | | | Signed-off-by: Alessandro Di Marco <dmr@ethzero.com>
* | forked-daapd: update to 22.2ejurgensen2015-01-29
| | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>