diff options
-rw-r--r-- | meta-multimedia/recipes-multimedia/musicpd/mpd/0001-patch-src_decoder_plugins_FfmpegIo.cxx.patch | 26 | ||||
-rw-r--r-- | meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.15.bb (renamed from meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.14.bb) | 11 |
2 files changed, 8 insertions, 29 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd/0001-patch-src_decoder_plugins_FfmpegIo.cxx.patch b/meta-multimedia/recipes-multimedia/musicpd/mpd/0001-patch-src_decoder_plugins_FfmpegIo.cxx.patch deleted file mode 100644 index b2dea331ef..0000000000 --- a/meta-multimedia/recipes-multimedia/musicpd/mpd/0001-patch-src_decoder_plugins_FfmpegIo.cxx.patch +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | From e62fd0eefe8b475e70d87a673a7216aac3bb622f Mon Sep 17 00:00:00 2001 | ||
2 | From: Markus Volk <f_l_k@t-online.de> | ||
3 | Date: Mon, 20 Nov 2023 17:49:59 +0100 | ||
4 | Subject: [PATCH] patch src_decoder_plugins_FfmpegIo.cxx | ||
5 | |||
6 | Signed-off-by: Markus Volk <f_l_k@t-online.de> | ||
7 | Upstream-Status: Pending [https://github.com/MusicPlayerDaemon/MPD/issues/1898] | ||
8 | --- | ||
9 | src/decoder/plugins/FfmpegIo.cxx | 1 + | ||
10 | 1 file changed, 1 insertion(+) | ||
11 | |||
12 | diff --git a/src/decoder/plugins/FfmpegIo.cxx b/src/decoder/plugins/FfmpegIo.cxx | ||
13 | index 572f1a86a..3e2347fec 100644 | ||
14 | --- a/src/decoder/plugins/FfmpegIo.cxx | ||
15 | +++ b/src/decoder/plugins/FfmpegIo.cxx | ||
16 | @@ -25,6 +25,7 @@ | ||
17 | #include "input/InputStream.hxx" | ||
18 | |||
19 | extern "C" { | ||
20 | +#include <libavutil/error.h> | ||
21 | #include <libavutil/mem.h> | ||
22 | } | ||
23 | |||
24 | -- | ||
25 | 2.42.0 | ||
26 | |||
diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.14.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.15.bb index 33155da7d2..f066c405f1 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.14.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.15.bb | |||
@@ -18,14 +18,19 @@ DEPENDS += " \ | |||
18 | fmt \ | 18 | fmt \ |
19 | " | 19 | " |
20 | 20 | ||
21 | PV .= "+git" | ||
21 | SRC_URI = "git://github.com/MusicPlayerDaemon/MPD;branch=master;protocol=https \ | 22 | SRC_URI = "git://github.com/MusicPlayerDaemon/MPD;branch=master;protocol=https \ |
22 | file://0001-patch-src_decoder_plugins_FfmpegIo.cxx.patch \ | ||
23 | file://mpd.conf.in \ | 23 | file://mpd.conf.in \ |
24 | " | 24 | " |
25 | SRCREV = "feac1a3f56591ccfb00870aba66c9ac3abac4773" | 25 | SRCREV = "965c466e9bda262790e76edd5272e9e74b407ff3" |
26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
27 | 27 | ||
28 | EXTRA_OEMESON += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '-Dsystemd=enabled -Dsystemd_system_unit_dir=${systemd_system_unitdir} -Dsystemd_user_unit_dir=${systemd_system_unitdir}', '-Dsystemd=disabled', d)}" | 28 | EXTRA_OEMESON += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '-Dsystemd=enabled -Dsystemd_system_unit_dir=${systemd_system_unitdir} -Dsystemd_user_unit_dir=${systemd_system_unitdir}', '-Dsystemd=disabled', d)} \ |
29 | -Dadplug=disabled \ | ||
30 | -Dsndio=disabled \ | ||
31 | -Dshine=disabled \ | ||
32 | -Dtremor=disabled \ | ||
33 | " | ||
29 | 34 | ||
30 | PACKAGECONFIG ??= "${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "aac", "", d)} \ | 35 | PACKAGECONFIG ??= "${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "aac", "", d)} \ |
31 | alsa ao bzip2 daemon \ | 36 | alsa ao bzip2 daemon \ |