| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
|
|
|
|
| |
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
|
|\
| |
| | |
mpg123: build with alsa only
|
| |
| |
| |
| | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|/
|
|
| |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|
|
|
|
|
| |
Add a patch from the Alpine Linux project to fix a musl build issue with gcc 5:
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|
|
|
| |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|
|
|
|
|
| |
Fix the installation command by adding a missing "\".
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
|
|
| |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|
|
|
| |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|
|
|
|
|
| |
the 2 variants could not be built at the same time
Signed-off-by: John Crispin <blogic@openwrt.org>
|
|
|
|
|
|
|
| |
Closes https://github.com/openwrt/packages/pull/1869
Signed-off-by: Mike Brady <mikebrady@eircom.net>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|\
| |
| | |
mpg123: simplify dependanciess, add more binaries
|
| |
| |
| |
| | |
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
|
| |
| |
| |
| |
| |
| |
| | |
* update PKG_RELEASE
* dont change the name of the oss variant
Signed-off-by: John Crispin <blogic@openwrt.org>
|
| |
| |
| |
| | |
Signed-off-by: John Crispin <blogic@openwrt.org>
|
| |
| |
| |
| | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
| |
| |
| |
| | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
| |
| |
| |
| | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|\ \
| | |
| | | |
shairport-sync: update to latest version
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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>
|
|/ /
| |
| |
| | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|/
|
|
| |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|\
| |
| | |
shine: fix mips64 (octeon) build error
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
| |
| |
| |
| | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|/
|
|
|
|
|
| |
change in default CPP settings lead to build errors
explicitly set flag to enable old behaviour
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
|
|
|
|
| |
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
|
|
|
|
| |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|\
| |
| | |
forked-daapd: fix build problem after pr #1475
|
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
mpd: Upgrade to 0.19.10, refresh patches
|
| |/
| |
| |
| | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|\ \
| |/
|/| |
mpc: update to 0.27
|
| |
| |
| |
| | |
Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
|
|/
|
|
| |
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
|
|
|
|
| |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|
|
|
| |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|
|
|
| |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|
|
|
| |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|
|
|
| |
This reverts commit e9072e50fe807ddd8c4f4b686be93794b28c94ea.
|
|
|
|
| |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|
|
|
| |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
| |
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
|
|
|
|
| |
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
|\
| |
| | |
svox: Add build output to package
|