* Re: [PR PATCH] [Updated] New package: matterbridge-1.26.0.
2024-01-01 18:09 [PR PATCH] New package: matterbridge-1.26.0 AnInternetTroll
@ 2024-02-08 19:14 ` AnInternetTroll
2024-05-09 1:46 ` github-actions
` (12 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: AnInternetTroll @ 2024-02-08 19:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 888 bytes --]
There is an updated pull request by AnInternetTroll against master on the void-packages repository
https://github.com/AnInternetTroll/void-packages user/luca/matterbridge
https://github.com/void-linux/void-packages/pull/48019
New package: matterbridge-1.26.0.
#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl (crossbuilt)
Tested on aarch64-musl by making a bridge between matrix and an API
gateway.
A patch file from https://github.com/void-linux/void-packages/pull/48019.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/matterbridge-48019.patch --]
[-- Type: text/x-diff, Size: 1822 bytes --]
From 562548c5fd238a81791fd352399b606776fc570f Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Mon, 1 Jan 2024 17:38:27 +0100
Subject: [PATCH] New package: matterbridge-1.26.0.
---
srcpkgs/matterbridge/files/matterbridge/run | 7 +++++++
srcpkgs/matterbridge/template | 19 +++++++++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 srcpkgs/matterbridge/files/matterbridge/run
create mode 100644 srcpkgs/matterbridge/template
diff --git a/srcpkgs/matterbridge/files/matterbridge/run b/srcpkgs/matterbridge/files/matterbridge/run
new file mode 100644
index 0000000000000..3e15ebb86f948
--- /dev/null
+++ b/srcpkgs/matterbridge/files/matterbridge/run
@@ -0,0 +1,7 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+ulimit -n ${MAX_OPEN_FILES:-8192}
+export MATTERBRIDGE_CONFIG=${MATTERBRIDGE_CONFIG:-/etc/matterbridge.toml}
+
+exec matterbridge -conf "${MATTERBRIDGE_CONFIG}"
diff --git a/srcpkgs/matterbridge/template b/srcpkgs/matterbridge/template
new file mode 100644
index 0000000000000..46221dedf878a
--- /dev/null
+++ b/srcpkgs/matterbridge/template
@@ -0,0 +1,19 @@
+# Template file for 'matterbridge'
+pkgname=matterbridge
+version=1.26.0
+revision=1
+build_style=go
+go_import_path="github.com/42wim/matterbridge"
+conf_files="/etc/matterbridge.toml"
+short_desc="Bridge between various chatting services"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="Apache-2.0"
+homepage="https://github.com/42wim/matterbridge/"
+changelog="https://github.com/42wim/matterbridge/releases/"
+distfiles="https://github.com/42wim/matterbridge/archive/refs/tags/v$version.tar.gz"
+checksum=00e1bbfe3b32f2feccf9a7f13a6f12b1ce28a5eb04cc7b922b344e3493497425
+
+post_install() {
+ vconf matterbridge.toml.sample matterbridge.toml
+ vsv matterbridge
+}
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: New package: matterbridge-1.26.0.
2024-01-01 18:09 [PR PATCH] New package: matterbridge-1.26.0 AnInternetTroll
2024-02-08 19:14 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2024-05-09 1:46 ` github-actions
2024-05-09 8:01 ` [PR PATCH] [Updated] " AnInternetTroll
` (11 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2024-05-09 1:46 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/48019#issuecomment-2101780928
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] 15+ messages in thread
* Re: [PR PATCH] [Updated] New package: matterbridge-1.26.0.
2024-01-01 18:09 [PR PATCH] New package: matterbridge-1.26.0 AnInternetTroll
2024-02-08 19:14 ` [PR PATCH] [Updated] " AnInternetTroll
2024-05-09 1:46 ` github-actions
@ 2024-05-09 8:01 ` AnInternetTroll
2024-08-08 1:52 ` github-actions
` (10 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: AnInternetTroll @ 2024-05-09 8:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 888 bytes --]
There is an updated pull request by AnInternetTroll against master on the void-packages repository
https://github.com/AnInternetTroll/void-packages user/luca/matterbridge
https://github.com/void-linux/void-packages/pull/48019
New package: matterbridge-1.26.0.
#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl (crossbuilt)
Tested on aarch64-musl by making a bridge between matrix and an API
gateway.
A patch file from https://github.com/void-linux/void-packages/pull/48019.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/matterbridge-48019.patch --]
[-- Type: text/x-diff, Size: 1826 bytes --]
From 03eec20b351b71662f729227132cba6c20b5f92f Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Mon, 1 Jan 2024 17:38:27 +0100
Subject: [PATCH] New package: matterbridge-1.26.0.
---
srcpkgs/matterbridge/files/matterbridge/run | 7 +++++++
srcpkgs/matterbridge/template | 19 +++++++++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 srcpkgs/matterbridge/files/matterbridge/run
create mode 100644 srcpkgs/matterbridge/template
diff --git a/srcpkgs/matterbridge/files/matterbridge/run b/srcpkgs/matterbridge/files/matterbridge/run
new file mode 100644
index 00000000000000..3e15ebb86f9483
--- /dev/null
+++ b/srcpkgs/matterbridge/files/matterbridge/run
@@ -0,0 +1,7 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+ulimit -n ${MAX_OPEN_FILES:-8192}
+export MATTERBRIDGE_CONFIG=${MATTERBRIDGE_CONFIG:-/etc/matterbridge.toml}
+
+exec matterbridge -conf "${MATTERBRIDGE_CONFIG}"
diff --git a/srcpkgs/matterbridge/template b/srcpkgs/matterbridge/template
new file mode 100644
index 00000000000000..46221dedf878a5
--- /dev/null
+++ b/srcpkgs/matterbridge/template
@@ -0,0 +1,19 @@
+# Template file for 'matterbridge'
+pkgname=matterbridge
+version=1.26.0
+revision=1
+build_style=go
+go_import_path="github.com/42wim/matterbridge"
+conf_files="/etc/matterbridge.toml"
+short_desc="Bridge between various chatting services"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="Apache-2.0"
+homepage="https://github.com/42wim/matterbridge/"
+changelog="https://github.com/42wim/matterbridge/releases/"
+distfiles="https://github.com/42wim/matterbridge/archive/refs/tags/v$version.tar.gz"
+checksum=00e1bbfe3b32f2feccf9a7f13a6f12b1ce28a5eb04cc7b922b344e3493497425
+
+post_install() {
+ vconf matterbridge.toml.sample matterbridge.toml
+ vsv matterbridge
+}
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: New package: matterbridge-1.26.0.
2024-01-01 18:09 [PR PATCH] New package: matterbridge-1.26.0 AnInternetTroll
` (2 preceding siblings ...)
2024-05-09 8:01 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2024-08-08 1:52 ` github-actions
2024-08-10 17:21 ` [PR PATCH] [Updated] " AnInternetTroll
` (9 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2024-08-08 1:52 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/48019#issuecomment-2274783579
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] 15+ messages in thread
* Re: [PR PATCH] [Updated] New package: matterbridge-1.26.0.
2024-01-01 18:09 [PR PATCH] New package: matterbridge-1.26.0 AnInternetTroll
` (3 preceding siblings ...)
2024-08-08 1:52 ` github-actions
@ 2024-08-10 17:21 ` AnInternetTroll
2024-11-09 1:56 ` github-actions
` (8 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: AnInternetTroll @ 2024-08-10 17:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 888 bytes --]
There is an updated pull request by AnInternetTroll against master on the void-packages repository
https://github.com/AnInternetTroll/void-packages user/luca/matterbridge
https://github.com/void-linux/void-packages/pull/48019
New package: matterbridge-1.26.0.
#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl (crossbuilt)
Tested on aarch64-musl by making a bridge between matrix and an API
gateway.
A patch file from https://github.com/void-linux/void-packages/pull/48019.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/matterbridge-48019.patch --]
[-- Type: text/x-diff, Size: 1826 bytes --]
From e4e00f3c77f65d41ab9920b7085a442b86dfcbf2 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Mon, 1 Jan 2024 17:38:27 +0100
Subject: [PATCH] New package: matterbridge-1.26.0.
---
srcpkgs/matterbridge/files/matterbridge/run | 7 +++++++
srcpkgs/matterbridge/template | 19 +++++++++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 srcpkgs/matterbridge/files/matterbridge/run
create mode 100644 srcpkgs/matterbridge/template
diff --git a/srcpkgs/matterbridge/files/matterbridge/run b/srcpkgs/matterbridge/files/matterbridge/run
new file mode 100644
index 00000000000000..3e15ebb86f9483
--- /dev/null
+++ b/srcpkgs/matterbridge/files/matterbridge/run
@@ -0,0 +1,7 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+ulimit -n ${MAX_OPEN_FILES:-8192}
+export MATTERBRIDGE_CONFIG=${MATTERBRIDGE_CONFIG:-/etc/matterbridge.toml}
+
+exec matterbridge -conf "${MATTERBRIDGE_CONFIG}"
diff --git a/srcpkgs/matterbridge/template b/srcpkgs/matterbridge/template
new file mode 100644
index 00000000000000..46221dedf878a5
--- /dev/null
+++ b/srcpkgs/matterbridge/template
@@ -0,0 +1,19 @@
+# Template file for 'matterbridge'
+pkgname=matterbridge
+version=1.26.0
+revision=1
+build_style=go
+go_import_path="github.com/42wim/matterbridge"
+conf_files="/etc/matterbridge.toml"
+short_desc="Bridge between various chatting services"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="Apache-2.0"
+homepage="https://github.com/42wim/matterbridge/"
+changelog="https://github.com/42wim/matterbridge/releases/"
+distfiles="https://github.com/42wim/matterbridge/archive/refs/tags/v$version.tar.gz"
+checksum=00e1bbfe3b32f2feccf9a7f13a6f12b1ce28a5eb04cc7b922b344e3493497425
+
+post_install() {
+ vconf matterbridge.toml.sample matterbridge.toml
+ vsv matterbridge
+}
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: New package: matterbridge-1.26.0.
2024-01-01 18:09 [PR PATCH] New package: matterbridge-1.26.0 AnInternetTroll
` (4 preceding siblings ...)
2024-08-10 17:21 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2024-11-09 1:56 ` github-actions
2024-11-09 7:56 ` [PR PATCH] [Updated] " AnInternetTroll
` (7 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2024-11-09 1:56 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/48019#issuecomment-2465984187
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] 15+ messages in thread
* Re: [PR PATCH] [Updated] New package: matterbridge-1.26.0.
2024-01-01 18:09 [PR PATCH] New package: matterbridge-1.26.0 AnInternetTroll
` (5 preceding siblings ...)
2024-11-09 1:56 ` github-actions
@ 2024-11-09 7:56 ` AnInternetTroll
2024-11-09 20:12 ` AnInternetTroll
` (6 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: AnInternetTroll @ 2024-11-09 7:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 888 bytes --]
There is an updated pull request by AnInternetTroll against master on the void-packages repository
https://github.com/AnInternetTroll/void-packages user/luca/matterbridge
https://github.com/void-linux/void-packages/pull/48019
New package: matterbridge-1.26.0.
#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl (crossbuilt)
Tested on aarch64-musl by making a bridge between matrix and an API
gateway.
A patch file from https://github.com/void-linux/void-packages/pull/48019.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/matterbridge-48019.patch --]
[-- Type: text/x-diff, Size: 1826 bytes --]
From 952676e6aeb63fc55aa4fe4137387edd05a0ba82 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Mon, 1 Jan 2024 17:38:27 +0100
Subject: [PATCH] New package: matterbridge-1.26.0.
---
srcpkgs/matterbridge/files/matterbridge/run | 7 +++++++
srcpkgs/matterbridge/template | 19 +++++++++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 srcpkgs/matterbridge/files/matterbridge/run
create mode 100644 srcpkgs/matterbridge/template
diff --git a/srcpkgs/matterbridge/files/matterbridge/run b/srcpkgs/matterbridge/files/matterbridge/run
new file mode 100644
index 00000000000000..3e15ebb86f9483
--- /dev/null
+++ b/srcpkgs/matterbridge/files/matterbridge/run
@@ -0,0 +1,7 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+ulimit -n ${MAX_OPEN_FILES:-8192}
+export MATTERBRIDGE_CONFIG=${MATTERBRIDGE_CONFIG:-/etc/matterbridge.toml}
+
+exec matterbridge -conf "${MATTERBRIDGE_CONFIG}"
diff --git a/srcpkgs/matterbridge/template b/srcpkgs/matterbridge/template
new file mode 100644
index 00000000000000..46221dedf878a5
--- /dev/null
+++ b/srcpkgs/matterbridge/template
@@ -0,0 +1,19 @@
+# Template file for 'matterbridge'
+pkgname=matterbridge
+version=1.26.0
+revision=1
+build_style=go
+go_import_path="github.com/42wim/matterbridge"
+conf_files="/etc/matterbridge.toml"
+short_desc="Bridge between various chatting services"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="Apache-2.0"
+homepage="https://github.com/42wim/matterbridge/"
+changelog="https://github.com/42wim/matterbridge/releases/"
+distfiles="https://github.com/42wim/matterbridge/archive/refs/tags/v$version.tar.gz"
+checksum=00e1bbfe3b32f2feccf9a7f13a6f12b1ce28a5eb04cc7b922b344e3493497425
+
+post_install() {
+ vconf matterbridge.toml.sample matterbridge.toml
+ vsv matterbridge
+}
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR PATCH] [Updated] New package: matterbridge-1.26.0.
2024-01-01 18:09 [PR PATCH] New package: matterbridge-1.26.0 AnInternetTroll
` (6 preceding siblings ...)
2024-11-09 7:56 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2024-11-09 20:12 ` AnInternetTroll
2024-11-09 20:14 ` [PR REVIEW] " classabbyamp
` (5 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: AnInternetTroll @ 2024-11-09 20:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 888 bytes --]
There is an updated pull request by AnInternetTroll against master on the void-packages repository
https://github.com/AnInternetTroll/void-packages user/luca/matterbridge
https://github.com/void-linux/void-packages/pull/48019
New package: matterbridge-1.26.0.
#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl (crossbuilt)
Tested on aarch64-musl by making a bridge between matrix and an API
gateway.
A patch file from https://github.com/void-linux/void-packages/pull/48019.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/matterbridge-48019.patch --]
[-- Type: text/x-diff, Size: 1790 bytes --]
From 42361f4c916c205aa1c94b9e3b9978bf948dc378 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Mon, 1 Jan 2024 17:38:27 +0100
Subject: [PATCH] New package: matterbridge-1.26.0.
---
srcpkgs/matterbridge/files/matterbridge/run | 6 ++++++
srcpkgs/matterbridge/template | 19 +++++++++++++++++++
2 files changed, 25 insertions(+)
create mode 100644 srcpkgs/matterbridge/files/matterbridge/run
create mode 100644 srcpkgs/matterbridge/template
diff --git a/srcpkgs/matterbridge/files/matterbridge/run b/srcpkgs/matterbridge/files/matterbridge/run
new file mode 100644
index 00000000000000..ea7bbd10720ab7
--- /dev/null
+++ b/srcpkgs/matterbridge/files/matterbridge/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+export MATTERBRIDGE_CONFIG=${MATTERBRIDGE_CONFIG:-/etc/matterbridge.toml}
+
+exec matterbridge -conf "${MATTERBRIDGE_CONFIG}"
diff --git a/srcpkgs/matterbridge/template b/srcpkgs/matterbridge/template
new file mode 100644
index 00000000000000..46221dedf878a5
--- /dev/null
+++ b/srcpkgs/matterbridge/template
@@ -0,0 +1,19 @@
+# Template file for 'matterbridge'
+pkgname=matterbridge
+version=1.26.0
+revision=1
+build_style=go
+go_import_path="github.com/42wim/matterbridge"
+conf_files="/etc/matterbridge.toml"
+short_desc="Bridge between various chatting services"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="Apache-2.0"
+homepage="https://github.com/42wim/matterbridge/"
+changelog="https://github.com/42wim/matterbridge/releases/"
+distfiles="https://github.com/42wim/matterbridge/archive/refs/tags/v$version.tar.gz"
+checksum=00e1bbfe3b32f2feccf9a7f13a6f12b1ce28a5eb04cc7b922b344e3493497425
+
+post_install() {
+ vconf matterbridge.toml.sample matterbridge.toml
+ vsv matterbridge
+}
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR REVIEW] New package: matterbridge-1.26.0.
2024-01-01 18:09 [PR PATCH] New package: matterbridge-1.26.0 AnInternetTroll
` (7 preceding siblings ...)
2024-11-09 20:12 ` AnInternetTroll
@ 2024-11-09 20:14 ` classabbyamp
2024-11-09 20:17 ` classabbyamp
` (4 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: classabbyamp @ 2024-11-09 20:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 273 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/48019#discussion_r1835512757
Comment:
```suggestion
exec matterbridge -conf "${MATTERBRIDGE_CONFIG:-/etc/matterbridge.toml}"
```
and remove the export line
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR REVIEW] New package: matterbridge-1.26.0.
2024-01-01 18:09 [PR PATCH] New package: matterbridge-1.26.0 AnInternetTroll
` (8 preceding siblings ...)
2024-11-09 20:14 ` [PR REVIEW] " classabbyamp
@ 2024-11-09 20:17 ` classabbyamp
2024-11-09 20:22 ` [PR PATCH] [Updated] " AnInternetTroll
` (3 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: classabbyamp @ 2024-11-09 20:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 303 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/48019#discussion_r1835513558
Comment:
this is really more of an example config, maybe it would be better to `vsconf` all 3 examples and the user needs to write their own conf based on them
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR PATCH] [Updated] New package: matterbridge-1.26.0.
2024-01-01 18:09 [PR PATCH] New package: matterbridge-1.26.0 AnInternetTroll
` (9 preceding siblings ...)
2024-11-09 20:17 ` classabbyamp
@ 2024-11-09 20:22 ` AnInternetTroll
2024-11-09 20:23 ` [PR REVIEW] " AnInternetTroll
` (2 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: AnInternetTroll @ 2024-11-09 20:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 888 bytes --]
There is an updated pull request by AnInternetTroll against master on the void-packages repository
https://github.com/AnInternetTroll/void-packages user/luca/matterbridge
https://github.com/void-linux/void-packages/pull/48019
New package: matterbridge-1.26.0.
#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl (crossbuilt)
Tested on aarch64-musl by making a bridge between matrix and an API
gateway.
A patch file from https://github.com/void-linux/void-packages/pull/48019.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/matterbridge-48019.patch --]
[-- Type: text/x-diff, Size: 1718 bytes --]
From 914b5ff66465d0d18942229484a5d7935e675e1d Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Mon, 1 Jan 2024 17:38:27 +0100
Subject: [PATCH] New package: matterbridge-1.26.0.
---
srcpkgs/matterbridge/files/matterbridge/run | 5 +++++
srcpkgs/matterbridge/template | 20 ++++++++++++++++++++
2 files changed, 25 insertions(+)
create mode 100644 srcpkgs/matterbridge/files/matterbridge/run
create mode 100644 srcpkgs/matterbridge/template
diff --git a/srcpkgs/matterbridge/files/matterbridge/run b/srcpkgs/matterbridge/files/matterbridge/run
new file mode 100644
index 00000000000000..f88aa378559c72
--- /dev/null
+++ b/srcpkgs/matterbridge/files/matterbridge/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+
+exec matterbridge -conf "${MATTERBRIDGE_CONFIG:-/etc/matterbridge.toml}"
diff --git a/srcpkgs/matterbridge/template b/srcpkgs/matterbridge/template
new file mode 100644
index 00000000000000..ded9da5f26b032
--- /dev/null
+++ b/srcpkgs/matterbridge/template
@@ -0,0 +1,20 @@
+# Template file for 'matterbridge'
+pkgname=matterbridge
+version=1.26.0
+revision=1
+build_style=go
+go_import_path="github.com/42wim/matterbridge"
+short_desc="Bridge between various chatting services"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="Apache-2.0"
+homepage="https://github.com/42wim/matterbridge/"
+changelog="https://github.com/42wim/matterbridge/releases/"
+distfiles="https://github.com/42wim/matterbridge/archive/refs/tags/v$version.tar.gz"
+checksum=00e1bbfe3b32f2feccf9a7f13a6f12b1ce28a5eb04cc7b922b344e3493497425
+
+post_install() {
+ for _conf in matterbridge.toml.*; do
+ vsconf "${_conf}"
+ done
+ vsv matterbridge
+}
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR REVIEW] New package: matterbridge-1.26.0.
2024-01-01 18:09 [PR PATCH] New package: matterbridge-1.26.0 AnInternetTroll
` (10 preceding siblings ...)
2024-11-09 20:22 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2024-11-09 20:23 ` AnInternetTroll
2024-11-09 20:23 ` AnInternetTroll
2024-11-09 20:31 ` [PR PATCH] [Merged]: " classabbyamp
13 siblings, 0 replies; 15+ messages in thread
From: AnInternetTroll @ 2024-11-09 20:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 271 bytes --]
New review comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/48019#discussion_r1835516075
Comment:
there's only 2 config files in the newest release, so to save the next person the trouble I made it into a for loop
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR REVIEW] New package: matterbridge-1.26.0.
2024-01-01 18:09 [PR PATCH] New package: matterbridge-1.26.0 AnInternetTroll
` (11 preceding siblings ...)
2024-11-09 20:23 ` [PR REVIEW] " AnInternetTroll
@ 2024-11-09 20:23 ` AnInternetTroll
2024-11-09 20:31 ` [PR PATCH] [Merged]: " classabbyamp
13 siblings, 0 replies; 15+ messages in thread
From: AnInternetTroll @ 2024-11-09 20:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 175 bytes --]
New review comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/48019#discussion_r1835516120
Comment:
Thanks for the tip!
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR PATCH] [Merged]: New package: matterbridge-1.26.0.
2024-01-01 18:09 [PR PATCH] New package: matterbridge-1.26.0 AnInternetTroll
` (12 preceding siblings ...)
2024-11-09 20:23 ` AnInternetTroll
@ 2024-11-09 20:31 ` classabbyamp
13 siblings, 0 replies; 15+ messages in thread
From: classabbyamp @ 2024-11-09 20:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 701 bytes --]
There's a merged pull request on the void-packages repository
New package: matterbridge-1.26.0.
https://github.com/void-linux/void-packages/pull/48019
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**
#### 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):
- aarch64-musl (crossbuilt)
Tested on aarch64-musl by making a bridge between matrix and an API
gateway.
^ permalink raw reply [flat|nested] 15+ messages in thread