Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: clapper-0.5.2
@ 2022-07-04 15:28 ftrvxmtrx
  2022-07-04 15:31 ` [PR PATCH] [Updated] " ftrvxmtrx
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: ftrvxmtrx @ 2022-07-04 15:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftrvxmtrx/void-packages clapper
https://github.com/void-linux/void-packages/pull/37841

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - aarch64-musl


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

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

From 651d5d2617142ce6f02fc529581969912dc55b9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?=
 <sigrid@ftrv.se>
Date: Mon, 4 Jul 2022 16:57:44 +0200
Subject: [PATCH] New package: clapper-0.5.2

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

diff --git a/srcpkgs/clapper/template b/srcpkgs/clapper/template
new file mode 100644
index 000000000000..e358ad34a742
--- /dev/null
+++ b/srcpkgs/clapper/template
@@ -0,0 +1,16 @@
+# Template file for 'clapper'
+pkgname=clapper
+version=0.5.2
+revision=1
+build_helper="gir"
+build_style=meson
+hostmakedepends="pkg-config gettext gettext-devel glib-devel gjs"
+makedepends="gstreamer1-devel gst-plugins-base1-devel gtk4-devel gjs-devel"
+depends="gjs libadwaita"
+short_desc="A GNOME media player built using GJS with GTK4, GStreamer and OpenGL"
+maintainer="Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Rafostar/clapper"
+changelog="https://github.com/Rafostar/clapper/releases"
+distfiles="https://github.com/Rafostar/${pkgname}/archive/${version}.tar.gz"
+checksum=30b78e0fc45346aee6513dc9fcd974d2cf9752cb9de5c9e352f5521aa640f284

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

* Re: [PR PATCH] [Updated] New package: clapper-0.5.2
  2022-07-04 15:28 [PR PATCH] New package: clapper-0.5.2 ftrvxmtrx
@ 2022-07-04 15:31 ` ftrvxmtrx
  2022-07-04 15:33 ` ftrvxmtrx
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ftrvxmtrx @ 2022-07-04 15:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftrvxmtrx/void-packages clapper
https://github.com/void-linux/void-packages/pull/37841

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - aarch64-musl


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

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

From fe3b265def45757b94f110081743ce361e2ac486 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?=
 <sigrid@ftrv.se>
Date: Mon, 4 Jul 2022 16:57:44 +0200
Subject: [PATCH] New package: clapper-0.5.2

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

diff --git a/srcpkgs/clapper/template b/srcpkgs/clapper/template
new file mode 100644
index 000000000000..8ab755619be7
--- /dev/null
+++ b/srcpkgs/clapper/template
@@ -0,0 +1,16 @@
+# Template file for 'clapper'
+pkgname=clapper
+version=0.5.2
+revision=1
+build_helper="gir"
+build_style=meson
+hostmakedepends="pkg-config gettext gettext-devel glib-devel gjs"
+makedepends="gstreamer1-devel gst-plugins-base1-devel gtk4-devel gjs-devel"
+depends="gjs libadwaita"
+short_desc="A GNOME media player built using GJS, GTK4 and GStreamer"
+maintainer="Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Rafostar/clapper"
+changelog="https://github.com/Rafostar/clapper/releases"
+distfiles="https://github.com/Rafostar/${pkgname}/archive/${version}.tar.gz"
+checksum=30b78e0fc45346aee6513dc9fcd974d2cf9752cb9de5c9e352f5521aa640f284

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

* Re: [PR PATCH] [Updated] New package: clapper-0.5.2
  2022-07-04 15:28 [PR PATCH] New package: clapper-0.5.2 ftrvxmtrx
  2022-07-04 15:31 ` [PR PATCH] [Updated] " ftrvxmtrx
@ 2022-07-04 15:33 ` ftrvxmtrx
  2022-07-07 14:53 ` ftrvxmtrx
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ftrvxmtrx @ 2022-07-04 15:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftrvxmtrx/void-packages clapper
https://github.com/void-linux/void-packages/pull/37841

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - aarch64-musl


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

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

From 51cc4a6a01e096818154492ec28aeb37ddbcd11f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?=
 <sigrid@ftrv.se>
Date: Mon, 4 Jul 2022 16:57:44 +0200
Subject: [PATCH] New package: clapper-0.5.2

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

diff --git a/srcpkgs/clapper/template b/srcpkgs/clapper/template
new file mode 100644
index 000000000000..2c499d013600
--- /dev/null
+++ b/srcpkgs/clapper/template
@@ -0,0 +1,16 @@
+# Template file for 'clapper'
+pkgname=clapper
+version=0.5.2
+revision=1
+build_helper="gir"
+build_style=meson
+hostmakedepends="pkg-config gettext gettext-devel glib-devel gjs"
+makedepends="gstreamer1-devel gst-plugins-base1-devel gtk4-devel gjs-devel"
+depends="gjs libadwaita"
+short_desc="GNOME media player built using GJS, GTK4, GStreamer and OpenGL"
+maintainer="Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Rafostar/clapper"
+changelog="https://github.com/Rafostar/clapper/releases"
+distfiles="https://github.com/Rafostar/${pkgname}/archive/${version}.tar.gz"
+checksum=30b78e0fc45346aee6513dc9fcd974d2cf9752cb9de5c9e352f5521aa640f284

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

* Re: [PR PATCH] [Updated] New package: clapper-0.5.2
  2022-07-04 15:28 [PR PATCH] New package: clapper-0.5.2 ftrvxmtrx
  2022-07-04 15:31 ` [PR PATCH] [Updated] " ftrvxmtrx
  2022-07-04 15:33 ` ftrvxmtrx
@ 2022-07-07 14:53 ` ftrvxmtrx
  2022-07-07 14:55 ` ftrvxmtrx
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ftrvxmtrx @ 2022-07-07 14:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftrvxmtrx/void-packages clapper
https://github.com/void-linux/void-packages/pull/37841

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - aarch64-musl


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

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

From f2e2035f9a683d2b495fa21e6ecc79bd01ff419d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?=
 <sigrid@ftrv.se>
Date: Mon, 4 Jul 2022 16:57:44 +0200
Subject: [PATCH] New package: clapper-0.5.2

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

diff --git a/srcpkgs/clapper/template b/srcpkgs/clapper/template
new file mode 100644
index 000000000000..0dbd829d8698
--- /dev/null
+++ b/srcpkgs/clapper/template
@@ -0,0 +1,17 @@
+# Template file for 'clapper'
+pkgname=clapper
+version=0.5.2
+revision=1
+build_helper="gir"
+build_style=meson
+configure_args=" -Dgst-plugin=disabled"
+hostmakedepends="pkg-config gettext gettext-devel glib-devel gjs"
+makedepends="gstreamer1-devel gst-plugins-base1-devel gtk4-devel gjs-devel"
+depends="gjs libadwaita"
+short_desc="GNOME media player built using GJS, GTK4, GStreamer and OpenGL"
+maintainer="Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Rafostar/clapper"
+changelog="https://github.com/Rafostar/clapper/releases"
+distfiles="https://github.com/Rafostar/${pkgname}/archive/${version}.tar.gz"
+checksum=30b78e0fc45346aee6513dc9fcd974d2cf9752cb9de5c9e352f5521aa640f284

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

* Re: New package: clapper-0.5.2
  2022-07-04 15:28 [PR PATCH] New package: clapper-0.5.2 ftrvxmtrx
                   ` (2 preceding siblings ...)
  2022-07-07 14:53 ` ftrvxmtrx
@ 2022-07-07 14:55 ` ftrvxmtrx
  2022-07-20 21:54 ` [PR REVIEW] " paper42
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ftrvxmtrx @ 2022-07-07 14:55 UTC (permalink / raw)
  To: ml

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

New comment by ftrvxmtrx on void-packages repository

https://github.com/void-linux/void-packages/pull/37841#issuecomment-1177744343

Comment:
Disabled clapper's optional gst plugin and now it plays videos fine on `aarch64-musl` as well.

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

* Re: [PR REVIEW] New package: clapper-0.5.2
  2022-07-04 15:28 [PR PATCH] New package: clapper-0.5.2 ftrvxmtrx
                   ` (3 preceding siblings ...)
  2022-07-07 14:55 ` ftrvxmtrx
@ 2022-07-20 21:54 ` paper42
  2022-08-14 11:54 ` paper42
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-07-20 21:54 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37841#discussion_r926085392

Comment:
Could you add a comment about why this is required?

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

* Re: [PR REVIEW] New package: clapper-0.5.2
  2022-07-04 15:28 [PR PATCH] New package: clapper-0.5.2 ftrvxmtrx
                   ` (4 preceding siblings ...)
  2022-07-20 21:54 ` [PR REVIEW] " paper42
@ 2022-08-14 11:54 ` paper42
  2022-11-13  8:50 ` github-actions
  2022-11-28  2:04 ` [PR PATCH] [Closed]: " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-08-14 11:54 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37841#discussion_r945277602

Comment:
ping @ftrvxmtrx

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

* Re: New package: clapper-0.5.2
  2022-07-04 15:28 [PR PATCH] New package: clapper-0.5.2 ftrvxmtrx
                   ` (5 preceding siblings ...)
  2022-08-14 11:54 ` paper42
@ 2022-11-13  8:50 ` github-actions
  2022-11-28  2:04 ` [PR PATCH] [Closed]: " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-11-13  8:50 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/37841#issuecomment-1312675271

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: clapper-0.5.2
  2022-07-04 15:28 [PR PATCH] New package: clapper-0.5.2 ftrvxmtrx
                   ` (6 preceding siblings ...)
  2022-11-13  8:50 ` github-actions
@ 2022-11-28  2:04 ` github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-11-28  2:04 UTC (permalink / raw)
  To: ml

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

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

New package: clapper-0.5.2
https://github.com/void-linux/void-packages/pull/37841

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64, aarch64-musl)


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

end of thread, other threads:[~2022-11-28  2:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04 15:28 [PR PATCH] New package: clapper-0.5.2 ftrvxmtrx
2022-07-04 15:31 ` [PR PATCH] [Updated] " ftrvxmtrx
2022-07-04 15:33 ` ftrvxmtrx
2022-07-07 14:53 ` ftrvxmtrx
2022-07-07 14:55 ` ftrvxmtrx
2022-07-20 21:54 ` [PR REVIEW] " paper42
2022-08-14 11:54 ` paper42
2022-11-13  8:50 ` github-actions
2022-11-28  2:04 ` [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).