multimedia/pipewire: force rebuild consumers after 8691df3a51

ABI has changed: pw_{,de}init -> pipewire_{,de}init. As PipeWire
support is often runtime-optional the breakage maybe hard to notice.

 ERROR kooha::backend::screencast_portal > Error from screencast call: Zbus(MethodError(OwnedInterfaceName(InterfaceName(Str("org.freedesktop.DBus.Error.UnknownMethod"))), Some("No such interface “org.freedesktop.portal.ScreenCast” on object at path /org/freedesktop/portal/desktop"), Msg { type: Error, sender: UniqueName(Str(":1.397")), reply-serial: 18, body: Signature: [
        s (115),
] }))

ld-elf.so.1: /usr/local/libexec/xdg-desktop-portal-wlr: Undefined symbol "pw_init"

PR:		259621
This commit is contained in:
Jan Beich 2021-11-20 22:05:10 +00:00
parent eb2c8f8f27
commit e92349ca0c
7 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= musicpd
PORTVERSION= 0.23.4
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}

View File

@ -1,6 +1,6 @@
PORTNAME= xdg-desktop-portal
PORTVERSION= 1.8.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= deskutils
PATCH_SITES= https://patch-diff.githubusercontent.com/raw/arrowd/xdg-desktop-portal/pull/:freebsd_compat

View File

@ -1,5 +1,6 @@
PORTNAME= telegram-desktop
DISTVERSION= 3.2.5
PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/
DISTNAME= tdesktop-${DISTVERSION}-full

View File

@ -2,7 +2,7 @@
PORTNAME= tg_owt
PORTVERSION= 0.0.20211021
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net-im
MAINTAINER= glebius@FreeBSD.org

View File

@ -1,5 +1,6 @@
PORTNAME= gamescope
DISTVERSION= 3.9.5
PORTREVISION= 1
CATEGORIES= x11-wm
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/

View File

@ -2,6 +2,7 @@
PORTNAME= mutter
PORTVERSION= 41.1
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome

View File

@ -1,6 +1,7 @@
PORTNAME= xdg-desktop-portal-wlr
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.0
PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= jbeich@FreeBSD.org