* [PR PATCH] New package: decibels-48.0
@ 2025-03-21 17:01 chrysos349
2025-05-03 2:18 ` [PR REVIEW] " oreo639
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: chrysos349 @ 2025-03-21 17:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 726 bytes --]
There is a new pull request by chrysos349 against master on the void-packages repository
https://github.com/chrysos349/void-packages decibels
https://github.com/void-linux/void-packages/pull/54784
New package: decibels-48.0
it's a new official gnome app, a simple audio player.
#### 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**|**NO**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/54784.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-decibels-54784.patch --]
[-- Type: text/x-diff, Size: 1801 bytes --]
From aa415630796268cb1fb4a28d92f532f540c3a834 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Fri, 21 Mar 2025 20:00:07 +0300
Subject: [PATCH] New package: decibels-48.0
---
srcpkgs/decibels/template | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
create mode 100644 srcpkgs/decibels/template
diff --git a/srcpkgs/decibels/template b/srcpkgs/decibels/template
new file mode 100644
index 00000000000000..2416995b93cbbf
--- /dev/null
+++ b/srcpkgs/decibels/template
@@ -0,0 +1,35 @@
+# Template file for 'decibels'
+pkgname=decibels
+version=48.0
+revision=1
+build_style=meson
+hostmakedepends="blueprint-compiler desktop-file-utils gettext gjs glib-devel
+ gtk4-update-icon-cache nodejs pkg-config"
+makedepends="gjs-devel libadwaita-devel"
+depends="gjs gst-plugins-good1 libadwaita"
+checkdepends="appstream-glib"
+short_desc="Play audio files"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.gnome.org/GNOME/decibels"
+_commit=dbbaa0527556cd3ce5434c4a5072cd99348eff7a
+distfiles="https://gitlab.gnome.org/GNOME/decibels/-/archive/${version}/decibels-${version}.tar.gz
+https://gitlab.gnome.org/BrainBlasted/gi-typescript-definitions/-/archive/${_commit}/gi-typescript-definitions-${_commit}.tar.gz>${_commit}.tar.gz"
+checksum="1ffe2c4ab2502314c74f017f2b58b9d110548a9cbc237096e6712e67c03b2e10
+ 6c625c8a01bd15e9f35fd6ea6823b5afb2288e6a40e34d852d37b6fa0fa51e57"
+skip_extraction="${_commit}.tar.gz"
+
+post_extract() {
+ vsrcextract -C gi-types "${_commit}.tar.gz"
+}
+
+pre_configure() {
+ npm i typescript
+ export PATH="$PATH:$(pwd)/node_modules/.bin"
+}
+
+pre_build() {
+ if [ "$CROSS_BUILD" ]; then
+ export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+ fi
+}
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR REVIEW] New package: decibels-48.0
2025-03-21 17:01 [PR PATCH] New package: decibels-48.0 chrysos349
@ 2025-05-03 2:18 ` oreo639
2025-05-03 12:59 ` [PR PATCH] [Updated] " chrysos349
2025-05-09 4:38 ` [PR PATCH] [Merged]: " oreo639
2 siblings, 0 replies; 4+ messages in thread
From: oreo639 @ 2025-05-03 2:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 312 bytes --]
New review comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/54784#discussion_r2072288130
Comment:
```suggestion
changelog="https://gitlab.gnome.org/GNOME/decibels/-/raw/main/NEWS"
distfiles="${GNOME_SITE}/decibels/${version%.*}/decibels-${version}.tar.xz"
```
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] New package: decibels-48.0
2025-03-21 17:01 [PR PATCH] New package: decibels-48.0 chrysos349
2025-05-03 2:18 ` [PR REVIEW] " oreo639
@ 2025-05-03 12:59 ` chrysos349
2025-05-09 4:38 ` [PR PATCH] [Merged]: " oreo639
2 siblings, 0 replies; 4+ messages in thread
From: chrysos349 @ 2025-05-03 12:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 754 bytes --]
There is an updated pull request by chrysos349 against master on the void-packages repository
https://github.com/chrysos349/void-packages decibels
https://github.com/void-linux/void-packages/pull/54784
New package: decibels-48.0
it's a new official gnome app since version 48 (see #54783), a simple audio player.
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/54784.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-decibels-54784.patch --]
[-- Type: text/x-diff, Size: 1459 bytes --]
From 354785059f42da9c79b7b3ac1b9885c8180b5a95 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Fri, 21 Mar 2025 20:00:07 +0300
Subject: [PATCH] New package: decibels-48.0
---
srcpkgs/decibels/template | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 srcpkgs/decibels/template
diff --git a/srcpkgs/decibels/template b/srcpkgs/decibels/template
new file mode 100644
index 00000000000000..1d755d165c1c88
--- /dev/null
+++ b/srcpkgs/decibels/template
@@ -0,0 +1,28 @@
+# Template file for 'decibels'
+pkgname=decibels
+version=48.0
+revision=1
+build_style=meson
+hostmakedepends="blueprint-compiler desktop-file-utils gettext gjs glib-devel
+ gtk4-update-icon-cache nodejs pkg-config"
+makedepends="gjs-devel libadwaita-devel"
+depends="gjs gst-plugins-good1 libadwaita"
+checkdepends="appstream-glib"
+short_desc="Play audio files"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://apps.gnome.org/Decibels/"
+changelog="https://gitlab.gnome.org/GNOME/decibels/-/raw/main/NEWS"
+distfiles="${GNOME_SITE}/decibels/${version%.*}/decibels-${version}.tar.xz"
+checksum=229b11a9263147bcb8c3e21ff0d4af659fb26262f8aece547adcf8c65e031f74
+
+pre_configure() {
+ npm i typescript
+ export PATH="$PATH:$(pwd)/node_modules/.bin"
+}
+
+pre_build() {
+ if [ "$CROSS_BUILD" ]; then
+ export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+ fi
+}
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Merged]: New package: decibels-48.0
2025-03-21 17:01 [PR PATCH] New package: decibels-48.0 chrysos349
2025-05-03 2:18 ` [PR REVIEW] " oreo639
2025-05-03 12:59 ` [PR PATCH] [Updated] " chrysos349
@ 2025-05-09 4:38 ` oreo639
2 siblings, 0 replies; 4+ messages in thread
From: oreo639 @ 2025-05-09 4:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 591 bytes --]
There's a merged pull request on the void-packages repository
New package: decibels-48.0
https://github.com/void-linux/void-packages/pull/54784
Description:
it's a new official gnome app since version 48 (see #54783), a simple audio player.
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-05-09 4:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-21 17:01 [PR PATCH] New package: decibels-48.0 chrysos349
2025-05-03 2:18 ` [PR REVIEW] " oreo639
2025-05-03 12:59 ` [PR PATCH] [Updated] " chrysos349
2025-05-09 4:38 ` [PR PATCH] [Merged]: " oreo639
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).