aboutsummaryrefslogtreecommitdiff
path: root/sound
Commit message (Collapse)AuthorAge
* 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>
* | shairport-sync: New package from MikeBradyTed Hess2015-01-25
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | madplay: Create Makefileprobonopd2015-01-24
|/ | | | Signed-off-by: Simon Peter <probono@puredarwin.org>
* avahi: Build 2 versions and allow selection of dbus vs non-dbusTed Hess2015-01-16
| | | | | | | shairplay: Fixup avahi dependency (select dbus version) forked-daapd: Fixup avahi dependency (select dbus version) Signed-off-by: Ted Hess <thess@kitschensync.net>
* moc: updgrade to released version 2.5.0Ted Hess2015-01-10
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mpd: Update to latest (0.18.21)Ted Hess2015-01-07
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mpd: Update to 0.18.20Ted Hess2014-12-18
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mpd: factor out avahi service fileMichael Heimpold2014-12-08
| | | | | | | | | | | | | | | As discussed in #543 provide the avahi service file within its own tiny package to allow the user to choose which services are announced. Signed-off-by: Michael Heimpold <mhei@heimpold.de> --- The former avahi service file was only installed for mpd-full. Does the mpd-mini does not support network functionality? Then we should adjust deps here...
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* sox: update ffmpeg patches for 2.4.x (deprecated functions), add myself as ↵Ted Hess2014-11-01
| | | | | | pkg maintainer Signed-off-by: Ted Hess <thess@kitschensync.net>
* forked-daapd: Shorten title so it displaysTed Hess2014-11-01
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* add espeak, a compact open source software speech synthesizerNicolas Thill2014-10-25
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* add portaudio, a portable cross-platform audio I/O libraryNicolas Thill2014-10-25
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* forked-daapd: fix libevent dependency problemejurgensen2014-10-22
| | | | | | | Switch to libevent2 which also enables configuring LastFM and removing special linker flags for libevent1 Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* forked-daapd: add gperf host tool dependencyejurgensen2014-10-20
| | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* forked-daapd: add version 22.0ejurgensen2014-10-18
| | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* generic userid: use the new USERID apiJohn Crispin2014-10-08
| | | | | | | | recent changes in trunk allow us to specify the userid inside the openwrt makefile. the info is stored int he meta data of the IPK contorl file and users are generated by the new generic postinst trigger. Signed-off-by: John Crispin <blogic@openwrt.org>
* mpd: update to 0.18.16Ted Hess2014-09-26
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mpd: disable libsoupJohn Crispin2014-09-02
| | | | | | this showed up during the BB build Signed-off-by: John Crispin <blogic@openwrt.org>
* mpd: disable Opus codec supportNicolas Thill2014-08-28
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* pulseaudio: fix CVE-2014-3970Jiri Slachta2014-08-24
| | | | Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* Merge branch 'master' into license-updatesIan Leonard2014-08-10
|\ | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com> Conflicts: devel/patch/Makefile multimedia/minidlna/Makefile
| * mpd: fix mpd-mini build dependenciesTed Hess2014-08-01
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | pulseaudio: add PKG_LICENSE informationIan Leonard2014-08-03
| | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | mpc: add PKG_LICENSE informationIan Leonard2014-08-03
| | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | lame: convert license to SPDX formatIan Leonard2014-08-03
| | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | sox: convert license format to SPDXIan Leonard2014-08-03
|/ | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* moc: import from oldpackages, add LICENSE info, add myself as pkg maintainerTed Hess2014-07-31
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* sox: fix build dependencies and configure args as originally intendedTed Hess2014-07-31
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* MPD: Upgrade to 0.18.11, convert to procd, refresh patchesTed Hess2014-07-30
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>