diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-08-29 18:25:18 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-29 20:59:16 -0700 |
| commit | 509ac9a2ad0000afe5a7c654442d3c04514cf611 (patch) | |
| tree | ae7494b62d7e5bc9a7ba9b2c7cd2f66908e04d3c /meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.22.bb | |
| parent | a32ae2f7d65ed744ed34b550ced1fbb725e454b5 (diff) | |
| download | meta-openembedded-509ac9a2ad0000afe5a7c654442d3c04514cf611.tar.gz | |
libmpdclient,mpc: Upgrade to 2.22 and 0.35 respectively
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.22.bb')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.22.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.22.bb b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.22.bb new file mode 100644 index 0000000000..2746c6bb80 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.22.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "C client library for the Music Player Daemon" | ||
| 2 | LICENSE = "BSD-3-Clause" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=06b9dfd2f197dc514d8ef06549684b77" | ||
| 4 | HOMEPAGE = "https://www.musicpd.org/libs/libmpdclient/" | ||
| 5 | |||
| 6 | inherit meson | ||
| 7 | |||
| 8 | SRC_URI = " \ | ||
| 9 | git://github.com/MusicPlayerDaemon/libmpdclient;branch=master;protocol=https \ | ||
| 10 | " | ||
| 11 | SRCREV = "7124a0ad4841a44db084bb785a6e7120bc8f0139" | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | PACKAGECONFIG ??= "tcp" | ||
| 15 | PACKAGECONFIG[tcp] = "-Dtcp=true,-Dtcp=false" | ||
| 16 | |||
| 17 | do_install:append() { | ||
| 18 | # libmpdclient's Vala bindings are outdated and unmaintained; it | ||
| 19 | # is likely that nobody will ever use them, so let's not install | ||
| 20 | # them | ||
| 21 | rm -rf ${D}${datadir}/vala | ||
| 22 | } | ||
