Commit Graph

19 Commits

Author SHA1 Message Date
Rosen Penev bade2501e9 libmpdclient: update to 2.22
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-02-14 17:06:38 -08:00
Paul Fertser 0c10c224be treewide: remove AUTORELEASE
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>
2023-04-21 22:46:58 +02:00
Rosen Penev df5d7245b9 treewide: remove PKG_INSTALL for meson projects
It doesn't seem to be used by meson.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-06-15 18:07:46 -07:00
Rosen Penev 8e8bbd3dc0 libmpdclient: update to 2.20
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-16 18:13:46 -08:00
Rosen Penev 5ccd4d1c25 treewide: compile with tools/meson
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-17 22:06:52 -07:00
Rosen Penev 77bd81c279
libmpdclient: update to 2.19
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-15 12:01:12 -07:00
Rosen Penev a5a69057a1
libmpdclient: update to 2.18
Fix URLs and other small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-20 17:23:01 -08:00
Andre Heider 8a7d276618 libmpdclient: build with meson
Signed-off-by: Andre Heider <a.heider@gmail.com>
2019-11-05 10:28:30 +01:00
Daniel Engberg ba15e057e1 libs/libmpdclient: Update to 2.16
Update libmpdclient to 2.16

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-12-26 23:18:05 +01:00
Ted Hess e67a932bd1 libmpdclient: Update to 2.14. Use autotools
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>
2018-07-30 10:24:06 -04:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
Ted Hess f2fbec99dc libmpdclient: Upgrade to 2.11
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-05-20 11:41:21 -04:00
Ted Hess 86668ddea4 libmpdclient: Update to 2.10
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-05-12 15:00:33 -04:00
Ian Leonard ac7cd4c6e6 misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-24 23:43:37 -08:00
Ted Hess 2017a0f6e2 libmpdclient: Add patch for musl libc compatibility (from upstream repo)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-10-25 10:56:24 -04:00
Ted Hess 13ddb6bedc libmpdclient: Remove doxygen dependency, cleanup Makefile
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-10-10 09:12:22 -04:00
Ted Hess 57976ed8f7 libmpdclient: Update to latest 2.9 release, add license inf
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-10-08 11:03:28 -04:00
thess e0d77a4442 libmpdclient: Update version to 2.7, update copyright, add myself as pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-16 15:31:18 -04:00
Ted Hess ebe93bc90c Import libmpdclient from oldpackages 2014-07-16 12:31:58 -04:00