From: Espen Jürgensen Date: Wed, 12 Feb 2025 23:38:44 +0000 (+0100) Subject: owntone: update to 28.11 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=430a79bb87e07b3b12fed264d1ee9128d6db6471;p=feed%2Fpackages.git owntone: update to 28.11 Since version 28.10, OwnTone uses libxml2 instead of mxml Signed-off-by: Espen Jürgensen --- diff --git a/sound/owntone/Makefile b/sound/owntone/Makefile index 108da781d2..9835e69ae7 100644 --- a/sound/owntone/Makefile +++ b/sound/owntone/Makefile @@ -8,12 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=owntone -PKG_VERSION:=28.8 +PKG_VERSION:=28.11 PKG_RELEASE:=1 +# Release PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/owntone/owntone-server/releases/download/$(PKG_VERSION)/ -PKG_HASH:=ebaee52ae617f08c41859522ba0a839d1865dcac7d6c0eb9e3fee81caf8fd47c +PKG_HASH:=98538566a993638ec569fc44ea2c7a7fcb5dd925c47b84b64ac2d63fc8b056b8 PKG_FIXUP:=autoreconf PKG_BUILD_FLAGS:=no-mips16 @@ -33,7 +34,7 @@ TITLE:=iTunes (DAAP) server for Apple Remote and AirPlay URL:=https://github.com/owntone/owntone-server DEPENDS:=+libgpg-error +libgcrypt +libgdbm +zlib +libexpat +libunistring \ +libevent2 +libevent2-pthreads +libdaemon +confuse +alsa-lib +libffmpeg-full \ - +mxml +libavahi-client +sqlite3-cli +libplist +libcurl +libjson-c \ + +libxml2 +libavahi-client +sqlite3-cli +libplist +libcurl +libjson-c \ +libprotobuf-c +libgnutls +libsodium +libwebsockets +libuuid $(ICONV_DEPENDS) endef