git: e92349ca0c3d - main - multimedia/pipewire: force rebuild consumers after 8691df3a5142
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Nov 2021 22:41:57 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=e92349ca0c3d9b0ccdb1e5d40b3b536b39f56890 commit e92349ca0c3d9b0ccdb1e5d40b3b536b39f56890 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-11-20 22:05:10 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-11-20 22:41:23 +0000 multimedia/pipewire: force rebuild consumers after 8691df3a5142 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 --- audio/musicpd/Makefile | 1 + deskutils/xdg-desktop-portal/Makefile | 2 +- net-im/telegram-desktop/Makefile | 1 + net-im/tg_owt/Makefile | 2 +- x11-wm/gamescope/Makefile | 1 + x11-wm/mutter/Makefile | 1 + x11/xdg-desktop-portal-wlr/Makefile | 1 + 7 files changed, 7 insertions(+), 2 deletions(-) diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 6d7424e58875..8cb13e48cd06 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -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} diff --git a/deskutils/xdg-desktop-portal/Makefile b/deskutils/xdg-desktop-portal/Makefile index 4d5fa6f63e67..c444477a5486 100644 --- a/deskutils/xdg-desktop-portal/Makefile +++ b/deskutils/xdg-desktop-portal/Makefile @@ -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 diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index 08d1bddb389a..4c9100f435ab 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -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 diff --git a/net-im/tg_owt/Makefile b/net-im/tg_owt/Makefile index 59af87be0471..2db259476edd 100644 --- a/net-im/tg_owt/Makefile +++ b/net-im/tg_owt/Makefile @@ -2,7 +2,7 @@ PORTNAME= tg_owt PORTVERSION= 0.0.20211021 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MAINTAINER= glebius@FreeBSD.org diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile index eadc43fa1292..fbf73776f00a 100644 --- a/x11-wm/gamescope/Makefile +++ b/x11-wm/gamescope/Makefile @@ -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/ diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile index 85c06e9237bb..dc623129b4eb 100644 --- a/x11-wm/mutter/Makefile +++ b/x11-wm/mutter/Makefile @@ -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 diff --git a/x11/xdg-desktop-portal-wlr/Makefile b/x11/xdg-desktop-portal-wlr/Makefile index 493639078a06..bd3c14f999b4 100644 --- a/x11/xdg-desktop-portal-wlr/Makefile +++ b/x11/xdg-desktop-portal-wlr/Makefile @@ -1,6 +1,7 @@ PORTNAME= xdg-desktop-portal-wlr DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org