aboutsummaryrefslogtreecommitdiff
path: root/libs/libmpdclient
Commit message (Collapse)AuthorAge
* libmpdclient: update to 2.22Rosen Penev2024-02-14
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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>
* libmpdclient: update to 2.20Rosen 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>
* libmpdclient: update to 2.19Rosen Penev2020-07-15
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libmpdclient: update to 2.18Rosen Penev2020-02-20
| | | | | | Fix URLs and other small cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libmpdclient: build with mesonAndre Heider2019-11-05
| | | | Signed-off-by: Andre Heider <a.heider@gmail.com>
* libs/libmpdclient: Update to 2.16Daniel Engberg2018-12-26
| | | | | | Update libmpdclient to 2.16 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* libmpdclient: Update to 2.14. Use autotoolsTed Hess2018-07-30
| | | | | | | | Package versions newer than 2.11 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>
* 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>
* libmpdclient: Upgrade to 2.11Ted Hess2017-05-20
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* libmpdclient: Update to 2.10Ted Hess2015-05-12
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* libmpdclient: Add patch for musl libc compatibility (from upstream repo)Ted Hess2014-10-25
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* libmpdclient: Remove doxygen dependency, cleanup MakefileTed Hess2014-10-10
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* libmpdclient: Update to latest 2.9 release, add license infTed Hess2014-10-08
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* libmpdclient: Update version to 2.7, update copyright, add myself as pkg ↵thess2014-07-16
| | | | | | maintainer Signed-off-by: Ted Hess <thess@kitschensync.net>
* Import libmpdclient from oldpackagesTed Hess2014-07-16