mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
pulseaudio: update to version 7.1
This commit is contained in:
parent
07d58321b7
commit
d31b17e823
@ -19,7 +19,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="pulseaudio"
|
PKG_NAME="pulseaudio"
|
||||||
PKG_VERSION="7.0"
|
PKG_VERSION="7.1"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
@ -109,13 +109,6 @@ 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/
|
||||||
|
|
||||||
# Remove unwanted symlinks
|
|
||||||
for file in $INSTALL/*; do
|
|
||||||
if [ -L "$file" ]; then
|
|
||||||
rm $file
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user