diff options
| author | Scott Murray <scott.murray@konsulko.com> | 2022-03-23 19:28:03 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-24 09:45:25 -0700 |
| commit | 19a760a134193c7086b3639896feec45bdc2fa0a (patch) | |
| tree | 37bbe7ac9c1998637c0b3d1bb2a27f6c94682ed5 /meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb | |
| parent | 1f1c1d77cc51ea0497a87b5d95db66b13476bc7f (diff) | |
| download | meta-openembedded-19a760a134193c7086b3639896feec45bdc2fa0a.tar.gz | |
mpc: upgrade to 0.34
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>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb b/meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb deleted file mode 100644 index b3178ea81b..0000000000 --- a/meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | SUMMARY = "A minimalist command line interface to the Music Player Daemon" | ||
| 2 | LICENSE = "GPL-2.0-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
| 4 | HOMEPAGE = "https://www.musicpd.org/clients/mpc/" | ||
| 5 | |||
| 6 | inherit meson pkgconfig | ||
| 7 | |||
| 8 | DEPENDS += "libmpdclient" | ||
| 9 | |||
| 10 | SRC_URI = "git://github.com/MusicPlayerDaemon/mpc;branch=master;protocol=https" | ||
| 11 | SRCREV = "ef16b280052ef0320cb80f79d74c8ce0324005ed" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
