pulseaudio: libpulseaudio provides libpulsecommon-5.0.so.
This commit is contained in:
parent
3fa8338bbf
commit
98d2dde477
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pulseaudio'
|
# Template file for 'pulseaudio'
|
||||||
pkgname=pulseaudio
|
pkgname=pulseaudio
|
||||||
version=5.0
|
version=5.0
|
||||||
revision=9
|
revision=10
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -46,6 +46,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libpulseaudio_package() {
|
libpulseaudio_package() {
|
||||||
|
shlib_provides="libpulsecommon-5.0.so"
|
||||||
short_desc+=" - shared libraries"
|
short_desc+=" - shared libraries"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/libpulse.so.*"
|
vmove "usr/lib/libpulse.so.*"
|
||||||
|
|
Loading…
Reference in New Issue