aboutsummaryrefslogtreecommitdiff
path: root/sound/mpc
Commit message (Collapse)AuthorAge
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* treewide: remove PKG_INSTALL for meson projectsRosen Penev2022-06-15
| | | | | | It doesn't seem to be used by meson. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mpc: update to 0.34Rosen Penev2021-12-16
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: compile with tools/mesonRosen Penev2021-09-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mpc: update to 0.33Rosen Penev2020-02-20
| | | | | | | | Small Makefile cleanups. Ran script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mpc: update to v0.32 and build with mesonAndre Heider2019-11-05
| | | | Signed-off-by: Andre Heider <a.heider@gmail.com>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* 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>
* mpc: Upgrade mpd client to 0.28Ted Hess2017-05-20
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mpc: update to 0.27Christoph König2015-06-24
| | | | Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
* mpc: add PKG_LICENSE informationIan Leonard2014-08-03
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* MPC: Update version to 0.26, update copyright, add myself as pkg maintainerthess2014-07-16
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Import mpc from oldpackagesTed Hess2014-07-16