Brad Bishop | 996bc45 | 2019-12-02 13:05:15 -0500 | [diff] [blame] | 1 | SUMMARY = "a2jmidid is daemon for exposing ALSA sequencer applications as JACK MIDI" |
| 2 | SECTION = "libs/multimedia" |
| 3 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 4 | LICENSE = "GPL-2.0-only" |
Brad Bishop | 996bc45 | 2019-12-02 13:05:15 -0500 | [diff] [blame] | 5 | LIC_FILES_CHKSUM = " \ |
| 6 | file://LICENSE;md5=751419260aa954499f7abaabaa882bbe \ |
| 7 | " |
| 8 | |
| 9 | DEPENDS = "alsa-lib jack dbus" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 10 | DEPENDS:append:libc-musl = " libexecinfo" |
Brad Bishop | 996bc45 | 2019-12-02 13:05:15 -0500 | [diff] [blame] | 11 | |
| 12 | SRCREV = "de37569c926c5886768f892c019e3f0468615038" |
| 13 | SRC_URI = " \ |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 14 | git://github.com/linuxaudio/a2jmidid;protocol=https;branch=master \ |
Brad Bishop | 996bc45 | 2019-12-02 13:05:15 -0500 | [diff] [blame] | 15 | file://riscv_ucontext.patch \ |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 16 | file://ppc_musl_ucontext.patch \ |
Brad Bishop | 996bc45 | 2019-12-02 13:05:15 -0500 | [diff] [blame] | 17 | " |
| 18 | |
| 19 | S = "${WORKDIR}/git" |
| 20 | |
| 21 | inherit meson pkgconfig |
| 22 | |
| 23 | EXTRA_OEMESON = "-Db_lto=false" |
| 24 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 25 | LDFLAGS:append:libc-musl = " -lexecinfo" |
Brad Bishop | 996bc45 | 2019-12-02 13:05:15 -0500 | [diff] [blame] | 26 | |
| 27 | export LINKFLAGS="${LDFLAGS}" |
| 28 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 29 | FILES:${PN} += "${datadir}/dbus-1/services" |