KDE and Murmur

Hi! I want to switch from Lumina desktop to KDE. (or at least, to try KDE as I figure out what to switch to, since the latest version of Lumina is too buggy to be usable)
I did
pkg install kde5
And eventually was told
Code:
Checking integrity... done (2 conflicting)
  - avahi-libdns-0.7 conflicts with mDNSResponder-1096.0.2 on /usr/local/lib/libdns_sd.so
  - avahi-libdns-0.7 conflicts with mDNSResponder-1096.0.2 on /usr/local/lib/libdns_sd.so
and
Code:
Installed packages to be REMOVED:
        mDNSResponder: 1096.0.2
        murmur: 1.3.0_3
murmur is a package I require whenever I host a voice chat. How can I use both KDE and Murmur? Do I have any options?
 
I checked murmur. I thought it might not use mdnsresponder if you disabled bonjour. It still wants to install it, so you're screwed.

Either install kde5 or murmur. Welcome to dependency hell and open source.
 
I thought it might not use mdnsresponder if you disabled bonjour.
It does:
Code:
BONJOUR_DESC=           Bonjour Support
BONJOUR_VARS_OFF=       CONFIG+=no-bonjour
BONJOUR_LIB_DEPENDS=    libdns_sd.so:net/mDNSResponder

The net/mDNSResponder dependency only gets pulled in if BONJOUR is enabled.
 
Back
Top