Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wlrobs-1.1
@ 2022-11-13 10:53 Vulldozer
  2022-11-13 11:25 ` [PR PATCH] [Updated] " Vulldozer
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Vulldozer @ 2022-11-13 10:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vulldozer/void-packages add-wlrobs
https://github.com/void-linux/void-packages/pull/40501

New package: wlrobs-1.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

This template packages version 1.1 of wlrobs and addresses the issues in #29773
> What's the difference between this plugin and a proper setup with pipewire and portals?

The output you choose to capture and the crop/scale will be remembered, no need to use a tool to pick which display to capture every time, which allows smoother transitions between scenes.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-wlrobs-40501.patch --]
[-- Type: text/x-diff, Size: 1072 bytes --]

From 704ea9d3da093efd3aa694ac2c11da43eb5ca2d0 Mon Sep 17 00:00:00 2001
From: Vulldozer <mhmd.ara56@gmail.com>
Date: Sun, 13 Nov 2022 12:40:57 +0200
Subject: [PATCH] New package: wlrobs-1.1

---
 srcpkgs/wlrobs/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/wlrobs/template

diff --git a/srcpkgs/wlrobs/template b/srcpkgs/wlrobs/template
new file mode 100644
index 000000000000..f4eea1f6b65b
--- /dev/null
+++ b/srcpkgs/wlrobs/template
@@ -0,0 +1,14 @@
+# Template file for 'wlrobs'
+pkgname=wlrobs
+version=1.1
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="libdrm-devel libX11-devel obs-devel wayland-devel wlroots-devel"
+short_desc="OBS plugin to screen capture wlroots based wayland compositors"
+maintainer="Vuldozer <mhmd.ara56@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://hg.sr.ht/~scoopta/wlrobs"
+distfiles="https://hg.sr.ht/~scoopta/wlrobs/archive/v${version}.tar.gz"
+checksum=5311c434316577b27803b272cb57011515f853705ef5d7e604ed73c483fa14be

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

* Re: [PR PATCH] [Updated] New package: wlrobs-1.1
  2022-11-13 10:53 [PR PATCH] New package: wlrobs-1.1 Vulldozer
@ 2022-11-13 11:25 ` Vulldozer
  2022-11-13 11:39 ` Vulldozer
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Vulldozer @ 2022-11-13 11:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vulldozer/void-packages add-wlrobs
https://github.com/void-linux/void-packages/pull/40501

New package: wlrobs-1.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

This template packages version 1.1 of wlrobs and addresses the issues in #29773
> What's the difference between this plugin and a proper setup with pipewire and portals?

The output you choose to capture and the crop/scale will be remembered, no need to use a tool to pick which display to capture every time, which allows smoother transitions between scenes.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-wlrobs-40501.patch --]
[-- Type: text/x-diff, Size: 1700 bytes --]

From 704ea9d3da093efd3aa694ac2c11da43eb5ca2d0 Mon Sep 17 00:00:00 2001
From: Vulldozer <mhmd.ara56@gmail.com>
Date: Sun, 13 Nov 2022 12:40:57 +0200
Subject: [PATCH 1/2] New package: wlrobs-1.1

---
 srcpkgs/wlrobs/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/wlrobs/template

diff --git a/srcpkgs/wlrobs/template b/srcpkgs/wlrobs/template
new file mode 100644
index 000000000000..f4eea1f6b65b
--- /dev/null
+++ b/srcpkgs/wlrobs/template
@@ -0,0 +1,14 @@
+# Template file for 'wlrobs'
+pkgname=wlrobs
+version=1.1
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="libdrm-devel libX11-devel obs-devel wayland-devel wlroots-devel"
+short_desc="OBS plugin to screen capture wlroots based wayland compositors"
+maintainer="Vuldozer <mhmd.ara56@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://hg.sr.ht/~scoopta/wlrobs"
+distfiles="https://hg.sr.ht/~scoopta/wlrobs/archive/v${version}.tar.gz"
+checksum=5311c434316577b27803b272cb57011515f853705ef5d7e604ed73c483fa14be

From 5af39a55a48bec567969d1c535c5b6ff83453a88 Mon Sep 17 00:00:00 2001
From: Vulldozer <mhmd.ara56@gmail.com>
Date: Sun, 13 Nov 2022 13:25:12 +0200
Subject: [PATCH 2/2] mend

---
 srcpkgs/wlrobs/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/wlrobs/template b/srcpkgs/wlrobs/template
index f4eea1f6b65b..3e3a862c8a2b 100644
--- a/srcpkgs/wlrobs/template
+++ b/srcpkgs/wlrobs/template
@@ -2,7 +2,6 @@
 pkgname=wlrobs
 version=1.1
 revision=1
-wrksrc="${pkgname}-v${version}"
 build_style=meson
 hostmakedepends="pkg-config"
 makedepends="libdrm-devel libX11-devel obs-devel wayland-devel wlroots-devel"

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

* Re: [PR PATCH] [Updated] New package: wlrobs-1.1
  2022-11-13 10:53 [PR PATCH] New package: wlrobs-1.1 Vulldozer
  2022-11-13 11:25 ` [PR PATCH] [Updated] " Vulldozer
@ 2022-11-13 11:39 ` Vulldozer
  2022-11-13 11:40 ` [PR PATCH] [Closed]: " Vulldozer
  2022-11-13 11:40 ` [PR PATCH] [Updated] " Vulldozer
  3 siblings, 0 replies; 6+ messages in thread
From: Vulldozer @ 2022-11-13 11:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vulldozer/void-packages add-wlrobs
https://github.com/void-linux/void-packages/pull/40501

New package: wlrobs-1.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

This template packages version 1.1 of wlrobs and addresses the issues in #29773
> What's the difference between this plugin and a proper setup with pipewire and portals?

The output you choose to capture and the crop/scale will be remembered, no need to use a tool to pick which display to capture every time, which allows smoother transitions between scenes.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-wlrobs-40501.patch --]
[-- Type: text/x-diff, Size: 1072 bytes --]

From 704ea9d3da093efd3aa694ac2c11da43eb5ca2d0 Mon Sep 17 00:00:00 2001
From: Vulldozer <mhmd.ara56@gmail.com>
Date: Sun, 13 Nov 2022 12:40:57 +0200
Subject: [PATCH] New package: wlrobs-1.1

---
 srcpkgs/wlrobs/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/wlrobs/template

diff --git a/srcpkgs/wlrobs/template b/srcpkgs/wlrobs/template
new file mode 100644
index 000000000000..f4eea1f6b65b
--- /dev/null
+++ b/srcpkgs/wlrobs/template
@@ -0,0 +1,14 @@
+# Template file for 'wlrobs'
+pkgname=wlrobs
+version=1.1
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="libdrm-devel libX11-devel obs-devel wayland-devel wlroots-devel"
+short_desc="OBS plugin to screen capture wlroots based wayland compositors"
+maintainer="Vuldozer <mhmd.ara56@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://hg.sr.ht/~scoopta/wlrobs"
+distfiles="https://hg.sr.ht/~scoopta/wlrobs/archive/v${version}.tar.gz"
+checksum=5311c434316577b27803b272cb57011515f853705ef5d7e604ed73c483fa14be

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

* Re: [PR PATCH] [Closed]: New package: wlrobs-1.1
  2022-11-13 10:53 [PR PATCH] New package: wlrobs-1.1 Vulldozer
  2022-11-13 11:25 ` [PR PATCH] [Updated] " Vulldozer
  2022-11-13 11:39 ` Vulldozer
@ 2022-11-13 11:40 ` Vulldozer
  2022-11-13 11:40 ` [PR PATCH] [Updated] " Vulldozer
  3 siblings, 0 replies; 6+ messages in thread
From: Vulldozer @ 2022-11-13 11:40 UTC (permalink / raw)
  To: ml

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

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

New package: wlrobs-1.1
https://github.com/void-linux/void-packages/pull/40501

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

This template packages version 1.1 of wlrobs and addresses the issues in #29773
> What's the difference between this plugin and a proper setup with pipewire and portals?

The output you choose to capture and the crop/scale will be remembered, no need to use a tool to pick which display to capture every time, which allows smoother transitions between scenes.

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

* Re: [PR PATCH] [Updated] New package: wlrobs-1.1
  2022-11-13 10:53 [PR PATCH] New package: wlrobs-1.1 Vulldozer
                   ` (2 preceding siblings ...)
  2022-11-13 11:40 ` [PR PATCH] [Closed]: " Vulldozer
@ 2022-11-13 11:40 ` Vulldozer
  3 siblings, 0 replies; 6+ messages in thread
From: Vulldozer @ 2022-11-13 11:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vulldozer/void-packages add-wlrobs
https://github.com/void-linux/void-packages/pull/40501

New package: wlrobs-1.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

This template packages version 1.1 of wlrobs and addresses the issues in #29773
> What's the difference between this plugin and a proper setup with pipewire and portals?

The output you choose to capture and the crop/scale will be remembered, no need to use a tool to pick which display to capture every time, which allows smoother transitions between scenes.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-wlrobs-40501.patch --]
[-- Type: text/x-diff, Size: 0 bytes --]



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

* Re: [PR PATCH] [Closed]: New package: wlrobs-1.1
  2022-11-13 12:07 [PR PATCH] " Vulldozer
@ 2023-04-11  1:51 ` github-actions
  0 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-04-11  1:51 UTC (permalink / raw)
  To: ml

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

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

New package: wlrobs-1.1
https://github.com/void-linux/void-packages/pull/40502

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

This template packages version 1.1 of wlrobs and addresses the issues in https://github.com/void-linux/void-packages/pull/29773

    What's the difference between this plugin and a proper setup with pipewire and portals?

The output you choose to capture and the crop/scale will be remembered, no need to use a tool to pick which display to capture every time, which allows smoother transitions between scenes.

Note: sorry for creating two pull requests (#40501) I made a mistake that I didn't know how to fix.

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

end of thread, other threads:[~2023-04-11  1:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-13 10:53 [PR PATCH] New package: wlrobs-1.1 Vulldozer
2022-11-13 11:25 ` [PR PATCH] [Updated] " Vulldozer
2022-11-13 11:39 ` Vulldozer
2022-11-13 11:40 ` [PR PATCH] [Closed]: " Vulldozer
2022-11-13 11:40 ` [PR PATCH] [Updated] " Vulldozer
2022-11-13 12:07 [PR PATCH] " Vulldozer
2023-04-11  1:51 ` [PR PATCH] [Closed]: " github-actions

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