Skip to content

Commit

Permalink
mpd: Update from version 0.20.23 to 0.23.15 and fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Mar 21, 2024
1 parent ba5dbe0 commit 124e58d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
19 changes: 7 additions & 12 deletions cross/mpd/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = mpd
PKG_VERS = 0.20.23
PKG_VERS = 0.23.15
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/MusicPlayerDaemon/MPD/archive
Expand Down Expand Up @@ -28,23 +28,18 @@ DEPENDS += cross/libvorbis
DEPENDS += cross/libtheora
DEPENDS += cross/lame
DEPENDS += cross/libshout
DEPENDS += cross/opus
DEPENDS += cross/soxr
DEPENDS += cross/curl
DEPENDS += cross/boost
DEPENDS += cross/boost_1.82

HOMEPAGE = https://www.musicpd.org/
COMMENT = Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music.
LICENSE = GPLv2

GNU_CONFIGURE = 1

PRE_CONFIGURE_TARGET = mpd_pre_configure

BOOST_BUILD_PATH=$(WORK_DIR)/boost_1_82_0
BOOST_LIBRARIES += system
ENV += BOOST_LIBRARIES="$(BOOST_LIBRARIES)"

include ../../mk/spksrc.cross-cc.mk
ENV += BOOST_INCLUDEDIR="$(BOOST_BUILD_PATH)/boost"
ENV += BOOST_LIBRARYDIR="$(BOOST_BUILD_PATH)/libs"

.PHONY: mpd_pre_configure
mpd_pre_configure:
$(RUN) ./autogen.sh
include ../../mk/spksrc.cross-meson.mk
6 changes: 3 additions & 3 deletions cross/mpd/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mpd-0.20.23.tar.gz SHA1 ada2abe794aa72d03adfb696c2c10d2ef45ced7e
mpd-0.20.23.tar.gz SHA256 93c4441719a8312f3d150de02b1db0c22fe3a1a99e4159c6056950846a109368
mpd-0.20.23.tar.gz MD5 5ba6ca8579bf65f8f34b95ddfbff35a4
mpd-0.23.15.tar.gz SHA1 cb254a6e17eb0e724ad04b73b44449df664132f8
mpd-0.23.15.tar.gz SHA256 d2865d8f8ea79aa509b1465b99a2b8f3f449fe894521c97feadc2dca85a6ecd2
mpd-0.23.15.tar.gz MD5 7d9caf50f35158b9058a82656aea6bd5
4 changes: 2 additions & 2 deletions spk/mpd/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = mpd
SPK_VERS = 0.20.23
SPK_REV = 1
SPK_VERS = 0.23.15
SPK_REV = 2
SPK_ICON = src/mpd.png
DSM_UI_DIR = app

Expand Down

0 comments on commit 124e58d

Please sign in to comment.