Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wf-recorder-0.2
@ 2020-01-06  8:04 voidlinux-github
  2020-01-07  3:34 ` voidlinux-github
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-06  8:04 UTC (permalink / raw)
  To: ml

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

There is a new pull request by maybe-one-day-ubermensch against master on the void-packages repository

https://github.com/maybe-one-day-ubermensch/void-packages wf-recorder
https://github.com/void-linux/void-packages/pull/18066

New package: wf-recorder-0.2
solves [#14976](https://github.com/void-linux/void-packages/issues/14976)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wf-recorder-18066.patch --]
[-- Type: text/x-diff, Size: 1169 bytes --]

From b7e1fa56f347fd04e51c431c9fc60d59a2d4503d Mon Sep 17 00:00:00 2001
From: Jony <maybe-one-day-ubermensch@protonmail.com>
Date: Sun, 5 Jan 2020 23:52:29 -0800
Subject: [PATCH] New package: wf-recorder-0.2

---
 srcpkgs/wf-recorder/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/wf-recorder/template

diff --git a/srcpkgs/wf-recorder/template b/srcpkgs/wf-recorder/template
new file mode 100644
index 00000000000..139374f3487
--- /dev/null
+++ b/srcpkgs/wf-recorder/template
@@ -0,0 +1,18 @@
+# Template file for 'wf-recorder'
+pkgname=wf-recorder
+version=0.2
+revision=1
+build_style=meson
+hostmakedepends="pkg-config ninja scdoc"
+makedepends="wayland-protocols wayland-devel ffmpeg-devel x264-devel
+	pulseaudio-devel ocl-icd-devel"
+short_desc="Screen recorder for wlroots-based compositors"
+maintainer="Jony <maybe-one-day-ubermensch@protonmail.com>"
+license="MIT"
+homepage="https://github.com/ammen99/wf-recorder"
+distfiles="https://github.com/ammen99/${pkgname}/archive/v${version}.tar.gz"
+checksum=e35eef43920fc0492cd4702653b613b5ab1caaf070b5f0542db2f5c4d7a90deb
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: wf-recorder-0.2
  2020-01-06  8:04 [PR PATCH] New package: wf-recorder-0.2 voidlinux-github
@ 2020-01-07  3:34 ` voidlinux-github
  2020-01-07  3:35 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-07  3:34 UTC (permalink / raw)
  To: ml

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

New comment by maybe-one-day-ubermensch on void-packages repository

https://github.com/void-linux/void-packages/pull/18066#issuecomment-571418538

Comment:
It appears that wayland-scanner is only present on x86_64* and i686, I'll restrict the template to only those archs.

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

* Re: [PR PATCH] [Updated] New package: wf-recorder-0.2
  2020-01-06  8:04 [PR PATCH] New package: wf-recorder-0.2 voidlinux-github
  2020-01-07  3:34 ` voidlinux-github
@ 2020-01-07  3:35 ` voidlinux-github
  2020-01-08 14:03 ` voidlinux-github
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-07  3:35 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by maybe-one-day-ubermensch against master on the void-packages repository

https://github.com/maybe-one-day-ubermensch/void-packages wf-recorder
https://github.com/void-linux/void-packages/pull/18066

New package: wf-recorder-0.2
solves [#14976](https://github.com/void-linux/void-packages/issues/14976)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wf-recorder-18066.patch --]
[-- Type: text/x-diff, Size: 1192 bytes --]

From 8c8f37643172a69c63ab29670d8a765143e66dde Mon Sep 17 00:00:00 2001
From: Jony <maybe-one-day-ubermensch@protonmail.com>
Date: Sun, 5 Jan 2020 23:52:29 -0800
Subject: [PATCH] New package: wf-recorder-0.2

---
 srcpkgs/wf-recorder/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/wf-recorder/template

diff --git a/srcpkgs/wf-recorder/template b/srcpkgs/wf-recorder/template
new file mode 100644
index 00000000000..0e5a884dd36
--- /dev/null
+++ b/srcpkgs/wf-recorder/template
@@ -0,0 +1,19 @@
+# Template file for 'wf-recorder'
+pkgname=wf-recorder
+version=0.2
+revision=1
+archs="x86_64* i686"
+build_style=meson
+hostmakedepends="pkg-config ninja scdoc"
+makedepends="wayland-protocols wayland-devel ffmpeg-devel x264-devel
+	pulseaudio-devel ocl-icd-devel"
+short_desc="Screen recorder for wlroots-based compositors"
+maintainer="Jony <maybe-one-day-ubermensch@protonmail.com>"
+license="MIT"
+homepage="https://github.com/ammen99/wf-recorder"
+distfiles="https://github.com/ammen99/${pkgname}/archive/v${version}.tar.gz"
+checksum=e35eef43920fc0492cd4702653b613b5ab1caaf070b5f0542db2f5c4d7a90deb
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: wf-recorder-0.2
  2020-01-06  8:04 [PR PATCH] New package: wf-recorder-0.2 voidlinux-github
  2020-01-07  3:34 ` voidlinux-github
  2020-01-07  3:35 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-08 14:03 ` voidlinux-github
  2020-01-08 14:07 ` voidlinux-github
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-08 14:03 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/18066#issuecomment-572068573

Comment:
> It appears that wayland-scanner is only present on x86_64* and i686, I'll restrict the template to only those archs.

It shouldn't be? Looking at testing on others.

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

* Re: New package: wf-recorder-0.2
  2020-01-06  8:04 [PR PATCH] New package: wf-recorder-0.2 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-08 14:03 ` voidlinux-github
@ 2020-01-08 14:07 ` voidlinux-github
  2020-01-08 14:22 ` voidlinux-github
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-08 14:07 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/18066#issuecomment-572068573

Comment:
> It appears that wayland-scanner is only present on x86_64* and i686, I'll restrict the template to only those archs.

It shouldn't be? Looking at testing on others. I will post back with results, when I finish.

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

* Re: New package: wf-recorder-0.2
  2020-01-06  8:04 [PR PATCH] New package: wf-recorder-0.2 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-08 14:07 ` voidlinux-github
@ 2020-01-08 14:22 ` voidlinux-github
  2020-01-08 14:22 ` voidlinux-github
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-08 14:22 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/18066#issuecomment-572068573

Comment:
> It appears that wayland-scanner is only present on x86_64* and i686, I'll restrict the template to only those archs.

It shouldn't be? Looking at testing on others. I will post back with results, when I finish.
*Update*
Cross-build will work if you put wayland-devel in hostmakedepends

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

* Re: New package: wf-recorder-0.2
  2020-01-06  8:04 [PR PATCH] New package: wf-recorder-0.2 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-08 14:22 ` voidlinux-github
@ 2020-01-08 14:22 ` voidlinux-github
  2020-01-08 19:09 ` voidlinux-github
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-08 14:22 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/18066#issuecomment-572068573

Comment:
> It appears that wayland-scanner is only present on x86_64* and i686, I'll restrict the template to only those archs.

It shouldn't be? Looking at testing on others. I will post back with results, when I finish.

**Update**
Cross-build will work if you put wayland-devel in hostmakedepends

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

* Re: New package: wf-recorder-0.2
  2020-01-06  8:04 [PR PATCH] New package: wf-recorder-0.2 voidlinux-github
                   ` (5 preceding siblings ...)
  2020-01-08 14:22 ` voidlinux-github
@ 2020-01-08 19:09 ` voidlinux-github
  2020-01-08 19:10 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-08 19:09 UTC (permalink / raw)
  To: ml

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

New comment by maybe-one-day-ubermensch on void-packages repository

https://github.com/void-linux/void-packages/pull/18066#issuecomment-572212607

Comment:
Gotcha, thanks for looking into it! I am a little confused as to why wayland-devel needs to be in both makedepends and hostmakedepends.

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

* Re: [PR PATCH] [Updated] New package: wf-recorder-0.2
  2020-01-06  8:04 [PR PATCH] New package: wf-recorder-0.2 voidlinux-github
                   ` (6 preceding siblings ...)
  2020-01-08 19:09 ` voidlinux-github
@ 2020-01-08 19:10 ` voidlinux-github
  2020-01-10 18:08 ` voidlinux-github
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-08 19:10 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by maybe-one-day-ubermensch against master on the void-packages repository

https://github.com/maybe-one-day-ubermensch/void-packages wf-recorder
https://github.com/void-linux/void-packages/pull/18066

New package: wf-recorder-0.2
solves [#14976](https://github.com/void-linux/void-packages/issues/14976)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wf-recorder-18066.patch --]
[-- Type: text/x-diff, Size: 1183 bytes --]

From cf9dfa368bb722ce593bcb4d305b080607671f4b Mon Sep 17 00:00:00 2001
From: Jony <maybe-one-day-ubermensch@protonmail.com>
Date: Sun, 5 Jan 2020 23:52:29 -0800
Subject: [PATCH] New package: wf-recorder-0.2

---
 srcpkgs/wf-recorder/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/wf-recorder/template

diff --git a/srcpkgs/wf-recorder/template b/srcpkgs/wf-recorder/template
new file mode 100644
index 00000000000..6bb545c86b1
--- /dev/null
+++ b/srcpkgs/wf-recorder/template
@@ -0,0 +1,18 @@
+# Template file for 'wf-recorder'
+pkgname=wf-recorder
+version=0.2
+revision=1
+build_style=meson
+hostmakedepends="pkg-config ninja scdoc wayland-devel"
+makedepends="wayland-protocols wayland-devel ffmpeg-devel x264-devel
+	pulseaudio-devel ocl-icd-devel"
+short_desc="Screen recorder for wlroots-based compositors"
+maintainer="Jony <maybe-one-day-ubermensch@protonmail.com>"
+license="MIT"
+homepage="https://github.com/ammen99/wf-recorder"
+distfiles="https://github.com/ammen99/${pkgname}/archive/v${version}.tar.gz"
+checksum=e35eef43920fc0492cd4702653b613b5ab1caaf070b5f0542db2f5c4d7a90deb
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: wf-recorder-0.2
  2020-01-06  8:04 [PR PATCH] New package: wf-recorder-0.2 voidlinux-github
                   ` (7 preceding siblings ...)
  2020-01-08 19:10 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-10 18:08 ` voidlinux-github
  2020-01-10 18:09 ` [PR PATCH] [Merged]: " voidlinux-github
  2020-01-11  0:41 ` voidlinux-github
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-10 18:08 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/18066#issuecomment-573144390

Comment:
wayland-devel needs to be in hostmakedepends and makedepends because cross compilation needs to both access host and target architecture.

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

* Re: [PR PATCH] [Merged]: New package: wf-recorder-0.2
  2020-01-06  8:04 [PR PATCH] New package: wf-recorder-0.2 voidlinux-github
                   ` (8 preceding siblings ...)
  2020-01-10 18:08 ` voidlinux-github
@ 2020-01-10 18:09 ` voidlinux-github
  2020-01-11  0:41 ` voidlinux-github
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-10 18:09 UTC (permalink / raw)
  To: ml

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

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

New package: wf-recorder-0.2
https://github.com/void-linux/void-packages/pull/18066

Description:
solves [#14976](https://github.com/void-linux/void-packages/issues/14976)

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

* Re: New package: wf-recorder-0.2
  2020-01-06  8:04 [PR PATCH] New package: wf-recorder-0.2 voidlinux-github
                   ` (9 preceding siblings ...)
  2020-01-10 18:09 ` [PR PATCH] [Merged]: " voidlinux-github
@ 2020-01-11  0:41 ` voidlinux-github
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-11  0:41 UTC (permalink / raw)
  To: ml

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

New comment by maybe-one-day-ubermensch on void-packages repository

https://github.com/void-linux/void-packages/pull/18066#issuecomment-573259040

Comment:
I understand now, thanks for the clarification!

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

end of thread, other threads:[~2020-01-11  0:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-06  8:04 [PR PATCH] New package: wf-recorder-0.2 voidlinux-github
2020-01-07  3:34 ` voidlinux-github
2020-01-07  3:35 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-08 14:03 ` voidlinux-github
2020-01-08 14:07 ` voidlinux-github
2020-01-08 14:22 ` voidlinux-github
2020-01-08 14:22 ` voidlinux-github
2020-01-08 19:09 ` voidlinux-github
2020-01-08 19:10 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-10 18:08 ` voidlinux-github
2020-01-10 18:09 ` [PR PATCH] [Merged]: " voidlinux-github
2020-01-11  0:41 ` voidlinux-github

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