Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: obs-plugin-browser-bin-29.0.2
@ 2023-02-21 20:05 the-maldridge
  2023-02-21 20:06 ` [PR PATCH] [Updated] " the-maldridge
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: the-maldridge @ 2023-02-21 20:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-maldridge/void-packages obs-browser-bin
https://github.com/void-linux/void-packages/pull/42383

New package: obs-plugin-browser-bin-29.0.2
I'm not sure this is a good idea.  It works, but its doing the same kind of stuff we do to make the google chrome package work.  It should probably work then as a result, but I suspect its pretty fragile.  I stuck GPL-2.0-ONLY on it which is the correct license for the source, but since this includes a full embedded chromium I suspect that isn't quite right.  Advice is appreciated.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-obs-browser-bin-42383.patch --]
[-- Type: text/x-diff, Size: 2180 bytes --]

From 9ec26d5c918525ffb65372631249c7012d582039 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Tue, 21 Feb 2023 14:02:32 -0600
Subject: [PATCH] New package: obs-plugin-browser-bin-29.0.2

---
 srcpkgs/obs-plugin-browser-bin/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/obs-plugin-browser-bin/template

diff --git a/srcpkgs/obs-plugin-browser-bin/template b/srcpkgs/obs-plugin-browser-bin/template
new file mode 100644
index 000000000000..ab3432104b36
--- /dev/null
+++ b/srcpkgs/obs-plugin-browser-bin/template
@@ -0,0 +1,25 @@
+# Template file for 'obs-plugin-browser-bin'
+pkgname=obs-plugin-browser-bin
+version=29.0.2 # This is actually the version of obs to extract the plugin from
+revision=1
+archs="x86_64"
+short_desc="CEF-based OBS Studio browser plugin"
+maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+license="GPL-2.0-ONLY"
+homepage="https://obsproject.com/kb/browser-source"
+distfiles="https://launchpad.net/~obsproject/+archive/ubuntu/obs-studio/+files/obs-studio_29.0.2-0obsproject1~kinetic_amd64.deb"
+checksum=1fcc84fa3c917c8bb60c8d70c1b0961ceeb4db6b8f09483611b9b1e015b268c4
+
+do_install() {
+	vinstall lib/x86_64-linux-gnu/obs-plugins/obs-browser.so 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/libcef.so 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/icudtl.dat 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/v8_context_snapshot.bin 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/resources.pak 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/vk_swiftshader_icd.json 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/libvk_swiftshader.so 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/chrome-sandbox 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/chrome_100_percent.pak 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/chrome_200_percent.pak 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/obs-browser-page 0755 usr/lib/obs-plugins/
+}

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

* Re: [PR PATCH] [Updated] New package: obs-plugin-browser-bin-29.0.2
  2023-02-21 20:05 [PR PATCH] New package: obs-plugin-browser-bin-29.0.2 the-maldridge
@ 2023-02-21 20:06 ` the-maldridge
  2023-02-21 20:07 ` the-maldridge
  2023-02-23  8:01 ` [PR PATCH] [Merged]: " the-maldridge
  2 siblings, 0 replies; 4+ messages in thread
From: the-maldridge @ 2023-02-21 20:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-maldridge/void-packages obs-browser-bin
https://github.com/void-linux/void-packages/pull/42383

New package: obs-plugin-browser-bin-29.0.2
I'm not sure this is a good idea.  It works, but its doing the same kind of stuff we do to make the google chrome package work.  It should probably work then as a result, but I suspect its pretty fragile.  I stuck GPL-2.0-ONLY on it which is the correct license for the source, but since this includes a full embedded chromium I suspect that isn't quite right.  Advice is appreciated.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-obs-browser-bin-42383.patch --]
[-- Type: text/x-diff, Size: 2180 bytes --]

From 135a1927b3995711fd94fb9bffd9de1b0583757d Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Tue, 21 Feb 2023 14:02:32 -0600
Subject: [PATCH] New package: obs-plugin-browser-bin-29.0.2

---
 srcpkgs/obs-plugin-browser-bin/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/obs-plugin-browser-bin/template

diff --git a/srcpkgs/obs-plugin-browser-bin/template b/srcpkgs/obs-plugin-browser-bin/template
new file mode 100644
index 000000000000..5d6a7697b836
--- /dev/null
+++ b/srcpkgs/obs-plugin-browser-bin/template
@@ -0,0 +1,25 @@
+# Template file for 'obs-plugin-browser-bin'
+pkgname=obs-plugin-browser-bin
+version=29.0.2 # This is actually the version of obs to extract the plugin from
+revision=1
+archs="x86_64"
+short_desc="CEF-based OBS Studio browser plugin"
+maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+license="GPL-2.0-Only"
+homepage="https://obsproject.com/kb/browser-source"
+distfiles="https://launchpad.net/~obsproject/+archive/ubuntu/obs-studio/+files/obs-studio_29.0.2-0obsproject1~kinetic_amd64.deb"
+checksum=1fcc84fa3c917c8bb60c8d70c1b0961ceeb4db6b8f09483611b9b1e015b268c4
+
+do_install() {
+	vinstall lib/x86_64-linux-gnu/obs-plugins/obs-browser.so 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/libcef.so 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/icudtl.dat 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/v8_context_snapshot.bin 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/resources.pak 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/vk_swiftshader_icd.json 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/libvk_swiftshader.so 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/chrome-sandbox 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/chrome_100_percent.pak 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/chrome_200_percent.pak 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/obs-browser-page 0755 usr/lib/obs-plugins/
+}

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

* Re: [PR PATCH] [Updated] New package: obs-plugin-browser-bin-29.0.2
  2023-02-21 20:05 [PR PATCH] New package: obs-plugin-browser-bin-29.0.2 the-maldridge
  2023-02-21 20:06 ` [PR PATCH] [Updated] " the-maldridge
@ 2023-02-21 20:07 ` the-maldridge
  2023-02-23  8:01 ` [PR PATCH] [Merged]: " the-maldridge
  2 siblings, 0 replies; 4+ messages in thread
From: the-maldridge @ 2023-02-21 20:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-maldridge/void-packages obs-browser-bin
https://github.com/void-linux/void-packages/pull/42383

New package: obs-plugin-browser-bin-29.0.2
I'm not sure this is a good idea.  It works, but its doing the same kind of stuff we do to make the google chrome package work.  It should probably work then as a result, but I suspect its pretty fragile.  I stuck GPL-2.0-ONLY on it which is the correct license for the source, but since this includes a full embedded chromium I suspect that isn't quite right.  Advice is appreciated.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-obs-browser-bin-42383.patch --]
[-- Type: text/x-diff, Size: 2180 bytes --]

From 0d80db4688cb0eff5ed9fada7a69a3f28f9c77ee Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Tue, 21 Feb 2023 14:02:32 -0600
Subject: [PATCH] New package: obs-plugin-browser-bin-29.0.2

---
 srcpkgs/obs-plugin-browser-bin/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/obs-plugin-browser-bin/template

diff --git a/srcpkgs/obs-plugin-browser-bin/template b/srcpkgs/obs-plugin-browser-bin/template
new file mode 100644
index 000000000000..1a99bd8fbf7b
--- /dev/null
+++ b/srcpkgs/obs-plugin-browser-bin/template
@@ -0,0 +1,25 @@
+# Template file for 'obs-plugin-browser-bin'
+pkgname=obs-plugin-browser-bin
+version=29.0.2 # This is actually the version of obs to extract the plugin from
+revision=1
+archs="x86_64"
+short_desc="CEF-based OBS Studio browser plugin"
+maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+license="GPL-2.0-only"
+homepage="https://obsproject.com/kb/browser-source"
+distfiles="https://launchpad.net/~obsproject/+archive/ubuntu/obs-studio/+files/obs-studio_29.0.2-0obsproject1~kinetic_amd64.deb"
+checksum=1fcc84fa3c917c8bb60c8d70c1b0961ceeb4db6b8f09483611b9b1e015b268c4
+
+do_install() {
+	vinstall lib/x86_64-linux-gnu/obs-plugins/obs-browser.so 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/libcef.so 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/icudtl.dat 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/v8_context_snapshot.bin 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/resources.pak 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/vk_swiftshader_icd.json 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/libvk_swiftshader.so 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/chrome-sandbox 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/chrome_100_percent.pak 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/chrome_200_percent.pak 0644 usr/lib/obs-plugins/
+	vinstall lib/x86_64-linux-gnu/obs-plugins/obs-browser-page 0755 usr/lib/obs-plugins/
+}

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

* Re: [PR PATCH] [Merged]: New package: obs-plugin-browser-bin-29.0.2
  2023-02-21 20:05 [PR PATCH] New package: obs-plugin-browser-bin-29.0.2 the-maldridge
  2023-02-21 20:06 ` [PR PATCH] [Updated] " the-maldridge
  2023-02-21 20:07 ` the-maldridge
@ 2023-02-23  8:01 ` the-maldridge
  2 siblings, 0 replies; 4+ messages in thread
From: the-maldridge @ 2023-02-23  8:01 UTC (permalink / raw)
  To: ml

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

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

New package: obs-plugin-browser-bin-29.0.2
https://github.com/void-linux/void-packages/pull/42383

Description:
I'm not sure this is a good idea.  It works, but its doing the same kind of stuff we do to make the google chrome package work.  It should probably work then as a result, but I suspect its pretty fragile.  I stuck GPL-2.0-ONLY on it which is the correct license for the source, but since this includes a full embedded chromium I suspect that isn't quite right.  Advice is appreciated.

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

end of thread, other threads:[~2023-02-23  8:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-21 20:05 [PR PATCH] New package: obs-plugin-browser-bin-29.0.2 the-maldridge
2023-02-21 20:06 ` [PR PATCH] [Updated] " the-maldridge
2023-02-21 20:07 ` the-maldridge
2023-02-23  8:01 ` [PR PATCH] [Merged]: " the-maldridge

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).