aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-11-20 22:05:10 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-11-20 22:43:42 +0000
commitadd690556ebdda0de00204c24f0de911de82b1dd (patch)
treee1e282a39ea6922a629e313bd5d60dd858fae673
parent031836e2ec8b0463dec91f282f9cdfde38281008 (diff)
downloadports-add690556ebdda0de00204c24f0de911de82b1dd.tar.gz
ports-add690556ebdda0de00204c24f0de911de82b1dd.zip
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 (cherry picked from commit e92349ca0c3d9b0ccdb1e5d40b3b536b39f56890)
-rw-r--r--deskutils/xdg-desktop-portal/Makefile2
-rw-r--r--net-im/telegram-desktop/Makefile2
-rw-r--r--net-im/tg_owt/Makefile2
-rw-r--r--x11-wm/gamescope/Makefile1
-rw-r--r--x11-wm/mutter/Makefile1
-rw-r--r--x11/xdg-desktop-portal-wlr/Makefile2
6 files changed, 6 insertions, 4 deletions
diff --git a/deskutils/xdg-desktop-portal/Makefile b/deskutils/xdg-desktop-portal/Makefile
index 9ba3d7beb4f0..6ac23ec4b6dc 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/flatpak/xdg-desktop-portal/pull/:freebsd_compat
diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile
index 6648644e4c6a..4b7923a14832 100644
--- a/net-im/telegram-desktop/Makefile
+++ b/net-im/telegram-desktop/Makefile
@@ -1,6 +1,6 @@
PORTNAME= telegram-desktop
DISTVERSION= 2.8.11
-PORTREVISION= 3
+PORTREVISION= 4
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 c7564188eb01..a39e0512cad1 100644
--- a/net-im/tg_owt/Makefile
+++ b/net-im/tg_owt/Makefile
@@ -2,7 +2,7 @@
PORTNAME= tg_owt
PORTVERSION= 0.0.20210718
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-im
MAINTAINER= henry.hu.sh@gmail.com
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 a1cafb008b2e..725020083e4e 100644
--- a/x11-wm/mutter/Makefile
+++ b/x11-wm/mutter/Makefile
@@ -2,6 +2,7 @@
PORTNAME= mutter
PORTVERSION= 41.0
+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 ffd934db9e4c..c7cfcd672a10 100644
--- a/x11/xdg-desktop-portal-wlr/Makefile
+++ b/x11/xdg-desktop-portal-wlr/Makefile
@@ -1,7 +1,7 @@
PORTNAME= xdg-desktop-portal-wlr
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MAINTAINER= jbeich@FreeBSD.org