mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
multimedia/pipewire: Do not install gschema file to resolve a conflict with pulseaudio
PR: 282452
This commit is contained in:
parent
96fae7c50d
commit
e0c9badbe9
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= pipewire
|
||||
DISTVERSION= 1.2.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= arrowd@FreeBSD.org
|
||||
|
@ -52,6 +53,7 @@ LV2_DESC= Support lv2-based audio plugins via lilv
|
|||
LV2_LIB_DEPENDS= liblilv-0.so:audio/lilv
|
||||
LV2_MESON_ENABLED= lv2
|
||||
|
||||
PULSEAUDIO_DESC= Enable PulseAudio emulation
|
||||
PULSEAUDIO_MESON_ENABLED= libpulse
|
||||
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
|
||||
|
||||
|
@ -85,6 +87,7 @@ MESON_ARGS= -D pw-cat=enabled \
|
|||
-D libmysofa=disabled \
|
||||
-D libffado=disabled \
|
||||
-D snap=disabled \
|
||||
-D gsettings-pulse-schema=disabled \
|
||||
-D udevrulesdir="${LOCALBASE}/lib/udev/rules.d"
|
||||
|
||||
PORTDOCS= *
|
||||
|
|
|
@ -304,7 +304,6 @@ lib/spa-0.2/videotestsrc/libspa-videotestsrc.so
|
|||
%%VULKAN%%lib/spa-0.2/vulkan/libspa-vulkan.so
|
||||
libdata/pkgconfig/libpipewire-0.3.pc
|
||||
libdata/pkgconfig/libspa-0.2.pc
|
||||
share/glib-2.0/schemas/org.freedesktop.pulseaudio.gschema.xml
|
||||
share/locale/af/LC_MESSAGES/pipewire.mo
|
||||
share/locale/as/LC_MESSAGES/pipewire.mo
|
||||
share/locale/be/LC_MESSAGES/pipewire.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue