mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
A lot of our recipes had short one-line DESCRIPTION values and no SUMMARY value set. In this case it's much better to just set SUMMARY since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY is at least useful. I also took the opportunity to fix up a lot of the new SUMMARY values, making them concisely explain the function of the recipe / package where possible. (From OE-Core rev: b8feee3cf21f70ba4ec3b822d2f596d4fc02a292) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
153 lines
6.5 KiB
PHP
153 lines
6.5 KiB
PHP
SUMMARY = "Sound server for Linux and Unix-like operating systems"
|
|
HOMEPAGE = "http://www.pulseaudio.org"
|
|
AUTHOR = "Lennart Poettering"
|
|
SECTION = "libs/multimedia"
|
|
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/resampler.h;beginline=4;endline=23;md5=c3d539b93f8c82a1780bfa3cfa544a95"
|
|
|
|
DEPENDS = "libatomics-ops liboil libsamplerate0 libsndfile1 libtool"
|
|
# optional
|
|
DEPENDS += "udev alsa-lib glib-2.0 dbus gconf"
|
|
DEPENDS += "json-c gdbm speex libxml-parser-perl-native"
|
|
|
|
inherit autotools pkgconfig useradd gettext perlnative
|
|
|
|
# *.desktop rules wont be generated during configure and build will fail
|
|
# if using --disable-nls
|
|
USE_NLS = "yes"
|
|
|
|
EXTRA_OECONF = "\
|
|
--disable-hal-compat \
|
|
--disable-orc \
|
|
--enable-tcpwrap=no \
|
|
--with-access-group=audio \
|
|
--disable-openssl \
|
|
--disable-xen \
|
|
--with-database=simple \
|
|
--without-fftw \
|
|
--with-udev-rules-dir=`pkg-config --variable=udevdir udev`/rules.d \
|
|
ac_cv_header_valgrind_memcheck_h=no \
|
|
"
|
|
|
|
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \
|
|
${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \
|
|
${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)} \
|
|
${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
|
|
PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,bluez4 sbc"
|
|
PACKAGECONFIG[gtk] = "--enable-gtk3,--disable-gtk3,gtk+3"
|
|
PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
|
|
PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 libxtst libice libsm libxcb"
|
|
PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi"
|
|
PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
|
|
|
|
EXTRA_OECONF_append_arm = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", " --enable-neon-opt=no", d)}"
|
|
EXTRA_OECONF_append_armeb = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", " --enable-neon-opt=no", d)}"
|
|
|
|
|
|
export TARGET_PFPU = "${TARGET_FPU}"
|
|
|
|
# TODO: Use more fine granular version
|
|
#OE_LT_RPATH_ALLOW=":${libdir}/pulse-0.9:"
|
|
OE_LT_RPATH_ALLOW = "any"
|
|
OE_LT_RPATH_ALLOW[export]="1"
|
|
|
|
do_install_append() {
|
|
install -d ${D}${sysconfdir}/default/volatiles
|
|
install -m 0644 ${WORKDIR}/volatiles.04_pulse ${D}${sysconfdir}/default/volatiles/volatiles.04_pulse
|
|
|
|
if [ "x${TARGET_PFPU}" = "xsoft" ] ; then
|
|
sed -i -e s:\;\ resample-method\ =\ sinc-fastest:resample-method\ =\ trivial: ${D}${sysconfdir}/pulse/daemon.conf
|
|
fi
|
|
}
|
|
|
|
USERADD_PACKAGES = "pulseaudio-server"
|
|
GROUPADD_PARAM_pulseaudio-server = "pulse"
|
|
USERADD_PARAM_pulseaudio-server = "--system --home /var/run/pulse \
|
|
--no-create-home --shell /bin/false \
|
|
--groups audio,pulse --gid pulse pulse"
|
|
|
|
# The console-kit module is included here explicitly so bitbake can map to the
|
|
# RDEPENDS we define for it in this recipe, and thereby ensure that when
|
|
# adding the console-kit module to an image, we also get the necessary
|
|
# consolekit package produced.
|
|
PACKAGES =+ "libpulsecore libpulsecommon libpulse libpulse-simple libpulse-mainloop-glib \
|
|
pulseaudio-server pulseaudio-misc ${@base_contains('PACKAGECONFIG', 'x11', 'pulseaudio-module-console-kit', '', d)}"
|
|
|
|
#upgrade path:
|
|
RREPLACES_pulseaudio-server = "libpulse-bin libpulse-conf"
|
|
|
|
PACKAGES_DYNAMIC += "^pulseaudio-lib.* ^pulseaudio-module.* ^libpulse-lib.* ^libpulse-module.* "
|
|
|
|
FILES_libpulsecore = "${libdir}/libpulsecore*.so"
|
|
FILES_libpulsecommon = "${libdir}/pulseaudio/libpulsecommon*.so"
|
|
FILES_libpulse = "${libdir}/libpulse.so.*"
|
|
FILES_libpulse-simple = "${libdir}/libpulse-simple.so.*"
|
|
FILES_libpulse-mainloop-glib = "${libdir}/libpulse-mainloop-glib.so.*"
|
|
|
|
FILES_${PN}-dbg += "${libexecdir}/pulse/.debug \
|
|
${libdir}/pulse-${PV}/modules/.debug"
|
|
FILES_${PN}-dev += "${libdir}/pulse-${PV}/modules/*.la ${datadir}/vala ${libdir}/cmake"
|
|
FILES_${PN}-conf = "${sysconfdir}"
|
|
FILES_${PN}-bin += "${sysconfdir}/default/volatiles/volatiles.04_pulse"
|
|
FILES_${PN}-server = "${bindir}/pulseaudio ${bindir}/start-* ${sysconfdir} ${bindir}/pactl */udev/rules.d/*.rules"
|
|
FILES_${PN}-misc = "${bindir}/* ${libdir}/pulseaudio/libpulsedsp.so"
|
|
|
|
# Allow the pulseaudio package to be created empty as a placeholder (-dbg and -dev depend on it)
|
|
ALLOW_EMPTY_${PN} = "1"
|
|
|
|
CONFFILES_pulseaudio-server = "\
|
|
${sysconfdir}/pulse/default.pa \
|
|
${sysconfdir}/pulse/daemon.conf \
|
|
${sysconfdir}/pulse/client.conf \
|
|
"
|
|
|
|
pkg_postinst_${PN}-server() {
|
|
if [ -z "$D" ] && [ -e ${sysconfdir}/init.d/populate-volatile.sh ] ; then
|
|
${sysconfdir}/init.d/populate-volatile.sh update
|
|
fi
|
|
}
|
|
|
|
python populate_packages_prepend() {
|
|
#d.setVar('PKG_pulseaudio', 'pulseaudio')
|
|
|
|
plugindir = d.expand('${libdir}/pulse-${PV}/modules/')
|
|
do_split_packages(d, plugindir, '^module-(.*)\.so$', 'pulseaudio-module-%s', 'PulseAudio module for %s', extra_depends='', prepend=True)
|
|
do_split_packages(d, plugindir, '^lib(.*)\.so$', 'pulseaudio-lib-%s', 'PulseAudio library for %s', extra_depends='', prepend=True)
|
|
}
|
|
|
|
RDEPENDS_pulseaudio-server = " \
|
|
pulseaudio-module-filter-apply \
|
|
pulseaudio-module-filter-heuristics \
|
|
pulseaudio-module-udev-detect \
|
|
pulseaudio-module-null-sink \
|
|
pulseaudio-module-device-restore \
|
|
pulseaudio-module-stream-restore \
|
|
pulseaudio-module-card-restore \
|
|
pulseaudio-module-augment-properties \
|
|
pulseaudio-module-detect \
|
|
pulseaudio-module-alsa-sink \
|
|
pulseaudio-module-alsa-source \
|
|
pulseaudio-module-alsa-card \
|
|
pulseaudio-module-native-protocol-unix \
|
|
pulseaudio-module-default-device-restore \
|
|
pulseaudio-module-intended-roles \
|
|
pulseaudio-module-rescue-streams \
|
|
pulseaudio-module-always-sink \
|
|
pulseaudio-module-suspend-on-idle \
|
|
pulseaudio-module-position-event-sounds \
|
|
pulseaudio-module-role-cork \
|
|
pulseaudio-module-switch-on-port-available"
|
|
|
|
RDEPENDS_pulseaudio-module-console-kit =+ "consolekit"
|
|
RDEPENDS_pulseaudio-misc += "pulseaudio-module-cli-protocol-unix"
|
|
|
|
FILES_pulseaudio-module-gconf += "${libexecdir}/pulse/gconf-helper"
|
|
FILES_pulseaudio-module-bluetooth-proximity += "${libexecdir}/pulse/proximity-helper"
|
|
FILES_pulseaudio-module-alsa-card += "${datadir}/pulseaudio/alsa-mixer"
|
|
|
|
RDEPENDS_pulseaudio-server += "\
|
|
${@base_contains('DISTRO_FEATURES', 'x11', 'pulseaudio-module-console-kit', '', d)}"
|