mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
pulseaudio: update to version 8.0
This commit is contained in:
parent
62ed698357
commit
8facc0c6bd
@ -0,0 +1,5 @@
|
|||||||
|
Files have to have the .conf file name extension, but otherwise the file names can be
|
||||||
|
chosen freely. The files under pulse-daemon.conf.d are processed in alphabetical order.
|
||||||
|
In case the same option is set in multiple files, the last file to set an option
|
||||||
|
overrides earlier files. The main daemon.conf file is processed first, so
|
||||||
|
options set in files under pulse-daemon.conf.d override the main file.
|
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="pulseaudio"
|
PKG_NAME="pulseaudio"
|
||||||
PKG_VERSION="7.1"
|
PKG_VERSION="8.0"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
@ -108,6 +108,11 @@ post_makeinstall_target() {
|
|||||||
|
|
||||||
cp $PKG_DIR/config/system.pa $INSTALL/etc/pulse/
|
cp $PKG_DIR/config/system.pa $INSTALL/etc/pulse/
|
||||||
cp $PKG_DIR/config/pulseaudio-system.conf $INSTALL/etc/dbus-1/system.d/
|
cp $PKG_DIR/config/pulseaudio-system.conf $INSTALL/etc/dbus-1/system.d/
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/config
|
||||||
|
cp -PR $PKG_DIR/config/pulse-daemon.conf.d $INSTALL/usr/config
|
||||||
|
|
||||||
|
ln -sf /storage/.config/pulse-daemon.conf.d $INSTALL/etc/pulse/daemon.conf.d
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user