pulseaudio: make sure to remove /usr/lib32 symlink, otherwise it will be detected as obsolete.
This commit is contained in:
parent
632ec066a6
commit
cc5319ec3b
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pulseaudio'
|
||||
pkgname=pulseaudio
|
||||
version=5.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-oss-output --disable-oss-wrapper --disable-tcpwrap
|
||||
--enable-jack --disable-lirc --disable-hal-compat --disable-gconf --enable-orc
|
||||
|
@ -33,9 +33,6 @@ if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
|||
vmkdir usr/lib
|
||||
ln -s lib ${DESTDIR}/usr/lib32
|
||||
}
|
||||
post_install() {
|
||||
rm ${DESTDIR}/usr/lib32
|
||||
}
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
|
@ -61,6 +58,8 @@ post_install() {
|
|||
# when there's a Skype call incoming
|
||||
sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#&|' \
|
||||
-i ${DESTDIR}/usr/bin/start-pulseaudio-x11
|
||||
|
||||
rm -f ${DESTDIR}/usr/lib32
|
||||
}
|
||||
|
||||
libpulseaudio_package() {
|
||||
|
|
Loading…
Reference in New Issue