aboutsummaryrefslogtreecommitdiffstats
path: root/meta-pipewire/recipes-multimedia/pipewire/pipewire_git.bb
blob: 011354d8894e6ba976e948f1ad49e28a53ae3d65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
require pipewire.inc

SRC_URI = "gitsm://github.com/PipeWire/pipewire;protocol=https;branch=work \
    file://0001-spa-include-install-missing-headers.patch \
    file://0002-extensions-implement-Endpoint-ClientEndpoint-interfa.patch \
    file://0003-pipewire-cli-add-support-for-printing-endpoint-info-.patch \
    file://0004-pipewire-cli-add-command-to-modify-endpoint-control-.patch \
    file://0005-arm-build-with-mno-unaligned-access.patch \
    file://0006-logger-print-timestamps-on-logged-messages.patch \
    file://0007-alsa-make-corrections-on-the-timeout-based-on-how-fa.patch \
    file://0008-audio-dsp-allow-mode-to-be-set-with-a-property.patch \
    file://0009-audioconvert-do-setup-internal-links-and-buffers-als.patch \
    file://0010-gst-Implement-new-pwaudio-src-sink-elements-based-on.patch \
    file://0011-gst-pwaudioringbuffer-make-the-buffer-size-sensitive.patch \
    file://0012-gst-pwaudioringbuffer-request-pause-play-on-the-appr.patch \
    file://0013-gst-pwaudioringbuffer-wait-only-for-STREAM_STATE_CON.patch \
    file://0014-gst-pwaudiosink-set-the-default-latency-time-buffer-.patch \
    file://0015-audioconvert-fmtconvert-assume-F32-on-the-other-port.patch \
    file://0016-a2dpsink-fix-infinite-loop-when-buffer-could-not-be-.patch \
    file://0017-bluez5-add-sco-sink-and-sco-src-nodes.patch \
    file://0018-device-add-name-field-in-spa_device_object_info.patch \
    file://0019-bluez-add-transport-name-and-use-it-when-emitting-no.patch \
    file://0020-a2dp-sink-check-if-transport-is-valid-before-releasi.patch \
    file://0021-gst-pwaudioringbuffer-set-node.latency-to-get-schedu.patch \
    "

SRCREV = "4be788962e60891237f1f018627bf709ae3981e6"

PV = "0.2.90+git${SRCPV}+2"
S  = "${WORKDIR}/git"

RDEPENDS_${PN} += "virtual/pipewire-sessionmanager virtual/pipewire-config"