* [PR PATCH] New package: clapper-0.6.0
@ 2024-06-07 19:36 deimonn
2024-06-07 20:42 ` AnInternetTroll
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: deimonn @ 2024-06-07 19:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1208 bytes --]
There is a new pull request by deimonn against master on the void-packages repository
https://github.com/deimonn/void-packages clapper
https://github.com/void-linux/void-packages/pull/50737
New package: clapper-0.6.0
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- armv6l-glibc (cross)
A patch file from https://github.com/void-linux/void-packages/pull/50737.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-clapper-50737.patch --]
[-- Type: text/x-diff, Size: 1137 bytes --]
From fd921b07f30f1f8fcc3c6b25323cf660cadfd1d8 Mon Sep 17 00:00:00 2001
From: deimonn <deimonn@outlook.com>
Date: Fri, 7 Jun 2024 16:17:01 -0300
Subject: [PATCH] New package: clapper-0.6.0
---
srcpkgs/clapper/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/clapper/template
diff --git a/srcpkgs/clapper/template b/srcpkgs/clapper/template
new file mode 100644
index 00000000000000..18aba960de8ad0
--- /dev/null
+++ b/srcpkgs/clapper/template
@@ -0,0 +1,14 @@
+# Template file for 'clapper'
+pkgname=clapper
+version=0.6.0
+revision=1
+build_style=meson
+build_helper=gir
+hostmakedepends="pkg-config glib-devel gtk4-update-icon-cache vala gettext desktop-file-utils"
+makedepends="gtk4-devel gstreamer1-devel libadwaita-devel libsoup3-devel libmicrodns-devel"
+short_desc="Modern and user-friendly media player"
+maintainer="deimonn <deimonn@outlook.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Rafostar/clapper"
+distfiles="https://github.com/Rafostar/clapper/archive/refs/tags/${version}.tar.gz"
+checksum=65cc76afe6fc11058855d98058b6f371e557ea4f29f2f6bf4e0178b6978585de
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: New package: clapper-0.6.0
2024-06-07 19:36 [PR PATCH] New package: clapper-0.6.0 deimonn
@ 2024-06-07 20:42 ` AnInternetTroll
2024-06-07 20:56 ` AnInternetTroll
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: AnInternetTroll @ 2024-06-07 20:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 262 bytes --]
New comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/50737#issuecomment-2155516599
Comment:
Tested on x86_64-glibc and works as expected! Tried with some mp4 and
mkv videos and they played without issue.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: New package: clapper-0.6.0
2024-06-07 19:36 [PR PATCH] New package: clapper-0.6.0 deimonn
2024-06-07 20:42 ` AnInternetTroll
@ 2024-06-07 20:56 ` AnInternetTroll
2024-06-07 23:01 ` deimonn
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: AnInternetTroll @ 2024-06-07 20:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 334 bytes --]
New comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/50737#issuecomment-2155530933
Comment:
You should consider adding a clapper-devel subpackage (check out
`xnew -a clapper clapper-devel`) and the LGPL-2.1-or-later license (or
is it just LGPL-2.1-only? I can never tell :P)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: New package: clapper-0.6.0
2024-06-07 19:36 [PR PATCH] New package: clapper-0.6.0 deimonn
2024-06-07 20:42 ` AnInternetTroll
2024-06-07 20:56 ` AnInternetTroll
@ 2024-06-07 23:01 ` deimonn
2024-06-08 14:30 ` ahesford
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: deimonn @ 2024-06-07 23:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 792 bytes --]
New comment by deimonn on void-packages repository
https://github.com/void-linux/void-packages/pull/50737#issuecomment-2155673882
Comment:
Don't worry, I can't tell either hahaha
From looking at the README, I can say that the two clapper libraries (`libclapper` and `libclapper-gtk`) are `LGPL-2.1-or-later` while the `clapper` binary itself is `GPL-3.0-or-later`.
I mostly mimicked [the AUR package](https://aur.archlinux.org/packages/clapper) while writing this one. I'm wondering on how to split this package if I do - technically there's two libraries (`libclapper` and `libclapper-gtk`), Vala bindings and the actual application itself, all originating from one repo. Do I separate it into just `clapper` and `clapper-devel` or should I do more?
Apologies for the cluessness.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: New package: clapper-0.6.0
2024-06-07 19:36 [PR PATCH] New package: clapper-0.6.0 deimonn
` (2 preceding siblings ...)
2024-06-07 23:01 ` deimonn
@ 2024-06-08 14:30 ` ahesford
2024-06-08 20:22 ` [PR PATCH] [Updated] " deimonn
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: ahesford @ 2024-06-08 14:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 351 bytes --]
New comment by ahesford on void-packages repository
https://github.com/void-linux/void-packages/pull/50737#issuecomment-2156057863
Comment:
For now, just stick with `clapper` and `clapper-devel`. If some parts of the package are LGPL and others are pure GPL, then the main package should list both licenses, and the devel package will inherit that.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] New package: clapper-0.6.0
2024-06-07 19:36 [PR PATCH] New package: clapper-0.6.0 deimonn
` (3 preceding siblings ...)
2024-06-08 14:30 ` ahesford
@ 2024-06-08 20:22 ` deimonn
2024-06-08 20:22 ` deimonn
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: deimonn @ 2024-06-08 20:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1213 bytes --]
There is an updated pull request by deimonn against master on the void-packages repository
https://github.com/deimonn/void-packages clapper
https://github.com/void-linux/void-packages/pull/50737
New package: clapper-0.6.0
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- armv6l-glibc (cross)
A patch file from https://github.com/void-linux/void-packages/pull/50737.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-clapper-50737.patch --]
[-- Type: text/x-diff, Size: 1754 bytes --]
From bec4d4160a76fd0b1d974172fd9b0839fb9ccbda Mon Sep 17 00:00:00 2001
From: deimonn <deimonn@outlook.com>
Date: Fri, 7 Jun 2024 16:17:01 -0300
Subject: [PATCH] New package: clapper-0.6.0
---
srcpkgs/clapper-devel | 1 +
srcpkgs/clapper/template | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
create mode 120000 srcpkgs/clapper-devel
create mode 100644 srcpkgs/clapper/template
diff --git a/srcpkgs/clapper-devel b/srcpkgs/clapper-devel
new file mode 120000
index 00000000000000..f739d81f9a4f83
--- /dev/null
+++ b/srcpkgs/clapper-devel
@@ -0,0 +1 @@
+clapper
\ No newline at end of file
diff --git a/srcpkgs/clapper/template b/srcpkgs/clapper/template
new file mode 100644
index 00000000000000..39f0396785df75
--- /dev/null
+++ b/srcpkgs/clapper/template
@@ -0,0 +1,26 @@
+# Template file for 'clapper'
+pkgname=clapper
+version=0.6.0
+revision=1
+build_style=meson
+build_helper=gir
+hostmakedepends="pkg-config glib-devel gtk4-update-icon-cache vala gettext desktop-file-utils"
+makedepends="gtk4-devel gstreamer1-devel libadwaita-devel libsoup3-devel libmicrodns-devel"
+short_desc="Modern and user-friendly media player"
+maintainer="deimonn <deimonn@outlook.com>"
+license="GPL-3.0-or-later, LGPL-2.1-or-later"
+homepage="https://github.com/Rafostar/clapper"
+distfiles="https://github.com/Rafostar/clapper/archive/refs/tags/${version}.tar.gz"
+checksum=65cc76afe6fc11058855d98058b6f371e557ea4f29f2f6bf4e0178b6978585de
+
+clapper-devel_package() {
+ depends="${sourcepkg}>=${version}_${revision}"
+ short_desc+="Modern and user-friendly media player - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove "usr/lib/*.so"
+ vmove usr/lib/pkgconfig
+ vmove usr/share/gir-1.0
+ vmove usr/share/vala
+ }
+}
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: New package: clapper-0.6.0
2024-06-07 19:36 [PR PATCH] New package: clapper-0.6.0 deimonn
` (4 preceding siblings ...)
2024-06-08 20:22 ` [PR PATCH] [Updated] " deimonn
@ 2024-06-08 20:22 ` deimonn
2024-09-07 1:54 ` github-actions
2024-09-21 1:56 ` [PR PATCH] [Closed]: " github-actions
7 siblings, 0 replies; 9+ messages in thread
From: deimonn @ 2024-06-08 20:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 190 bytes --]
New comment by deimonn on void-packages repository
https://github.com/void-linux/void-packages/pull/50737#issuecomment-2156171508
Comment:
Done, let me know if I need to make any changes.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: New package: clapper-0.6.0
2024-06-07 19:36 [PR PATCH] New package: clapper-0.6.0 deimonn
` (5 preceding siblings ...)
2024-06-08 20:22 ` deimonn
@ 2024-09-07 1:54 ` github-actions
2024-09-21 1:56 ` [PR PATCH] [Closed]: " github-actions
7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2024-09-07 1:54 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/50737#issuecomment-2334996454
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.6.0
2024-06-07 19:36 [PR PATCH] New package: clapper-0.6.0 deimonn
` (6 preceding siblings ...)
2024-09-07 1:54 ` github-actions
@ 2024-09-21 1:56 ` github-actions
7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2024-09-21 1:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1057 bytes --]
There's a closed pull request on the void-packages repository
New package: clapper-0.6.0
https://github.com/void-linux/void-packages/pull/50737
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- armv6l-glibc (cross)
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-09-21 1:56 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-07 19:36 [PR PATCH] New package: clapper-0.6.0 deimonn
2024-06-07 20:42 ` AnInternetTroll
2024-06-07 20:56 ` AnInternetTroll
2024-06-07 23:01 ` deimonn
2024-06-08 14:30 ` ahesford
2024-06-08 20:22 ` [PR PATCH] [Updated] " deimonn
2024-06-08 20:22 ` deimonn
2024-09-07 1:54 ` github-actions
2024-09-21 1:56 ` [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).