FreeBSD Bugzilla – Attachment 241633 Details for
Bug 268761
net/krfb: enable PipeWire support (for Plasma/Wayland)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Make pipewire optional
krfb.diff (text/plain), 1.77 KB, created by
Vladimir Druzenko
on 2023-04-21 16:59:36 UTC
(
hide
)
Description:
Make pipewire optional
Filename:
MIME Type:
Creator:
Vladimir Druzenko
Created:
2023-04-21 16:59:36 UTC
Size:
1.77 KB
patch
obsolete
>diff -ur net/krfb.orig/Makefile net/krfb/Makefile >--- net/krfb.orig/Makefile >+++ net/krfb/Makefile >@@ -8,22 +8,24 @@ > > BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto > LIB_DEPENDS= libvncserver.so:net/libvncserver \ >- libxcb-image.so:x11/xcb-util-image \ >- libpipewire-0.3.so:multimedia/pipewire >+ libxcb-image.so:x11/xcb-util-image > > USES= alias cmake compiler:c++11-lib gettext jpeg kde:5 pkgconfig \ > qt:5 tar:xz xorg > USE_KDE= auth codecs completion config configwidgets coreaddons crash \ >- dbusaddons dnssd doctools i18n kpipewire notifications wallet \ >- wayland widgetsaddons windowsystem xmlgui \ >- ecm:build >+ dbusaddons dnssd doctools i18n notifications wallet \ >+ wayland widgetsaddons windowsystem xmlgui ecm:build > USE_QT= core dbus gui network widgets x11extras xml \ > buildtools:build qmake:build > USE_XORG= x11 xcb xdamage xext xtst > >-OPTIONS_DEFINE= TELEPATHY DOCS >+OPTIONS_DEFINE= DOCS PIPEWIRE TELEPATHY > OPTIONS_SUB= yes > TELEPATHY_DESC= Support for Telepathy Tubes > TELEPATHY_LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt >+PIPEWIRE_DESC= Screen capture via PipeWire >+PIPEWIRE_LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire >+PIPEWIRE_USE= KDE=kpipewire >+PIPEWIRE_CMAKE_BOOL_OFF=DISABLE_PIPEWIRE > > .include <bsd.port.mk> >diff -ur net/krfb.orig/pkg-plist net/krfb/pkg-plist >--- net/krfb.orig/pkg-plist >+++ net/krfb/pkg-plist >@@ -3,8 +3,8 @@ > lib/libkrfbprivate.so.5 > lib/libkrfbprivate.so.5.0 > %%QT_PLUGINDIR%%/krfb/events/x11.so >-%%QT_PLUGINDIR%%/krfb/events/xdp.so >-%%QT_PLUGINDIR%%/krfb/framebuffer/pw.so >+%%PIPEWIRE%%%%QT_PLUGINDIR%%/krfb/events/xdp.so >+%%PIPEWIRE%%%%QT_PLUGINDIR%%/krfb/framebuffer/pw.so > %%QT_PLUGINDIR%%/krfb/framebuffer/qt.so > %%QT_PLUGINDIR%%/krfb/framebuffer/xcb.so > share/applications/org.kde.krfb.desktop
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 268761
:
239271
|
241633
|
241635