aboutsummaryrefslogtreecommitdiff
path: root/sound/upmpdcli
Commit message (Collapse)AuthorAge
* 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>
* upmpdcli: fix icon installation (correct name)Ted Hess2016-06-03
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* upmpdcli/libupnpp: Update to latest versions, refresh patchTed Hess2016-05-31
| | | | | | | upmpdcli: Version 1.1.3 libupnpp: Version 0.14 Signed-off-by: Ted Hess <thess@kitschensync.net>
* Drop the redundant -r option to $(CP)Yousong Zhou2016-03-12
| | | | | | | | | $(CP) was defined as `cp -fpR' since the very begining of OpenWrt build system (2006-06-22). The -R option should be enough and base packages use only $(CP) for the same purposes just fine and BSD manual of cp also discourages the use of `-r' option. So let's just tidy up the usage now. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* 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>
* remove uneeded PKG_BUILD_DIR & PKG_CAT overridesNicolas Thill2015-02-22
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* upmpdcli: Move to sound menu and sub-directoryTed Hess2015-02-04
Signed-off-by: Ted Hess <thess@kitschensync.net>