Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] chromium: enable pipewire webrtc backend
@ 2020-05-23  9:34 ifreund
  2020-05-23  9:51 ` [PR PATCH] [Updated] " ifreund
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ifreund @ 2020-05-23  9:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 342 bytes --]

There is a new pull request by ifreund against master on the void-packages repository

https://github.com/ifreund/void-packages chromium-enable-pipewire
https://github.com/void-linux/void-packages/pull/22222

chromium: enable pipewire webrtc backend


A patch file from https://github.com/void-linux/void-packages/pull/22222.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-chromium-enable-pipewire-22222.patch --]
[-- Type: text/x-diff, Size: 1452 bytes --]

From 2421db30b6a3d9f000c94499f14d1f073271dda2 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Sat, 23 May 2020 11:32:49 +0200
Subject: [PATCH] chromium: enable pipewire webrtc backend

---
 srcpkgs/chromium/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template
index 8775ca32284..a1bbf6987a9 100644
--- a/srcpkgs/chromium/template
+++ b/srcpkgs/chromium/template
@@ -2,7 +2,7 @@
 pkgname=chromium
 # See http://www.chromium.org/developers/calendar for the latest version
 version=83.0.4103.61
-revision=1
+revision=2
 archs="i686 x86_64*"
 short_desc="Google's attempt at creating a safer, faster, and more stable browser"
 maintainer="Enno Boland <gottox@voidlinux.org>"
@@ -31,7 +31,7 @@ makedepends="libpng-devel gtk+-devel gtk+3-devel nss-devel pciutils-devel
  libjpeg-turbo-devel libevent-devel json-c-devel harfbuzz-devel
  minizip-devel jsoncpp-devel zlib-devel libcap-devel libXdamage-devel
  re2-devel fontconfig-devel freetype-devel opus-devel
- ffmpeg-devel libva-devel python-setuptools"
+ ffmpeg-devel libva-devel python-setuptools pipewire-devel"
 depends="libexif hwids desktop-file-utils hicolor-icon-theme xdg-utils"
 
 build_options_default="clang"
@@ -164,6 +164,7 @@ do_configure() {
 		'enable_widevine=true'
 		'enable_hangout_services_extension=true'
 		'is_desktop_linux=true'
+		'rtc_use_pipewire=true'
 	)
 	
 	conf+=(

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] chromium: enable pipewire webrtc backend
  2020-05-23  9:34 [PR PATCH] chromium: enable pipewire webrtc backend ifreund
@ 2020-05-23  9:51 ` ifreund
  2020-05-23 15:46 ` ifreund
  2020-05-23 15:46 ` [PR PATCH] [Closed]: " ifreund
  2 siblings, 0 replies; 4+ messages in thread
From: ifreund @ 2020-05-23  9:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 462 bytes --]

There is an updated pull request by ifreund against master on the void-packages repository

https://github.com/ifreund/void-packages chromium-enable-pipewire
https://github.com/void-linux/void-packages/pull/22222

chromium: enable pipewire webrtc backend
This allows for webrtc screensharing with, for example, https://github.com/emersion/xdg-desktop-portal-wlr to work.

A patch file from https://github.com/void-linux/void-packages/pull/22222.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-chromium-enable-pipewire-22222.patch --]
[-- Type: text/x-diff, Size: 1618 bytes --]

From 1954d4b9f1ee858e98ecb0d6dbfb258278623074 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Sat, 23 May 2020 11:32:49 +0200
Subject: [PATCH] chromium: enable pipewire webrtc backend

This allows for webrtc-based screensharing using, for example,
https://github.com/emersion/xdg-desktop-portal-wlr.
---
 srcpkgs/chromium/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template
index 8775ca32284..cee3d182273 100644
--- a/srcpkgs/chromium/template
+++ b/srcpkgs/chromium/template
@@ -2,7 +2,7 @@
 pkgname=chromium
 # See http://www.chromium.org/developers/calendar for the latest version
 version=83.0.4103.61
-revision=1
+revision=2
 archs="i686 x86_64*"
 short_desc="Google's attempt at creating a safer, faster, and more stable browser"
 maintainer="Enno Boland <gottox@voidlinux.org>"
@@ -31,7 +31,7 @@ makedepends="libpng-devel gtk+-devel gtk+3-devel nss-devel pciutils-devel
  libjpeg-turbo-devel libevent-devel json-c-devel harfbuzz-devel
  minizip-devel jsoncpp-devel zlib-devel libcap-devel libXdamage-devel
  re2-devel fontconfig-devel freetype-devel opus-devel
- ffmpeg-devel libva-devel python-setuptools"
+ ffmpeg-devel libva-devel python-setuptools pipewire-devel"
 depends="libexif hwids desktop-file-utils hicolor-icon-theme xdg-utils"
 
 build_options_default="clang"
@@ -164,8 +164,9 @@ do_configure() {
 		'enable_widevine=true'
 		'enable_hangout_services_extension=true'
 		'is_desktop_linux=true'
+		'rtc_use_pipewire=true'
 	)
-	
+
 	conf+=(
 		"use_vaapi=$(vopt_if vaapi true false)"
 	)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: chromium: enable pipewire webrtc backend
  2020-05-23  9:34 [PR PATCH] chromium: enable pipewire webrtc backend ifreund
  2020-05-23  9:51 ` [PR PATCH] [Updated] " ifreund
@ 2020-05-23 15:46 ` ifreund
  2020-05-23 15:46 ` [PR PATCH] [Closed]: " ifreund
  2 siblings, 0 replies; 4+ messages in thread
From: ifreund @ 2020-05-23 15:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

New comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/22222#issuecomment-633080013

Comment:
On looking into this further it seems like it would make more sense to first update pipewire to 0.3, then create a `libpipewire-0.2` package and enable it in chrome in a follow up PR.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: chromium: enable pipewire webrtc backend
  2020-05-23  9:34 [PR PATCH] chromium: enable pipewire webrtc backend ifreund
  2020-05-23  9:51 ` [PR PATCH] [Updated] " ifreund
  2020-05-23 15:46 ` ifreund
@ 2020-05-23 15:46 ` ifreund
  2 siblings, 0 replies; 4+ messages in thread
From: ifreund @ 2020-05-23 15:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 289 bytes --]

There's a closed pull request on the void-packages repository

chromium: enable pipewire webrtc backend
https://github.com/void-linux/void-packages/pull/22222

Description:
This allows for webrtc screensharing with, for example, https://github.com/emersion/xdg-desktop-portal-wlr to work.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-23 15:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-23  9:34 [PR PATCH] chromium: enable pipewire webrtc backend ifreund
2020-05-23  9:51 ` [PR PATCH] [Updated] " ifreund
2020-05-23 15:46 ` ifreund
2020-05-23 15:46 ` [PR PATCH] [Closed]: " ifreund

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).