summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/musicpd
Commit message (Collapse)AuthorAgeFilesLines
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-254-4/+0
| | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Upgrade to 0.24.3Khem Raj2025-05-011-5/+2
| | | | | | | Do not use vendored libfmt, it can now consume 11.1.x so use the libfmt from system Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Fix variable assignment whitespaceRichard Purdie2025-03-201-1/+1
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Fix variable assignment whitespaceRichard Purdie2025-01-311-1/+1
| | | | | | | | | | | | Recipes are much more readable with whitespace around the assignment operators. Fix various assignments in meta-openembedded recipes to show this is definitely the preferred formatting. This fixes recipes with larger numbers of issues but there are just under 100 other references left to fix. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Drop adding +git to PVKhem Raj2025-01-101-1/+0
| | | | | | We are using latest release SHA1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Use meson wrap for fmtKhem Raj2025-01-101-1/+5
| | | | | | | | mpd still depends on fmt 11.0.x and oe-core has moved to 11.1.x until mpd is ported to use it, lets fall back to what mpd works with instead of using system provided fmt Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Upgrade mpd to 0.23.16Khem Raj2025-01-102-54/+1
| | | | | | | | | | | | | | | - Release Notes * database - fix integer overflows with 64-bit inode numbers * filter - ffmpeg: fix for filters producing no output * support libfmt 11 * support ICU 76 - Drop ICU-76 support patch its already in this release Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Fix build with icu 76+Khem Raj2024-11-232-0/+53
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Upgrade to 0.23.15+gitKhem Raj2024-08-292-29/+8
| | | | | | | | | | | | | | Drop uneeded patch ver 0.23.15 (2023/12/20) * decoder - ffmpeg: fix build failure with FFmpeg 6.1 * output - alsa: limit buffer time to 2 seconds Use latest master for fmt 11.x fixes Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmpdclient,mpc: Upgrade to 2.22 and 0.35 respectivelyKhem Raj2024-08-292-0/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Start WORKDIR -> UNPACKDIR transitionKhem Raj2024-05-231-1/+1
| | | | | | | Replace references of WORKDIR with UNPACKDIR where it makes sense to do so in preparation for changing the default value of UNPACKDIR. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Update status for CVE-2020-7465 and CVE-2020-7466Ninette Adhikari2024-04-291-0/+3
| | | | | | | | | | The recipe used in the `meta-openembedded` is a different mpd package compared to the one which has the CVE issue. Package used in `meta-embedded`: http://www.musicpd.org Package with CVE issue: https://sourceforge.net/projects/mpd/ No action required. Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* musicpd: unbreak build with ffmpeg 6.1Markus Volk2023-11-202-0/+27
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: upgrade 0.23.12 -> 0.23.14alperak2023-11-124-130/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches deleted because issues fixed in the new version. Changelog: ver 0.23.14 (2023/10/08) * decoder - flac: fix scanning files with non-ASCII names on Windows - mad: fix calculation of LAME peak values * mixer - wasapi: fix problem setting volume * more libfmt 10 fixes * fix auto-detected systemd unit directory * Android - require Android 7 or newer ver 0.23.13 (2023/05/22) * input - curl: fix busy loop after connection failed - curl: hide "404" log messages for non-existent ".mpdignore" files * archive - zzip: fix crash bug * database - simple: reveal hidden songs after deleting containing CUE * decoder - ffmpeg: reorder to a lower priority than "gme" - gme: require GME 0.6 or later * output - pipewire: fix corruption bug due to missing lock * Linux - shut down if parent process dies in --no-daemon mode - determine systemd unit directories via pkg-config * support libfmt 10 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ncmpc: upgrade 0.47 -> 0.49Khem Raj2023-11-062-42/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Fix build with clang-16Khem Raj2023-05-172-0/+29
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: fix build error when fmt updatedWang Mingyu2023-05-173-2/+102
| | | | | | | | | backport upstream patch for build error when fmt updated: ix-build-error-when-fmt-updated.patch minor-fixup-for-libfmt10.patch Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Upgrade to 0.23.12 releaseKhem Raj2023-01-261-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ncmpc: Upgrade to 0.47Khem Raj2023-01-162-1/+39
| | | | | | Backport a patch to fix c++17 build with clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Upgrade to 0.23.9Khem Raj2022-08-181-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmpd: Fix function returns and castsKhem Raj2022-08-145-12/+83
| | | | | | Fixes build with clang-15 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Update to 0.23.8Khem Raj2022-08-121-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ncmpc: upgrade to 0.46Scott Murray2022-03-241-2/+2
| | | | | | | | | | | | | | | Changelog (from NEWS file): ncmpc 0.46 - (2021-11-26) * eliminate Boost dependency * install Lithuanian translation * migrate to PCRE2 DEPENDS has been updated to remove boost and add libpcre2 to match the changes. Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpc: upgrade to 0.34Scott Murray2022-03-241-1/+1
| | | | | | | | | | | | | | | | Changelog (from NEWS file): 0.34 (2021/11/30) * add commands "albumart", "readpicture" * don't print status after error * custom status format * support grouping "list" results * meson: auto-build libmpdclient if not available * require libmpdclient 2.16 or newer * require MPD 0.21 or newer Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmpdclient: upgrade to 2.20Scott Murray2022-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog (from NEWS file): libmpdclient 2.20 (2021/11/23) * support MPD protocol 0.23 - getvol - position argument for searchadd, findadd, load and playlistadd - whence argument for addid and add - range argument for playlistdelete * support MPD protocol 0.22.4 - binarylimit * support MPD protocol 0.22.0 - readpicture * support MPD protocol 0.21.0 - albumart * support tags "ComposerSort", "Ensemble", "Movement", "MovementNumber", "Location" * queue: make "priority" parameter unsigned Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: upgrade to 0.23.6Scott Murray2022-03-241-1/+1
| | | | | | | | | | | | | | | | | | Changelog (from NEWS file): ver 0.23.6 (2022/03/14) * protocol - support filename "cover.webp" for "albumart" command - support "readcomments" and "readpicture" on CUE tracks * decoder - ffmpeg: fix end-of-file check (update stuck at empty files) - opus: fix "readpicture" on Opus files * output - pipewire: fix crash bug if setting volume before playback starts - wasapi: fix resume after pause Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-044-4/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* All layers: Follow oe-core's variable name changesAndreas Müller2022-02-241-2/+2
| | | | | | | Auto rename performed by oe-core's convert-variable-renames.py 0.1 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: update 0.22.9 -> 0.23.5Alexander Kanavin2022-01-252-50/+6
| | | | | | | This resolves ffmpeg 5.0 issues. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-034-4/+4
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ncmpc: Inherit pkgconfigKhem Raj2021-09-241-1/+1
| | | | | | | Fixes Did not find pkg-config by name 'pkg-config' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpc: Inherit pkgconfigKhem Raj2021-09-241-1/+1
| | | | | | | Fixes Did not find pkg-config by name 'pkg-config' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-033-8/+8
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpd: Update to 0.22.9Khem Raj2021-06-292-1/+45
| | | | | | | Fix build with clang Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* mpd: Check for commercial in LICENSE_FLAGS_WHITELISTKhem Raj2021-03-301-3/+8
| | | | | | | aac and ffmpeg could be enabled only if they have been whitelisted by user Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Upgrade to 0.22 seriesKhem Raj2021-03-024-168/+96
| | | | | | | | | | | Drop the gcc10 patches the problem is fixed in newer versions Migrate to use meson build system Drop libwrap packageconfig, its dropped upstream too Use systemd_user_unit_dir to match OE Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Max Kellermann <max.kellermann@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* ncmpc: update to 0.45Oleksandr Kravchuk2021-02-211-1/+3
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: add commercial LICENSE_FLAGS when ffmpeg or aac PACKAGECONFIG is enabledMartin Jansa2020-10-191-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * resolves bitbake world error: ERROR: Nothing PROVIDES 'ffmpeg' (but meta-multimedia/recipes-multimedia/musicpd/mpd_0.20.22.bb DEPENDS on or otherwise requires it) ffmpeg was skipped: because it has a restricted license 'commercial'. Which is not whitelisted in LICENSE_FLAGS_WHITELIST ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'mpd', 'ffmpeg'] * aac is conditionally included in PACKAGECONFIG based on LICENSE_FLAGS since: commit f5d271fd545c5b78d4a8fbc81e54df454fa0d5e4 Author: Armin Kuster <akuster808@gmail.com> Date: Mon Oct 1 08:05:28 2018 -0700 mpd: enable aac PACKAGECONFIG only with commercial LICENSE_FLAGS maybe we could use the same for ffmpeg, but the conditional should be a bit more complicated, because the aac support is whitelisted by either commercial, commercial_faad2 or faad2 in LICENSE_FLAGS_WHITELIST not just currently checked 'commercial'. and we cannot use LICENSE_FLAGS conditional in both, because that leads to bb.data_smart.ExpansionError: Failure expanding variable LICENSE_FLAGS, expression was ${@bb.utils.contains('PACKAGECONFIG', 'ffmpeg', 'commercial', '', d)} which triggered exception RecursionError: maximum recursion depth exceeded Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ncmpc: update to 0.38Oleksandr Kravchuk2020-07-311-1/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpc: update to 0.33Oleksandr Kravchuk2020-07-311-7/+4
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmpdclient: update to 2.19Oleksandr Kravchuk2020-07-281-1/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: fix PACKAGECONFIG assignmentKonrad Weihmann2020-06-031-1/+1
| | | | | | | | | As ??= assignment will be overwritten by += in any case, one can't define a default of PACKAGECONFIG in this recipe. Previously the default setting was just overwritten by the += operation. Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Fix build with gcc10Khem Raj2019-12-263-0/+67
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmpdclient: Clarify BSD license variantChristophe PRIOUZEAU2019-10-171-1/+1
| | | | | | | The License of libmpdclient is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ncmpc: Update to 0.34Khem Raj2019-08-291-1/+1
| | | | | | | Needed to work with boost 1.70+ Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@googlemail.com>
* ncmpc: Rename artist_screen to library_screenKhem Raj2019-04-061-2/+2
| | | | | | | | | | artist_screen is not a valid meson option Fixes ERROR: ncmpc-0.33-r0 do_configure: QA Issue: ncmpc: configure was passed unrecognised options: artist_screen [unknown-configure-option] Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* mpd: eliminate systemd ExecStart editMax Kellermann2018-10-261-6/+0
| | | | | | | | This was never necessary because MPD's build script already inserts the correct path. Signed-off-by: Max Kellermann <max.kellermann@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: remove deprecated "enable_bzip2=yes" lineMax Kellermann2018-10-261-1/+0
| | | | | | | | This should have been removed in commit 5a06148e58ca5a7558dd4b438a61d22caa8dfffe Signed-off-by: Max Kellermann <max.kellermann@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: update to 0.20.22Max Kellermann2018-10-261-1/+4
| | | | | Signed-off-by: Max Kellermann <max.kellermann@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpc: update to 0.31Max Kellermann2018-10-241-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>