mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
pulseaudio: upgrade to 2.0
(From OE-Core rev: eeaf48b802c52c445cafcf1419cb32c3c44ec17b) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6ad86c19a9
commit
e26bce1c68
@@ -6,7 +6,7 @@ LICENSE = "GPLv2+ & LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://GPL;md5=4325afd396febcb659c36b49533135d4 \
|
||||
file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||
file://src/modules/bluetooth/proximity-helper.c;beginline=1;endline=25;md5=e4cc710e40a4d900c2c294167bc58270 \
|
||||
file://src/pulsecore/vector.h;beginline=1;endline=21;md5=1b561f0a2ca47b1fa49862a6ccaacff1"
|
||||
file://src/pulsecore/resampler.h;beginline=4;endline=23;md5=c3d539b93f8c82a1780bfa3cfa544a95"
|
||||
DEPENDS = "libatomics-ops liboil avahi libsamplerate0 libsndfile1 libtool \
|
||||
${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxtst libice libsm libxcb gtk+', '', d)}"
|
||||
# optional
|
||||
|
||||
+3
-4
@@ -1,6 +1,6 @@
|
||||
require pulseaudio.inc
|
||||
|
||||
PR = "r10"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS += "libjson gdbm speex libxml-parser-perl-native"
|
||||
|
||||
@@ -8,11 +8,10 @@ inherit gettext perlnative
|
||||
|
||||
SRC_URI = "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-${PV}.tar.xz \
|
||||
file://volatiles.04_pulse \
|
||||
file://pulseaudio_fix_for_x32.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "17d21df798cee407b769c6355fae397a"
|
||||
SRC_URI[sha256sum] = "6fe531136f6ebce2d35872a2d2c914278cdc5dcdd5eea516dc52c81f9001f5ee"
|
||||
SRC_URI[md5sum] = "9bbde657c353fe675c3b693054175a8e"
|
||||
SRC_URI[sha256sum] = "28b42edd42f4879a6884af5f0ec11801ac001eb7582881215b36649aa37e2061"
|
||||
|
||||
do_compile_prepend() {
|
||||
cd ${S}
|
||||
Reference in New Issue
Block a user