Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: lms-3.30.0
@ 2022-12-24 22:16 Danoloan10
  2022-12-24 22:16 ` [PR PATCH] [Updated] " Danoloan10
                   ` (29 more replies)
  0 siblings, 30 replies; 31+ messages in thread
From: Danoloan10 @ 2022-12-24 22:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Danoloan10/void-packages lms
https://github.com/void-linux/void-packages/pull/41275

New package: lms-3.30.0
<!-- Mark items with [x] where applicable -->

LMS is a lightweight Subsonic compatible music server written in C++. It is developed using the Wt web framework.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] i686
  - [x] x86_64-musl
  - [x] aarch64
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv7l-musl
  - [x] armv6l
  - [x] armv6l-musl


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

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

From ddc82549d7ffbc85efbc8186a69fdbc47c398bc8 Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 20:56:43 +0200
Subject: [PATCH 1/2] New package: wt-4.7.2

---
 common/shlibs       | 15 +++++++++++++++
 srcpkgs/wt-devel    |  1 +
 srcpkgs/wt/template | 28 ++++++++++++++++++++++++++++
 srcpkgs/wt/update   |  1 +
 4 files changed, 45 insertions(+)
 create mode 120000 srcpkgs/wt-devel
 create mode 100644 srcpkgs/wt/template
 create mode 100644 srcpkgs/wt/update

diff --git a/common/shlibs b/common/shlibs
index 11ef64e0cc7f..1c972d7778d6 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -97,6 +97,21 @@ libglib-2.0.so.0 glib-2.74.0_1
 libgmodule-2.0.so.0 glib-2.74.0_1
 libgio-2.0.so.0 glib-2.74.0_1
 libgobject-2.0.so.0 glib-2.74.0_1
+libgthread-2.0.so.0 glib-2.72.0_1
+libglib-2.0.so.0 glib-2.72.0_1
+libgmodule-2.0.so.0 glib-2.72.0_1
+libgio-2.0.so.0 glib-2.72.0_1
+libgobject-2.0.so.0 glib-2.72.0_1
+libwt.so.4.9.0 wt-4.9.0_1
+libwtdbo.so.4.9.0 wt-4.9.0_1
+libwtdbosqlite3.so.4.9.0 wt-4.9.0_1
+libwthttp.so.4.9.0 wt-4.9.0_1
+libwttest.so.4.9.0 wt-4.9.0_1
+libgthread-2.0.so.0 glib-2.70.0_1
+libglib-2.0.so.0 glib-2.70.0_1
+libgmodule-2.0.so.0 glib-2.70.0_1
+libgio-2.0.so.0 glib-2.70.0_1
+libgobject-2.0.so.0 glib-2.70.0_1
 libatk-1.0.so.0 atk-1.26.0_1
 libpangocairo-1.0.so.0 pango-1.24.0_1
 libpangoft2-1.0.so.0 pango-1.24.0_1
diff --git a/srcpkgs/wt-devel b/srcpkgs/wt-devel
new file mode 120000
index 000000000000..04745e187621
--- /dev/null
+++ b/srcpkgs/wt-devel
@@ -0,0 +1 @@
+wt
\ No newline at end of file
diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
new file mode 100644
index 000000000000..860471c53fbc
--- /dev/null
+++ b/srcpkgs/wt/template
@@ -0,0 +1,28 @@
+# Template file for 'wt'
+pkgname=wt
+version=4.9.0
+revision=1
+build_style=cmake
+makedepends="boost-devel"
+short_desc="Wt, C++ Web Toolkit"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.webtoolkit.eu/wt"
+changelog="https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html"
+distfiles="https://github.com/emweb/wt/archive/refs/tags/${version}.tar.gz"
+checksum=2f21b2ee3cbd938fbe1b6a47aa7efc52f5fac9c3e1040847dae50d3100da975a
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+wt-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/wt/update b/srcpkgs/wt/update
new file mode 100644
index 000000000000..d3ffe6ede68e
--- /dev/null
+++ b/srcpkgs/wt/update
@@ -0,0 +1 @@
+site="https://github.com/emweb/wt/releases"

From 41586425f342cba9c9c1a61ed5c7c2c8461c618d Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 21:01:27 +0200
Subject: [PATCH 2/2] New package: lms-3.30.0

---
 srcpkgs/lms/files/lms/run | 10 ++++++++++
 srcpkgs/lms/template      | 30 ++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/lms/files/lms/run
 create mode 100644 srcpkgs/lms/template

diff --git a/srcpkgs/lms/files/lms/run b/srcpkgs/lms/files/lms/run
new file mode 100644
index 000000000000..d2fdf3a8f8dd
--- /dev/null
+++ b/srcpkgs/lms/files/lms/run
@@ -0,0 +1,10 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+
+: ${USER:=_lms}
+: ${CONF_FILE:=/etc/lms.conf}
+: ${WORKDIR:=/var/lib/lms}
+
+cd "$WORKDIR"
+
+exec chpst -u ${USER} lms ${CONF_FILE}
diff --git a/srcpkgs/lms/template b/srcpkgs/lms/template
new file mode 100644
index 000000000000..06a8ec0e808b
--- /dev/null
+++ b/srcpkgs/lms/template
@@ -0,0 +1,30 @@
+# Template file for 'lms'
+pkgname=lms
+version=3.34.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="wt-devel ffmpeg-devel boost-devel libconfig++-devel taglib-devel pam-devel libgraphicsmagick-devel gtest-devel"
+conf_files="/etc/lms.conf /etc/pam.d/lms"
+short_desc="Lightweight Music Server"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epoupon/lms"
+distfiles="https://github.com/epoupon/lms/archive/refs/tags/v${version}.tar.gz "
+checksum=a9bf9d4b2521ba638364789e49112181ebe3ec189439667780cd375dfebec990
+
+system_accounts="_lms"
+_lms_homedir="/var/lms"
+make_dirs="/var/lms 755 _lms _lms"
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+post_install() {
+	vconf conf/lms.conf
+	vmkdir /etc/pam.d
+	vcopy conf/pam/* /etc/pam.d
+	vsv lms
+}

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

* Re: [PR PATCH] [Updated] New package: lms-3.30.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
@ 2022-12-24 22:16 ` Danoloan10
  2023-01-05 21:36 ` [PR PATCH] [Updated] New package: lms-3.34.0 Danoloan10
                   ` (28 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Danoloan10 @ 2022-12-24 22:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Danoloan10/void-packages lms
https://github.com/void-linux/void-packages/pull/41275

New package: lms-3.30.0
<!-- Mark items with [x] where applicable -->

LMS is a lightweight Subsonic compatible music server written in C++. It is developed using the Wt web framework.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] i686
  - [x] x86_64-musl
  - [x] aarch64
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv7l-musl
  - [x] armv6l
  - [x] armv6l-musl


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

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

From e0e91ee25c8002668633446aab65263c9dc5f443 Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 20:56:43 +0200
Subject: [PATCH 1/2] New package: wt-4.9.0

---
 common/shlibs       | 15 +++++++++++++++
 srcpkgs/wt-devel    |  1 +
 srcpkgs/wt/template | 28 ++++++++++++++++++++++++++++
 srcpkgs/wt/update   |  1 +
 4 files changed, 45 insertions(+)
 create mode 120000 srcpkgs/wt-devel
 create mode 100644 srcpkgs/wt/template
 create mode 100644 srcpkgs/wt/update

diff --git a/common/shlibs b/common/shlibs
index 11ef64e0cc7f..1c972d7778d6 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -97,6 +97,21 @@ libglib-2.0.so.0 glib-2.74.0_1
 libgmodule-2.0.so.0 glib-2.74.0_1
 libgio-2.0.so.0 glib-2.74.0_1
 libgobject-2.0.so.0 glib-2.74.0_1
+libgthread-2.0.so.0 glib-2.72.0_1
+libglib-2.0.so.0 glib-2.72.0_1
+libgmodule-2.0.so.0 glib-2.72.0_1
+libgio-2.0.so.0 glib-2.72.0_1
+libgobject-2.0.so.0 glib-2.72.0_1
+libwt.so.4.9.0 wt-4.9.0_1
+libwtdbo.so.4.9.0 wt-4.9.0_1
+libwtdbosqlite3.so.4.9.0 wt-4.9.0_1
+libwthttp.so.4.9.0 wt-4.9.0_1
+libwttest.so.4.9.0 wt-4.9.0_1
+libgthread-2.0.so.0 glib-2.70.0_1
+libglib-2.0.so.0 glib-2.70.0_1
+libgmodule-2.0.so.0 glib-2.70.0_1
+libgio-2.0.so.0 glib-2.70.0_1
+libgobject-2.0.so.0 glib-2.70.0_1
 libatk-1.0.so.0 atk-1.26.0_1
 libpangocairo-1.0.so.0 pango-1.24.0_1
 libpangoft2-1.0.so.0 pango-1.24.0_1
diff --git a/srcpkgs/wt-devel b/srcpkgs/wt-devel
new file mode 120000
index 000000000000..04745e187621
--- /dev/null
+++ b/srcpkgs/wt-devel
@@ -0,0 +1 @@
+wt
\ No newline at end of file
diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
new file mode 100644
index 000000000000..860471c53fbc
--- /dev/null
+++ b/srcpkgs/wt/template
@@ -0,0 +1,28 @@
+# Template file for 'wt'
+pkgname=wt
+version=4.9.0
+revision=1
+build_style=cmake
+makedepends="boost-devel"
+short_desc="Wt, C++ Web Toolkit"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.webtoolkit.eu/wt"
+changelog="https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html"
+distfiles="https://github.com/emweb/wt/archive/refs/tags/${version}.tar.gz"
+checksum=2f21b2ee3cbd938fbe1b6a47aa7efc52f5fac9c3e1040847dae50d3100da975a
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+wt-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/wt/update b/srcpkgs/wt/update
new file mode 100644
index 000000000000..d3ffe6ede68e
--- /dev/null
+++ b/srcpkgs/wt/update
@@ -0,0 +1 @@
+site="https://github.com/emweb/wt/releases"

From 3c0546b490afc6ce9f2362e5d7fb7460213e9b46 Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 21:01:27 +0200
Subject: [PATCH 2/2] New package: lms-3.34.0

---
 srcpkgs/lms/files/lms/run | 10 ++++++++++
 srcpkgs/lms/template      | 30 ++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/lms/files/lms/run
 create mode 100644 srcpkgs/lms/template

diff --git a/srcpkgs/lms/files/lms/run b/srcpkgs/lms/files/lms/run
new file mode 100644
index 000000000000..d2fdf3a8f8dd
--- /dev/null
+++ b/srcpkgs/lms/files/lms/run
@@ -0,0 +1,10 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+
+: ${USER:=_lms}
+: ${CONF_FILE:=/etc/lms.conf}
+: ${WORKDIR:=/var/lib/lms}
+
+cd "$WORKDIR"
+
+exec chpst -u ${USER} lms ${CONF_FILE}
diff --git a/srcpkgs/lms/template b/srcpkgs/lms/template
new file mode 100644
index 000000000000..06a8ec0e808b
--- /dev/null
+++ b/srcpkgs/lms/template
@@ -0,0 +1,30 @@
+# Template file for 'lms'
+pkgname=lms
+version=3.34.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="wt-devel ffmpeg-devel boost-devel libconfig++-devel taglib-devel pam-devel libgraphicsmagick-devel gtest-devel"
+conf_files="/etc/lms.conf /etc/pam.d/lms"
+short_desc="Lightweight Music Server"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epoupon/lms"
+distfiles="https://github.com/epoupon/lms/archive/refs/tags/v${version}.tar.gz "
+checksum=a9bf9d4b2521ba638364789e49112181ebe3ec189439667780cd375dfebec990
+
+system_accounts="_lms"
+_lms_homedir="/var/lms"
+make_dirs="/var/lms 755 _lms _lms"
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+post_install() {
+	vconf conf/lms.conf
+	vmkdir /etc/pam.d
+	vcopy conf/pam/* /etc/pam.d
+	vsv lms
+}

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

* Re: [PR PATCH] [Updated] New package: lms-3.34.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
  2022-12-24 22:16 ` [PR PATCH] [Updated] " Danoloan10
@ 2023-01-05 21:36 ` Danoloan10
  2023-01-05 21:37 ` Danoloan10
                   ` (27 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Danoloan10 @ 2023-01-05 21:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Danoloan10/void-packages lms
https://github.com/void-linux/void-packages/pull/41275

New package: lms-3.34.0
<!-- Mark items with [x] where applicable -->

LMS is a lightweight Subsonic compatible music server written in C++. It is developed using the Wt web framework.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] i686
  - [x] x86_64-musl
  - [x] aarch64
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv7l-musl
  - [x] armv6l
  - [x] armv6l-musl


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

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

From e1ee4790f4021f53eb733fdbb963c500bfbca0e8 Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 20:56:43 +0200
Subject: [PATCH 1/2] New package: wt-4.9.0

---
 common/shlibs       | 15 +++++++++++++++
 srcpkgs/wt-devel    |  1 +
 srcpkgs/wt/template | 28 ++++++++++++++++++++++++++++
 srcpkgs/wt/update   |  1 +
 4 files changed, 45 insertions(+)
 create mode 120000 srcpkgs/wt-devel
 create mode 100644 srcpkgs/wt/template
 create mode 100644 srcpkgs/wt/update

diff --git a/common/shlibs b/common/shlibs
index caf04c6adf5c..7df7cdddabea 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -97,6 +97,21 @@ libglib-2.0.so.0 glib-2.74.0_1
 libgmodule-2.0.so.0 glib-2.74.0_1
 libgio-2.0.so.0 glib-2.74.0_1
 libgobject-2.0.so.0 glib-2.74.0_1
+libgthread-2.0.so.0 glib-2.72.0_1
+libglib-2.0.so.0 glib-2.72.0_1
+libgmodule-2.0.so.0 glib-2.72.0_1
+libgio-2.0.so.0 glib-2.72.0_1
+libgobject-2.0.so.0 glib-2.72.0_1
+libwt.so.4.9.0 wt-4.9.0_1
+libwtdbo.so.4.9.0 wt-4.9.0_1
+libwtdbosqlite3.so.4.9.0 wt-4.9.0_1
+libwthttp.so.4.9.0 wt-4.9.0_1
+libwttest.so.4.9.0 wt-4.9.0_1
+libgthread-2.0.so.0 glib-2.70.0_1
+libglib-2.0.so.0 glib-2.70.0_1
+libgmodule-2.0.so.0 glib-2.70.0_1
+libgio-2.0.so.0 glib-2.70.0_1
+libgobject-2.0.so.0 glib-2.70.0_1
 libatk-1.0.so.0 atk-1.26.0_1
 libpangocairo-1.0.so.0 pango-1.24.0_1
 libpangoft2-1.0.so.0 pango-1.24.0_1
diff --git a/srcpkgs/wt-devel b/srcpkgs/wt-devel
new file mode 120000
index 000000000000..04745e187621
--- /dev/null
+++ b/srcpkgs/wt-devel
@@ -0,0 +1 @@
+wt
\ No newline at end of file
diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
new file mode 100644
index 000000000000..860471c53fbc
--- /dev/null
+++ b/srcpkgs/wt/template
@@ -0,0 +1,28 @@
+# Template file for 'wt'
+pkgname=wt
+version=4.9.0
+revision=1
+build_style=cmake
+makedepends="boost-devel"
+short_desc="Wt, C++ Web Toolkit"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.webtoolkit.eu/wt"
+changelog="https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html"
+distfiles="https://github.com/emweb/wt/archive/refs/tags/${version}.tar.gz"
+checksum=2f21b2ee3cbd938fbe1b6a47aa7efc52f5fac9c3e1040847dae50d3100da975a
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+wt-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/wt/update b/srcpkgs/wt/update
new file mode 100644
index 000000000000..d3ffe6ede68e
--- /dev/null
+++ b/srcpkgs/wt/update
@@ -0,0 +1 @@
+site="https://github.com/emweb/wt/releases"

From a2b7d7145e4fdbffbe3dd661eca6f90185c2ae9e Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 21:01:27 +0200
Subject: [PATCH 2/2] New package: lms-3.34.0

---
 srcpkgs/lms/files/lms/run | 10 ++++++++++
 srcpkgs/lms/template      | 30 ++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/lms/files/lms/run
 create mode 100644 srcpkgs/lms/template

diff --git a/srcpkgs/lms/files/lms/run b/srcpkgs/lms/files/lms/run
new file mode 100644
index 000000000000..d2fdf3a8f8dd
--- /dev/null
+++ b/srcpkgs/lms/files/lms/run
@@ -0,0 +1,10 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+
+: ${USER:=_lms}
+: ${CONF_FILE:=/etc/lms.conf}
+: ${WORKDIR:=/var/lib/lms}
+
+cd "$WORKDIR"
+
+exec chpst -u ${USER} lms ${CONF_FILE}
diff --git a/srcpkgs/lms/template b/srcpkgs/lms/template
new file mode 100644
index 000000000000..06a8ec0e808b
--- /dev/null
+++ b/srcpkgs/lms/template
@@ -0,0 +1,30 @@
+# Template file for 'lms'
+pkgname=lms
+version=3.34.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="wt-devel ffmpeg-devel boost-devel libconfig++-devel taglib-devel pam-devel libgraphicsmagick-devel gtest-devel"
+conf_files="/etc/lms.conf /etc/pam.d/lms"
+short_desc="Lightweight Music Server"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epoupon/lms"
+distfiles="https://github.com/epoupon/lms/archive/refs/tags/v${version}.tar.gz "
+checksum=a9bf9d4b2521ba638364789e49112181ebe3ec189439667780cd375dfebec990
+
+system_accounts="_lms"
+_lms_homedir="/var/lms"
+make_dirs="/var/lms 755 _lms _lms"
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+post_install() {
+	vconf conf/lms.conf
+	vmkdir /etc/pam.d
+	vcopy conf/pam/* /etc/pam.d
+	vsv lms
+}

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

* Re: [PR PATCH] [Updated] New package: lms-3.34.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
  2022-12-24 22:16 ` [PR PATCH] [Updated] " Danoloan10
  2023-01-05 21:36 ` [PR PATCH] [Updated] New package: lms-3.34.0 Danoloan10
@ 2023-01-05 21:37 ` Danoloan10
  2023-01-05 21:39 ` Danoloan10
                   ` (26 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Danoloan10 @ 2023-01-05 21:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Danoloan10/void-packages lms
https://github.com/void-linux/void-packages/pull/41275

New package: lms-3.34.0
<!-- Mark items with [x] where applicable -->

LMS is a lightweight Subsonic compatible music server written in C++. It is developed using the Wt web framework.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] i686
  - [x] x86_64-musl
  - [x] aarch64
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv7l-musl
  - [x] armv6l
  - [x] armv6l-musl


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

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

From 37a906993793a7365abdfe8a87e317c252165c27 Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 20:56:43 +0200
Subject: [PATCH 1/2] New package: wt-4.9.0

---
 common/shlibs       | 15 +++++++++++++++
 srcpkgs/wt-devel    |  1 +
 srcpkgs/wt/template | 28 ++++++++++++++++++++++++++++
 srcpkgs/wt/update   |  1 +
 4 files changed, 45 insertions(+)
 create mode 120000 srcpkgs/wt-devel
 create mode 100644 srcpkgs/wt/template
 create mode 100644 srcpkgs/wt/update

diff --git a/common/shlibs b/common/shlibs
index caf04c6adf5c..7df7cdddabea 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -97,6 +97,21 @@ libglib-2.0.so.0 glib-2.74.0_1
 libgmodule-2.0.so.0 glib-2.74.0_1
 libgio-2.0.so.0 glib-2.74.0_1
 libgobject-2.0.so.0 glib-2.74.0_1
+libgthread-2.0.so.0 glib-2.72.0_1
+libglib-2.0.so.0 glib-2.72.0_1
+libgmodule-2.0.so.0 glib-2.72.0_1
+libgio-2.0.so.0 glib-2.72.0_1
+libgobject-2.0.so.0 glib-2.72.0_1
+libwt.so.4.9.0 wt-4.9.0_1
+libwtdbo.so.4.9.0 wt-4.9.0_1
+libwtdbosqlite3.so.4.9.0 wt-4.9.0_1
+libwthttp.so.4.9.0 wt-4.9.0_1
+libwttest.so.4.9.0 wt-4.9.0_1
+libgthread-2.0.so.0 glib-2.70.0_1
+libglib-2.0.so.0 glib-2.70.0_1
+libgmodule-2.0.so.0 glib-2.70.0_1
+libgio-2.0.so.0 glib-2.70.0_1
+libgobject-2.0.so.0 glib-2.70.0_1
 libatk-1.0.so.0 atk-1.26.0_1
 libpangocairo-1.0.so.0 pango-1.24.0_1
 libpangoft2-1.0.so.0 pango-1.24.0_1
diff --git a/srcpkgs/wt-devel b/srcpkgs/wt-devel
new file mode 120000
index 000000000000..04745e187621
--- /dev/null
+++ b/srcpkgs/wt-devel
@@ -0,0 +1 @@
+wt
\ No newline at end of file
diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
new file mode 100644
index 000000000000..860471c53fbc
--- /dev/null
+++ b/srcpkgs/wt/template
@@ -0,0 +1,28 @@
+# Template file for 'wt'
+pkgname=wt
+version=4.9.0
+revision=1
+build_style=cmake
+makedepends="boost-devel"
+short_desc="Wt, C++ Web Toolkit"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.webtoolkit.eu/wt"
+changelog="https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html"
+distfiles="https://github.com/emweb/wt/archive/refs/tags/${version}.tar.gz"
+checksum=2f21b2ee3cbd938fbe1b6a47aa7efc52f5fac9c3e1040847dae50d3100da975a
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+wt-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/wt/update b/srcpkgs/wt/update
new file mode 100644
index 000000000000..d3ffe6ede68e
--- /dev/null
+++ b/srcpkgs/wt/update
@@ -0,0 +1 @@
+site="https://github.com/emweb/wt/releases"

From 8ab13c5f3b0206bc25bf18d61c8b068d15f32aea Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 21:01:27 +0200
Subject: [PATCH 2/2] New package: lms-3.34.0

---
 srcpkgs/lms/files/lms/run | 10 ++++++++++
 srcpkgs/lms/template      | 30 ++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/lms/files/lms/run
 create mode 100644 srcpkgs/lms/template

diff --git a/srcpkgs/lms/files/lms/run b/srcpkgs/lms/files/lms/run
new file mode 100644
index 000000000000..d2fdf3a8f8dd
--- /dev/null
+++ b/srcpkgs/lms/files/lms/run
@@ -0,0 +1,10 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+
+: ${USER:=_lms}
+: ${CONF_FILE:=/etc/lms.conf}
+: ${WORKDIR:=/var/lib/lms}
+
+cd "$WORKDIR"
+
+exec chpst -u ${USER} lms ${CONF_FILE}
diff --git a/srcpkgs/lms/template b/srcpkgs/lms/template
new file mode 100644
index 000000000000..06a8ec0e808b
--- /dev/null
+++ b/srcpkgs/lms/template
@@ -0,0 +1,30 @@
+# Template file for 'lms'
+pkgname=lms
+version=3.34.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="wt-devel ffmpeg-devel boost-devel libconfig++-devel taglib-devel pam-devel libgraphicsmagick-devel gtest-devel"
+conf_files="/etc/lms.conf /etc/pam.d/lms"
+short_desc="Lightweight Music Server"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epoupon/lms"
+distfiles="https://github.com/epoupon/lms/archive/refs/tags/v${version}.tar.gz "
+checksum=a9bf9d4b2521ba638364789e49112181ebe3ec189439667780cd375dfebec990
+
+system_accounts="_lms"
+_lms_homedir="/var/lms"
+make_dirs="/var/lms 755 _lms _lms"
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+post_install() {
+	vconf conf/lms.conf
+	vmkdir /etc/pam.d
+	vcopy conf/pam/* /etc/pam.d
+	vsv lms
+}

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

* Re: [PR PATCH] [Updated] New package: lms-3.34.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (2 preceding siblings ...)
  2023-01-05 21:37 ` Danoloan10
@ 2023-01-05 21:39 ` Danoloan10
  2023-03-01 22:57 ` Danoloan10
                   ` (25 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Danoloan10 @ 2023-01-05 21:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Danoloan10/void-packages lms
https://github.com/void-linux/void-packages/pull/41275

New package: lms-3.34.0
<!-- Mark items with [x] where applicable -->

LMS is a lightweight Subsonic compatible music server written in C++. It is developed using the Wt web framework.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] i686
  - [x] x86_64-musl
  - [x] aarch64
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv7l-musl
  - [x] armv6l
  - [x] armv6l-musl


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

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

From 3c52ca204fb4b36fa14eee191be9805570bdcff5 Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 20:56:43 +0200
Subject: [PATCH 1/2] New package: wt-4.9.0

---
 common/shlibs       |  5 +++++
 srcpkgs/wt-devel    |  1 +
 srcpkgs/wt/template | 28 ++++++++++++++++++++++++++++
 srcpkgs/wt/update   |  1 +
 4 files changed, 35 insertions(+)
 create mode 120000 srcpkgs/wt-devel
 create mode 100644 srcpkgs/wt/template
 create mode 100644 srcpkgs/wt/update

diff --git a/common/shlibs b/common/shlibs
index caf04c6adf5c..6f7eacce97a8 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -97,6 +97,11 @@ libglib-2.0.so.0 glib-2.74.0_1
 libgmodule-2.0.so.0 glib-2.74.0_1
 libgio-2.0.so.0 glib-2.74.0_1
 libgobject-2.0.so.0 glib-2.74.0_1
+libwt.so.4.9.0 wt-4.9.0_1
+libwtdbo.so.4.9.0 wt-4.9.0_1
+libwtdbosqlite3.so.4.9.0 wt-4.9.0_1
+libwthttp.so.4.9.0 wt-4.9.0_1
+libwttest.so.4.9.0 wt-4.9.0_1
 libatk-1.0.so.0 atk-1.26.0_1
 libpangocairo-1.0.so.0 pango-1.24.0_1
 libpangoft2-1.0.so.0 pango-1.24.0_1
diff --git a/srcpkgs/wt-devel b/srcpkgs/wt-devel
new file mode 120000
index 000000000000..04745e187621
--- /dev/null
+++ b/srcpkgs/wt-devel
@@ -0,0 +1 @@
+wt
\ No newline at end of file
diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
new file mode 100644
index 000000000000..860471c53fbc
--- /dev/null
+++ b/srcpkgs/wt/template
@@ -0,0 +1,28 @@
+# Template file for 'wt'
+pkgname=wt
+version=4.9.0
+revision=1
+build_style=cmake
+makedepends="boost-devel"
+short_desc="Wt, C++ Web Toolkit"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.webtoolkit.eu/wt"
+changelog="https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html"
+distfiles="https://github.com/emweb/wt/archive/refs/tags/${version}.tar.gz"
+checksum=2f21b2ee3cbd938fbe1b6a47aa7efc52f5fac9c3e1040847dae50d3100da975a
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+wt-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/wt/update b/srcpkgs/wt/update
new file mode 100644
index 000000000000..d3ffe6ede68e
--- /dev/null
+++ b/srcpkgs/wt/update
@@ -0,0 +1 @@
+site="https://github.com/emweb/wt/releases"

From 4ee9f4100b1b5ce7dfbb45fc9548ef30396fe7d6 Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 21:01:27 +0200
Subject: [PATCH 2/2] New package: lms-3.34.0

---
 srcpkgs/lms/files/lms/run | 10 ++++++++++
 srcpkgs/lms/template      | 30 ++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/lms/files/lms/run
 create mode 100644 srcpkgs/lms/template

diff --git a/srcpkgs/lms/files/lms/run b/srcpkgs/lms/files/lms/run
new file mode 100644
index 000000000000..d2fdf3a8f8dd
--- /dev/null
+++ b/srcpkgs/lms/files/lms/run
@@ -0,0 +1,10 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+
+: ${USER:=_lms}
+: ${CONF_FILE:=/etc/lms.conf}
+: ${WORKDIR:=/var/lib/lms}
+
+cd "$WORKDIR"
+
+exec chpst -u ${USER} lms ${CONF_FILE}
diff --git a/srcpkgs/lms/template b/srcpkgs/lms/template
new file mode 100644
index 000000000000..06a8ec0e808b
--- /dev/null
+++ b/srcpkgs/lms/template
@@ -0,0 +1,30 @@
+# Template file for 'lms'
+pkgname=lms
+version=3.34.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="wt-devel ffmpeg-devel boost-devel libconfig++-devel taglib-devel pam-devel libgraphicsmagick-devel gtest-devel"
+conf_files="/etc/lms.conf /etc/pam.d/lms"
+short_desc="Lightweight Music Server"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epoupon/lms"
+distfiles="https://github.com/epoupon/lms/archive/refs/tags/v${version}.tar.gz "
+checksum=a9bf9d4b2521ba638364789e49112181ebe3ec189439667780cd375dfebec990
+
+system_accounts="_lms"
+_lms_homedir="/var/lms"
+make_dirs="/var/lms 755 _lms _lms"
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+post_install() {
+	vconf conf/lms.conf
+	vmkdir /etc/pam.d
+	vcopy conf/pam/* /etc/pam.d
+	vsv lms
+}

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

* Re: [PR PATCH] [Updated] New package: lms-3.34.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (3 preceding siblings ...)
  2023-01-05 21:39 ` Danoloan10
@ 2023-03-01 22:57 ` Danoloan10
  2023-03-01 23:01 ` Danoloan10
                   ` (24 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Danoloan10 @ 2023-03-01 22:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Danoloan10/void-packages lms
https://github.com/void-linux/void-packages/pull/41275

New package: lms-3.34.0
<!-- Mark items with [x] where applicable -->

LMS is a lightweight Subsonic compatible music server written in C++. It is developed using the Wt web framework.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] i686
  - [x] x86_64-musl
  - [x] aarch64
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv7l-musl
  - [x] armv6l
  - [x] armv6l-musl


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

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

From 5631d910d2e9580aa29719a728a6952037e4ab8a Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 20:56:43 +0200
Subject: [PATCH 1/2] New package: wt-4.9.0

---
 common/shlibs       |  5 +++++
 srcpkgs/wt-devel    |  1 +
 srcpkgs/wt/template | 28 ++++++++++++++++++++++++++++
 srcpkgs/wt/update   |  1 +
 4 files changed, 35 insertions(+)
 create mode 120000 srcpkgs/wt-devel
 create mode 100644 srcpkgs/wt/template
 create mode 100644 srcpkgs/wt/update

diff --git a/common/shlibs b/common/shlibs
index 0f9c75af44bc..bf94b79ce9d8 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -96,6 +96,11 @@ libglib-2.0.so.0 glib-2.74.0_1
 libgmodule-2.0.so.0 glib-2.74.0_1
 libgio-2.0.so.0 glib-2.74.0_1
 libgobject-2.0.so.0 glib-2.74.0_1
+libwt.so.4.9.0 wt-4.9.0_1
+libwtdbo.so.4.9.0 wt-4.9.0_1
+libwtdbosqlite3.so.4.9.0 wt-4.9.0_1
+libwthttp.so.4.9.0 wt-4.9.0_1
+libwttest.so.4.9.0 wt-4.9.0_1
 libatk-1.0.so.0 atk-1.26.0_1
 libpangocairo-1.0.so.0 pango-1.24.0_1
 libpangoft2-1.0.so.0 pango-1.24.0_1
diff --git a/srcpkgs/wt-devel b/srcpkgs/wt-devel
new file mode 120000
index 000000000000..04745e187621
--- /dev/null
+++ b/srcpkgs/wt-devel
@@ -0,0 +1 @@
+wt
\ No newline at end of file
diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
new file mode 100644
index 000000000000..860471c53fbc
--- /dev/null
+++ b/srcpkgs/wt/template
@@ -0,0 +1,28 @@
+# Template file for 'wt'
+pkgname=wt
+version=4.9.0
+revision=1
+build_style=cmake
+makedepends="boost-devel"
+short_desc="Wt, C++ Web Toolkit"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.webtoolkit.eu/wt"
+changelog="https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html"
+distfiles="https://github.com/emweb/wt/archive/refs/tags/${version}.tar.gz"
+checksum=2f21b2ee3cbd938fbe1b6a47aa7efc52f5fac9c3e1040847dae50d3100da975a
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+wt-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/wt/update b/srcpkgs/wt/update
new file mode 100644
index 000000000000..d3ffe6ede68e
--- /dev/null
+++ b/srcpkgs/wt/update
@@ -0,0 +1 @@
+site="https://github.com/emweb/wt/releases"

From ff0b38f080ae338f7e1d76f6bd9a7e44799819e6 Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 21:01:27 +0200
Subject: [PATCH 2/2] New package: lms-3.34.0

---
 srcpkgs/lms/files/lms/run | 10 ++++++++++
 srcpkgs/lms/template      | 30 ++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/lms/files/lms/run
 create mode 100644 srcpkgs/lms/template

diff --git a/srcpkgs/lms/files/lms/run b/srcpkgs/lms/files/lms/run
new file mode 100644
index 000000000000..d2fdf3a8f8dd
--- /dev/null
+++ b/srcpkgs/lms/files/lms/run
@@ -0,0 +1,10 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+
+: ${USER:=_lms}
+: ${CONF_FILE:=/etc/lms.conf}
+: ${WORKDIR:=/var/lib/lms}
+
+cd "$WORKDIR"
+
+exec chpst -u ${USER} lms ${CONF_FILE}
diff --git a/srcpkgs/lms/template b/srcpkgs/lms/template
new file mode 100644
index 000000000000..06a8ec0e808b
--- /dev/null
+++ b/srcpkgs/lms/template
@@ -0,0 +1,30 @@
+# Template file for 'lms'
+pkgname=lms
+version=3.34.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="wt-devel ffmpeg-devel boost-devel libconfig++-devel taglib-devel pam-devel libgraphicsmagick-devel gtest-devel"
+conf_files="/etc/lms.conf /etc/pam.d/lms"
+short_desc="Lightweight Music Server"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epoupon/lms"
+distfiles="https://github.com/epoupon/lms/archive/refs/tags/v${version}.tar.gz "
+checksum=a9bf9d4b2521ba638364789e49112181ebe3ec189439667780cd375dfebec990
+
+system_accounts="_lms"
+_lms_homedir="/var/lms"
+make_dirs="/var/lms 755 _lms _lms"
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+post_install() {
+	vconf conf/lms.conf
+	vmkdir /etc/pam.d
+	vcopy conf/pam/* /etc/pam.d
+	vsv lms
+}

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

* Re: [PR PATCH] [Updated] New package: lms-3.34.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (4 preceding siblings ...)
  2023-03-01 22:57 ` Danoloan10
@ 2023-03-01 23:01 ` Danoloan10
  2023-04-06 21:45 ` [PR PATCH] [Updated] New package: lms-3.36.0 Danoloan10
                   ` (23 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Danoloan10 @ 2023-03-01 23:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Danoloan10/void-packages lms
https://github.com/void-linux/void-packages/pull/41275

New package: lms-3.34.0
<!-- Mark items with [x] where applicable -->

LMS is a lightweight Subsonic compatible music server written in C++. It is developed using the Wt web framework.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] i686
  - [x] x86_64-musl
  - [x] aarch64
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv7l-musl
  - [x] armv6l
  - [x] armv6l-musl


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

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

From 5631d910d2e9580aa29719a728a6952037e4ab8a Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 20:56:43 +0200
Subject: [PATCH 1/2] New package: wt-4.9.0

---
 common/shlibs       |  5 +++++
 srcpkgs/wt-devel    |  1 +
 srcpkgs/wt/template | 28 ++++++++++++++++++++++++++++
 srcpkgs/wt/update   |  1 +
 4 files changed, 35 insertions(+)
 create mode 120000 srcpkgs/wt-devel
 create mode 100644 srcpkgs/wt/template
 create mode 100644 srcpkgs/wt/update

diff --git a/common/shlibs b/common/shlibs
index 0f9c75af44bc..bf94b79ce9d8 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -96,6 +96,11 @@ libglib-2.0.so.0 glib-2.74.0_1
 libgmodule-2.0.so.0 glib-2.74.0_1
 libgio-2.0.so.0 glib-2.74.0_1
 libgobject-2.0.so.0 glib-2.74.0_1
+libwt.so.4.9.0 wt-4.9.0_1
+libwtdbo.so.4.9.0 wt-4.9.0_1
+libwtdbosqlite3.so.4.9.0 wt-4.9.0_1
+libwthttp.so.4.9.0 wt-4.9.0_1
+libwttest.so.4.9.0 wt-4.9.0_1
 libatk-1.0.so.0 atk-1.26.0_1
 libpangocairo-1.0.so.0 pango-1.24.0_1
 libpangoft2-1.0.so.0 pango-1.24.0_1
diff --git a/srcpkgs/wt-devel b/srcpkgs/wt-devel
new file mode 120000
index 000000000000..04745e187621
--- /dev/null
+++ b/srcpkgs/wt-devel
@@ -0,0 +1 @@
+wt
\ No newline at end of file
diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
new file mode 100644
index 000000000000..860471c53fbc
--- /dev/null
+++ b/srcpkgs/wt/template
@@ -0,0 +1,28 @@
+# Template file for 'wt'
+pkgname=wt
+version=4.9.0
+revision=1
+build_style=cmake
+makedepends="boost-devel"
+short_desc="Wt, C++ Web Toolkit"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.webtoolkit.eu/wt"
+changelog="https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html"
+distfiles="https://github.com/emweb/wt/archive/refs/tags/${version}.tar.gz"
+checksum=2f21b2ee3cbd938fbe1b6a47aa7efc52f5fac9c3e1040847dae50d3100da975a
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+wt-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/wt/update b/srcpkgs/wt/update
new file mode 100644
index 000000000000..d3ffe6ede68e
--- /dev/null
+++ b/srcpkgs/wt/update
@@ -0,0 +1 @@
+site="https://github.com/emweb/wt/releases"

From 0c38cb9e12781b09bb4b95caf44a993f08c42020 Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 21:01:27 +0200
Subject: [PATCH 2/2] New package: lms-3.36.0

---
 srcpkgs/lms/files/lms/run | 10 ++++++++++
 srcpkgs/lms/template      | 30 ++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/lms/files/lms/run
 create mode 100644 srcpkgs/lms/template

diff --git a/srcpkgs/lms/files/lms/run b/srcpkgs/lms/files/lms/run
new file mode 100644
index 000000000000..d2fdf3a8f8dd
--- /dev/null
+++ b/srcpkgs/lms/files/lms/run
@@ -0,0 +1,10 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+
+: ${USER:=_lms}
+: ${CONF_FILE:=/etc/lms.conf}
+: ${WORKDIR:=/var/lib/lms}
+
+cd "$WORKDIR"
+
+exec chpst -u ${USER} lms ${CONF_FILE}
diff --git a/srcpkgs/lms/template b/srcpkgs/lms/template
new file mode 100644
index 000000000000..3af7d5d92873
--- /dev/null
+++ b/srcpkgs/lms/template
@@ -0,0 +1,30 @@
+# Template file for 'lms'
+pkgname=lms
+version=3.36.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="wt-devel ffmpeg-devel boost-devel libconfig++-devel taglib-devel pam-devel libgraphicsmagick-devel gtest-devel"
+conf_files="/etc/lms.conf /etc/pam.d/lms"
+short_desc="Lightweight Music Server"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epoupon/lms"
+distfiles="https://github.com/epoupon/lms/archive/refs/tags/v${version}.tar.gz "
+checksum=32e4a9b603db2875206de4eb7e9348a550187f2c79478f3c9f50245ff052c20e
+
+system_accounts="_lms"
+_lms_homedir="/var/lms"
+make_dirs="/var/lms 755 _lms _lms"
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+post_install() {
+	vconf conf/lms.conf
+	vmkdir /etc/pam.d
+	vcopy conf/pam/* /etc/pam.d
+	vsv lms
+}

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

* Re: [PR PATCH] [Updated] New package: lms-3.36.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (5 preceding siblings ...)
  2023-03-01 23:01 ` Danoloan10
@ 2023-04-06 21:45 ` Danoloan10
  2023-04-07  0:10 ` Danoloan10
                   ` (22 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Danoloan10 @ 2023-04-06 21:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Danoloan10/void-packages lms
https://github.com/void-linux/void-packages/pull/41275

New package: lms-3.36.0
<!-- Mark items with [x] where applicable -->

LMS is a lightweight Subsonic compatible music server written in C++. It is developed using the Wt web framework.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] i686
  - [x] x86_64-musl
  - [x] aarch64
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv7l-musl
  - [x] armv6l
  - [x] armv6l-musl


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

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

From b5ac3c205985d5f7667d2381646c77b12940ac01 Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 20:56:43 +0200
Subject: [PATCH 1/2] New package: wt-4.9.0

---
 common/shlibs       | 10 ++++++++++
 srcpkgs/wt-devel    |  1 +
 srcpkgs/wt/template | 28 ++++++++++++++++++++++++++++
 srcpkgs/wt/update   |  1 +
 4 files changed, 40 insertions(+)
 create mode 120000 srcpkgs/wt-devel
 create mode 100644 srcpkgs/wt/template
 create mode 100644 srcpkgs/wt/update

diff --git a/common/shlibs b/common/shlibs
index 45ab7fa8c512..4d197d0d163c 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -96,6 +96,16 @@ libglib-2.0.so.0 glib-2.76.0_1
 libgmodule-2.0.so.0 glib-2.76.0_1
 libgio-2.0.so.0 glib-2.76.0_1
 libgobject-2.0.so.0 glib-2.76.0_1
+libgthread-2.0.so.0 glib-2.74.0_1
+libglib-2.0.so.0 glib-2.74.0_1
+libgmodule-2.0.so.0 glib-2.74.0_1
+libgio-2.0.so.0 glib-2.74.0_1
+libgobject-2.0.so.0 glib-2.74.0_1
+libwt.so.4.9.0 wt-4.9.0_1
+libwtdbo.so.4.9.0 wt-4.9.0_1
+libwtdbosqlite3.so.4.9.0 wt-4.9.0_1
+libwthttp.so.4.9.0 wt-4.9.0_1
+libwttest.so.4.9.0 wt-4.9.0_1
 libatk-1.0.so.0 atk-1.26.0_1
 libpangocairo-1.0.so.0 pango-1.24.0_1
 libpangoft2-1.0.so.0 pango-1.24.0_1
diff --git a/srcpkgs/wt-devel b/srcpkgs/wt-devel
new file mode 120000
index 000000000000..04745e187621
--- /dev/null
+++ b/srcpkgs/wt-devel
@@ -0,0 +1 @@
+wt
\ No newline at end of file
diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
new file mode 100644
index 000000000000..860471c53fbc
--- /dev/null
+++ b/srcpkgs/wt/template
@@ -0,0 +1,28 @@
+# Template file for 'wt'
+pkgname=wt
+version=4.9.0
+revision=1
+build_style=cmake
+makedepends="boost-devel"
+short_desc="Wt, C++ Web Toolkit"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.webtoolkit.eu/wt"
+changelog="https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html"
+distfiles="https://github.com/emweb/wt/archive/refs/tags/${version}.tar.gz"
+checksum=2f21b2ee3cbd938fbe1b6a47aa7efc52f5fac9c3e1040847dae50d3100da975a
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+wt-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/wt/update b/srcpkgs/wt/update
new file mode 100644
index 000000000000..d3ffe6ede68e
--- /dev/null
+++ b/srcpkgs/wt/update
@@ -0,0 +1 @@
+site="https://github.com/emweb/wt/releases"

From 8941f1aef04107223cf5d36543bb843c3deb4ee8 Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 21:01:27 +0200
Subject: [PATCH 2/2] New package: lms-3.36.0

---
 srcpkgs/lms/files/lms/run | 10 ++++++++++
 srcpkgs/lms/template      | 30 ++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/lms/files/lms/run
 create mode 100644 srcpkgs/lms/template

diff --git a/srcpkgs/lms/files/lms/run b/srcpkgs/lms/files/lms/run
new file mode 100644
index 000000000000..d2fdf3a8f8dd
--- /dev/null
+++ b/srcpkgs/lms/files/lms/run
@@ -0,0 +1,10 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+
+: ${USER:=_lms}
+: ${CONF_FILE:=/etc/lms.conf}
+: ${WORKDIR:=/var/lib/lms}
+
+cd "$WORKDIR"
+
+exec chpst -u ${USER} lms ${CONF_FILE}
diff --git a/srcpkgs/lms/template b/srcpkgs/lms/template
new file mode 100644
index 000000000000..3af7d5d92873
--- /dev/null
+++ b/srcpkgs/lms/template
@@ -0,0 +1,30 @@
+# Template file for 'lms'
+pkgname=lms
+version=3.36.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="wt-devel ffmpeg-devel boost-devel libconfig++-devel taglib-devel pam-devel libgraphicsmagick-devel gtest-devel"
+conf_files="/etc/lms.conf /etc/pam.d/lms"
+short_desc="Lightweight Music Server"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epoupon/lms"
+distfiles="https://github.com/epoupon/lms/archive/refs/tags/v${version}.tar.gz "
+checksum=32e4a9b603db2875206de4eb7e9348a550187f2c79478f3c9f50245ff052c20e
+
+system_accounts="_lms"
+_lms_homedir="/var/lms"
+make_dirs="/var/lms 755 _lms _lms"
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+post_install() {
+	vconf conf/lms.conf
+	vmkdir /etc/pam.d
+	vcopy conf/pam/* /etc/pam.d
+	vsv lms
+}

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

* Re: [PR PATCH] [Updated] New package: lms-3.36.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (6 preceding siblings ...)
  2023-04-06 21:45 ` [PR PATCH] [Updated] New package: lms-3.36.0 Danoloan10
@ 2023-04-07  0:10 ` Danoloan10
  2023-05-15 11:00 ` [PR PATCH] [Updated] New package: lms-3.37.0 Danoloan10
                   ` (21 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Danoloan10 @ 2023-04-07  0:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Danoloan10/void-packages lms
https://github.com/void-linux/void-packages/pull/41275

New package: lms-3.36.0
<!-- Mark items with [x] where applicable -->

LMS is a lightweight Subsonic compatible music server written in C++. It is developed using the Wt web framework.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] i686
  - [x] x86_64-musl
  - [x] aarch64
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv7l-musl
  - [x] armv6l
  - [x] armv6l-musl


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

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

From 8d69ba801710f9e96ee09a8622f8df05ad2495a0 Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 20:56:43 +0200
Subject: [PATCH 1/2] New package: wt-4.9.1

---
 common/shlibs       | 10 ++++++++++
 srcpkgs/wt-devel    |  1 +
 srcpkgs/wt/template | 28 ++++++++++++++++++++++++++++
 srcpkgs/wt/update   |  1 +
 4 files changed, 40 insertions(+)
 create mode 120000 srcpkgs/wt-devel
 create mode 100644 srcpkgs/wt/template
 create mode 100644 srcpkgs/wt/update

diff --git a/common/shlibs b/common/shlibs
index 45ab7fa8c512..3b5c6d99e346 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -96,6 +96,16 @@ libglib-2.0.so.0 glib-2.76.0_1
 libgmodule-2.0.so.0 glib-2.76.0_1
 libgio-2.0.so.0 glib-2.76.0_1
 libgobject-2.0.so.0 glib-2.76.0_1
+libgthread-2.0.so.0 glib-2.74.0_1
+libglib-2.0.so.0 glib-2.74.0_1
+libgmodule-2.0.so.0 glib-2.74.0_1
+libgio-2.0.so.0 glib-2.74.0_1
+libgobject-2.0.so.0 glib-2.74.0_1
+libwt.so.4.9.1 wt-4.9.1_1
+libwtdbo.so.4.9.1 wt-4.9.1_1
+libwtdbosqlite3.so.4.9.1 wt-4.9.1_1
+libwthttp.so.4.9.1 wt-4.9.1_1
+libwttest.so.4.9.1 wt-4.9.1_1
 libatk-1.0.so.0 atk-1.26.0_1
 libpangocairo-1.0.so.0 pango-1.24.0_1
 libpangoft2-1.0.so.0 pango-1.24.0_1
diff --git a/srcpkgs/wt-devel b/srcpkgs/wt-devel
new file mode 120000
index 000000000000..04745e187621
--- /dev/null
+++ b/srcpkgs/wt-devel
@@ -0,0 +1 @@
+wt
\ No newline at end of file
diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
new file mode 100644
index 000000000000..ee0a2b8c502b
--- /dev/null
+++ b/srcpkgs/wt/template
@@ -0,0 +1,28 @@
+# Template file for 'wt'
+pkgname=wt
+version=4.9.1
+revision=1
+build_style=cmake
+makedepends="boost-devel"
+short_desc="Wt, C++ Web Toolkit"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.webtoolkit.eu/wt"
+changelog="https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html"
+distfiles="https://github.com/emweb/wt/archive/refs/tags/${version}.tar.gz"
+checksum=253c61779623ed125bdd604a7b7fe48e64bd991548d17180f040bfa88ccafd98
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+wt-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/wt/update b/srcpkgs/wt/update
new file mode 100644
index 000000000000..d3ffe6ede68e
--- /dev/null
+++ b/srcpkgs/wt/update
@@ -0,0 +1 @@
+site="https://github.com/emweb/wt/releases"

From 360fada6305efedead4d8b2b63926c1d8d84d0b1 Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 21:01:27 +0200
Subject: [PATCH 2/2] New package: lms-3.37.0

---
 srcpkgs/lms/files/lms/run | 10 ++++++++++
 srcpkgs/lms/template      | 30 ++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/lms/files/lms/run
 create mode 100644 srcpkgs/lms/template

diff --git a/srcpkgs/lms/files/lms/run b/srcpkgs/lms/files/lms/run
new file mode 100644
index 000000000000..d2fdf3a8f8dd
--- /dev/null
+++ b/srcpkgs/lms/files/lms/run
@@ -0,0 +1,10 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+
+: ${USER:=_lms}
+: ${CONF_FILE:=/etc/lms.conf}
+: ${WORKDIR:=/var/lib/lms}
+
+cd "$WORKDIR"
+
+exec chpst -u ${USER} lms ${CONF_FILE}
diff --git a/srcpkgs/lms/template b/srcpkgs/lms/template
new file mode 100644
index 000000000000..e8589ef73274
--- /dev/null
+++ b/srcpkgs/lms/template
@@ -0,0 +1,30 @@
+# Template file for 'lms'
+pkgname=lms
+version=3.37.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="wt-devel ffmpeg-devel boost-devel libconfig++-devel taglib-devel pam-devel libgraphicsmagick-devel gtest-devel"
+conf_files="/etc/lms.conf /etc/pam.d/lms"
+short_desc="Lightweight Music Server"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epoupon/lms"
+distfiles="https://github.com/epoupon/lms/archive/refs/tags/v${version}.tar.gz "
+checksum=0b56063943c5abcc85f50247a6fbdf86af336f912139d50b688f9cb523d3488f
+
+system_accounts="_lms"
+_lms_homedir="/var/lms"
+make_dirs="/var/lms 755 _lms _lms"
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+post_install() {
+	vconf conf/lms.conf
+	vmkdir /etc/pam.d
+	vcopy conf/pam/* /etc/pam.d
+	vsv lms
+}

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

* Re: [PR PATCH] [Updated] New package: lms-3.37.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (7 preceding siblings ...)
  2023-04-07  0:10 ` Danoloan10
@ 2023-05-15 11:00 ` Danoloan10
  2023-05-16 22:17 ` [PR PATCH] [Updated] New package: lms-3.39.0 Danoloan10
                   ` (20 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Danoloan10 @ 2023-05-15 11:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Danoloan10/void-packages lms
https://github.com/void-linux/void-packages/pull/41275

New package: lms-3.37.0
<!-- Mark items with [x] where applicable -->

LMS is a lightweight Subsonic compatible music server written in C++. It is developed using the Wt web framework.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] i686
  - [x] x86_64-musl
  - [x] aarch64
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv7l-musl
  - [x] armv6l
  - [x] armv6l-musl


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

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

From ac1f956a8f74f142a3676122827b2d2c592ceee8 Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 20:56:43 +0200
Subject: [PATCH 1/2] New package: wt-4.9.2

---
 common/shlibs       | 10 ++++++++++
 srcpkgs/wt-devel    |  1 +
 srcpkgs/wt/template | 28 ++++++++++++++++++++++++++++
 srcpkgs/wt/update   |  1 +
 4 files changed, 40 insertions(+)
 create mode 120000 srcpkgs/wt-devel
 create mode 100644 srcpkgs/wt/template
 create mode 100644 srcpkgs/wt/update

diff --git a/common/shlibs b/common/shlibs
index e347aeacd8c5..641116d5344a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -96,6 +96,16 @@ libglib-2.0.so.0 glib-2.76.0_1
 libgmodule-2.0.so.0 glib-2.76.0_1
 libgio-2.0.so.0 glib-2.76.0_1
 libgobject-2.0.so.0 glib-2.76.0_1
+libgthread-2.0.so.0 glib-2.74.0_1
+libglib-2.0.so.0 glib-2.74.0_1
+libgmodule-2.0.so.0 glib-2.74.0_1
+libgio-2.0.so.0 glib-2.74.0_1
+libgobject-2.0.so.0 glib-2.74.0_1
+libwt.so.4.9.2 wt-4.9.2_1
+libwtdbo.so.4.9.2 wt-4.9.2_1
+libwtdbosqlite3.so.4.9.2 wt-4.9.2_1
+libwthttp.so.4.9.2 wt-4.9.2_1
+libwttest.so.4.9.2 wt-4.9.2_1
 libatk-1.0.so.0 atk-1.26.0_1
 libpangocairo-1.0.so.0 pango-1.24.0_1
 libpangoft2-1.0.so.0 pango-1.24.0_1
diff --git a/srcpkgs/wt-devel b/srcpkgs/wt-devel
new file mode 120000
index 000000000000..04745e187621
--- /dev/null
+++ b/srcpkgs/wt-devel
@@ -0,0 +1 @@
+wt
\ No newline at end of file
diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
new file mode 100644
index 000000000000..995af43eb77c
--- /dev/null
+++ b/srcpkgs/wt/template
@@ -0,0 +1,28 @@
+# Template file for 'wt'
+pkgname=wt
+version=4.9.2
+revision=1
+build_style=cmake
+makedepends="boost-devel"
+short_desc="Wt, C++ Web Toolkit"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.webtoolkit.eu/wt"
+changelog="https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html"
+distfiles="https://github.com/emweb/wt/archive/refs/tags/${version}.tar.gz"
+checksum=530e26549b73b788fc0af63d870b36edc9ac906a52362354da9885e6c687dc19
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+wt-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/wt/update b/srcpkgs/wt/update
new file mode 100644
index 000000000000..d3ffe6ede68e
--- /dev/null
+++ b/srcpkgs/wt/update
@@ -0,0 +1 @@
+site="https://github.com/emweb/wt/releases"

From 2a7b2e8dbd485a4794208bc66fb761b3fa3ef16d Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 21:01:27 +0200
Subject: [PATCH 2/2] New package: lms-3.39.0

---
 srcpkgs/lms/files/lms/run | 10 ++++++++++
 srcpkgs/lms/template      | 30 ++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/lms/files/lms/run
 create mode 100644 srcpkgs/lms/template

diff --git a/srcpkgs/lms/files/lms/run b/srcpkgs/lms/files/lms/run
new file mode 100644
index 000000000000..d2fdf3a8f8dd
--- /dev/null
+++ b/srcpkgs/lms/files/lms/run
@@ -0,0 +1,10 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+
+: ${USER:=_lms}
+: ${CONF_FILE:=/etc/lms.conf}
+: ${WORKDIR:=/var/lib/lms}
+
+cd "$WORKDIR"
+
+exec chpst -u ${USER} lms ${CONF_FILE}
diff --git a/srcpkgs/lms/template b/srcpkgs/lms/template
new file mode 100644
index 000000000000..1daf8ddf56b7
--- /dev/null
+++ b/srcpkgs/lms/template
@@ -0,0 +1,30 @@
+# Template file for 'lms'
+pkgname=lms
+version=3.39.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="wt-devel ffmpeg-devel boost-devel libconfig++-devel taglib-devel pam-devel libgraphicsmagick-devel gtest-devel"
+conf_files="/etc/lms.conf /etc/pam.d/lms"
+short_desc="Lightweight Music Server"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epoupon/lms"
+distfiles="https://github.com/epoupon/lms/archive/refs/tags/v${version}.tar.gz "
+checksum=276ae24337292dd0893014ff84485697c476bd6322f09c12a07b613885d6cfad
+
+system_accounts="_lms"
+_lms_homedir="/var/lms"
+make_dirs="/var/lms 755 _lms _lms"
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+post_install() {
+	vconf conf/lms.conf
+	vmkdir /etc/pam.d
+	vcopy conf/pam/* /etc/pam.d
+	vsv lms
+}

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

* Re: [PR PATCH] [Updated] New package: lms-3.39.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (8 preceding siblings ...)
  2023-05-15 11:00 ` [PR PATCH] [Updated] New package: lms-3.37.0 Danoloan10
@ 2023-05-16 22:17 ` Danoloan10
  2023-06-24 13:13 ` [PR REVIEW] " Duncaen
                   ` (19 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Danoloan10 @ 2023-05-16 22:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Danoloan10/void-packages lms
https://github.com/void-linux/void-packages/pull/41275

New package: lms-3.39.0
<!-- Mark items with [x] where applicable -->

LMS is a lightweight Subsonic compatible music server written in C++. It is developed using the Wt web framework.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] i686
  - [x] x86_64-musl
  - [x] aarch64
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv7l-musl
  - [x] armv6l
  - [x] armv6l-musl


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

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

From ae34e5021412b23bd482158258076050f46706af Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 20:56:43 +0200
Subject: [PATCH 1/2] New package: wt-4.9.2

---
 common/shlibs       | 10 ++++++++++
 srcpkgs/wt-devel    |  1 +
 srcpkgs/wt/template | 28 ++++++++++++++++++++++++++++
 srcpkgs/wt/update   |  1 +
 4 files changed, 40 insertions(+)
 create mode 120000 srcpkgs/wt-devel
 create mode 100644 srcpkgs/wt/template
 create mode 100644 srcpkgs/wt/update

diff --git a/common/shlibs b/common/shlibs
index da8b12690cb6..62a49a49664a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -96,6 +96,16 @@ libglib-2.0.so.0 glib-2.76.0_1
 libgmodule-2.0.so.0 glib-2.76.0_1
 libgio-2.0.so.0 glib-2.76.0_1
 libgobject-2.0.so.0 glib-2.76.0_1
+libgthread-2.0.so.0 glib-2.74.0_1
+libglib-2.0.so.0 glib-2.74.0_1
+libgmodule-2.0.so.0 glib-2.74.0_1
+libgio-2.0.so.0 glib-2.74.0_1
+libgobject-2.0.so.0 glib-2.74.0_1
+libwt.so.4.9.2 wt-4.9.2_1
+libwtdbo.so.4.9.2 wt-4.9.2_1
+libwtdbosqlite3.so.4.9.2 wt-4.9.2_1
+libwthttp.so.4.9.2 wt-4.9.2_1
+libwttest.so.4.9.2 wt-4.9.2_1
 libatk-1.0.so.0 atk-1.26.0_1
 libpangocairo-1.0.so.0 pango-1.24.0_1
 libpangoft2-1.0.so.0 pango-1.24.0_1
diff --git a/srcpkgs/wt-devel b/srcpkgs/wt-devel
new file mode 120000
index 000000000000..04745e187621
--- /dev/null
+++ b/srcpkgs/wt-devel
@@ -0,0 +1 @@
+wt
\ No newline at end of file
diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
new file mode 100644
index 000000000000..995af43eb77c
--- /dev/null
+++ b/srcpkgs/wt/template
@@ -0,0 +1,28 @@
+# Template file for 'wt'
+pkgname=wt
+version=4.9.2
+revision=1
+build_style=cmake
+makedepends="boost-devel"
+short_desc="Wt, C++ Web Toolkit"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.webtoolkit.eu/wt"
+changelog="https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html"
+distfiles="https://github.com/emweb/wt/archive/refs/tags/${version}.tar.gz"
+checksum=530e26549b73b788fc0af63d870b36edc9ac906a52362354da9885e6c687dc19
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+wt-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/wt/update b/srcpkgs/wt/update
new file mode 100644
index 000000000000..d3ffe6ede68e
--- /dev/null
+++ b/srcpkgs/wt/update
@@ -0,0 +1 @@
+site="https://github.com/emweb/wt/releases"

From c67cdf1d597e66657eece77eb8385af230a66def Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 21:01:27 +0200
Subject: [PATCH 2/2] New package: lms-3.39.0

---
 srcpkgs/lms/files/lms/run | 10 ++++++++++
 srcpkgs/lms/template      | 30 ++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/lms/files/lms/run
 create mode 100644 srcpkgs/lms/template

diff --git a/srcpkgs/lms/files/lms/run b/srcpkgs/lms/files/lms/run
new file mode 100644
index 000000000000..d2fdf3a8f8dd
--- /dev/null
+++ b/srcpkgs/lms/files/lms/run
@@ -0,0 +1,10 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+
+: ${USER:=_lms}
+: ${CONF_FILE:=/etc/lms.conf}
+: ${WORKDIR:=/var/lib/lms}
+
+cd "$WORKDIR"
+
+exec chpst -u ${USER} lms ${CONF_FILE}
diff --git a/srcpkgs/lms/template b/srcpkgs/lms/template
new file mode 100644
index 000000000000..1daf8ddf56b7
--- /dev/null
+++ b/srcpkgs/lms/template
@@ -0,0 +1,30 @@
+# Template file for 'lms'
+pkgname=lms
+version=3.39.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="wt-devel ffmpeg-devel boost-devel libconfig++-devel taglib-devel pam-devel libgraphicsmagick-devel gtest-devel"
+conf_files="/etc/lms.conf /etc/pam.d/lms"
+short_desc="Lightweight Music Server"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epoupon/lms"
+distfiles="https://github.com/epoupon/lms/archive/refs/tags/v${version}.tar.gz "
+checksum=276ae24337292dd0893014ff84485697c476bd6322f09c12a07b613885d6cfad
+
+system_accounts="_lms"
+_lms_homedir="/var/lms"
+make_dirs="/var/lms 755 _lms _lms"
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+post_install() {
+	vconf conf/lms.conf
+	vmkdir /etc/pam.d
+	vcopy conf/pam/* /etc/pam.d
+	vsv lms
+}

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

* Re: [PR REVIEW] New package: lms-3.39.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (9 preceding siblings ...)
  2023-05-16 22:17 ` [PR PATCH] [Updated] New package: lms-3.39.0 Danoloan10
@ 2023-06-24 13:13 ` Duncaen
  2023-06-24 13:13 ` Duncaen
                   ` (18 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Duncaen @ 2023-06-24 13:13 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/41275#discussion_r1240771501

Comment:
This path looks wrong, should probably be `/var/lms`.

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

* Re: [PR REVIEW] New package: lms-3.39.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (12 preceding siblings ...)
  2023-06-24 13:13 ` Duncaen
@ 2023-06-24 13:13 ` Duncaen
  2023-06-24 13:54 ` Danoloan10
                   ` (15 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Duncaen @ 2023-06-24 13:13 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/41275#discussion_r1240771043

Comment:
Not exactly sure, but `USER` is usually already set, should probably use some different variable name or reset it before sourcing the conf file. Lets use `LMSUSER` to match other packages.

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

* Re: [PR REVIEW] New package: lms-3.39.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (11 preceding siblings ...)
  2023-06-24 13:13 ` Duncaen
@ 2023-06-24 13:13 ` Duncaen
  2023-06-24 13:13 ` Duncaen
                   ` (16 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Duncaen @ 2023-06-24 13:13 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/41275#discussion_r1240771320

Comment:
This is the default so I would just keep it out.

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

* Re: [PR REVIEW] New package: lms-3.39.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (10 preceding siblings ...)
  2023-06-24 13:13 ` [PR REVIEW] " Duncaen
@ 2023-06-24 13:13 ` Duncaen
  2023-06-24 13:13 ` Duncaen
                   ` (17 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Duncaen @ 2023-06-24 13:13 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/41275#discussion_r1240774364

Comment:
I would suggest to use this:
```shell
#!/bin/sh

[ -r conf ] && . ./conf
exec 2>&1
exec chpst -u "${LMSUSER:-_lms}" -C "${WORKDIR:-/var/lms}" lms ${OPTS}
```

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

* Re: New package: lms-3.39.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (13 preceding siblings ...)
  2023-06-24 13:13 ` Duncaen
@ 2023-06-24 13:54 ` Danoloan10
  2023-06-24 14:02 ` Duncaen
                   ` (14 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Danoloan10 @ 2023-06-24 13:54 UTC (permalink / raw)
  To: ml

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

New comment by Danoloan10 on void-packages repository

https://github.com/void-linux/void-packages/pull/41275#issuecomment-1605515904

Comment:
Thanks for the review! Will fix asap.

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

* Re: New package: lms-3.39.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (14 preceding siblings ...)
  2023-06-24 13:54 ` Danoloan10
@ 2023-06-24 14:02 ` Duncaen
  2023-07-02 21:50 ` [PR PATCH] [Updated] " Danoloan10
                   ` (13 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Duncaen @ 2023-06-24 14:02 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/41275#issuecomment-1605520699

Comment:
Awesome, I'll merge it when you are ready. This has been sitting around for too long and you have been updating this consistently.

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

* Re: [PR PATCH] [Updated] New package: lms-3.39.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (15 preceding siblings ...)
  2023-06-24 14:02 ` Duncaen
@ 2023-07-02 21:50 ` Danoloan10
  2023-07-02 21:56 ` Danoloan10
                   ` (12 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Danoloan10 @ 2023-07-02 21:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Danoloan10/void-packages lms
https://github.com/void-linux/void-packages/pull/41275

New package: lms-3.39.0
<!-- Mark items with [x] where applicable -->

LMS is a lightweight Subsonic compatible music server written in C++. It is developed using the Wt web framework.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] i686
  - [x] x86_64-musl
  - [x] aarch64
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv7l-musl
  - [x] armv6l
  - [x] armv6l-musl


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

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

From 9dc2ad92216bfe36c3ebc51b633289846c645e17 Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 20:56:43 +0200
Subject: [PATCH 1/2] New package: wt-4.10.0

---
 common/shlibs       | 10 ++++++++++
 srcpkgs/wt-devel    |  1 +
 srcpkgs/wt/template | 28 ++++++++++++++++++++++++++++
 srcpkgs/wt/update   |  1 +
 4 files changed, 40 insertions(+)
 create mode 120000 srcpkgs/wt-devel
 create mode 100644 srcpkgs/wt/template
 create mode 100644 srcpkgs/wt/update

diff --git a/common/shlibs b/common/shlibs
index da8b12690cb6..30c4f41767f3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -96,6 +96,16 @@ libglib-2.0.so.0 glib-2.76.0_1
 libgmodule-2.0.so.0 glib-2.76.0_1
 libgio-2.0.so.0 glib-2.76.0_1
 libgobject-2.0.so.0 glib-2.76.0_1
+libgthread-2.0.so.0 glib-2.74.0_1
+libglib-2.0.so.0 glib-2.74.0_1
+libgmodule-2.0.so.0 glib-2.74.0_1
+libgio-2.0.so.0 glib-2.74.0_1
+libgobject-2.0.so.0 glib-2.74.0_1
+libwt.so.4.10.0 wt-4.10.0_1
+libwtdbo.so.4.10.0 wt-4.10.0_1
+libwtdbosqlite3.so.4.10.0 wt-4.10.0_1
+libwthttp.so.4.10.0 wt-4.10.0_1
+libwttest.so.4.10.0 wt-4.10.0_1
 libatk-1.0.so.0 atk-1.26.0_1
 libpangocairo-1.0.so.0 pango-1.24.0_1
 libpangoft2-1.0.so.0 pango-1.24.0_1
diff --git a/srcpkgs/wt-devel b/srcpkgs/wt-devel
new file mode 120000
index 000000000000..04745e187621
--- /dev/null
+++ b/srcpkgs/wt-devel
@@ -0,0 +1 @@
+wt
\ No newline at end of file
diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
new file mode 100644
index 000000000000..de480ebb7dc6
--- /dev/null
+++ b/srcpkgs/wt/template
@@ -0,0 +1,28 @@
+# Template file for 'wt'
+pkgname=wt
+version=4.10.0
+revision=1
+build_style=cmake
+makedepends="boost-devel"
+short_desc="Wt, C++ Web Toolkit"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.webtoolkit.eu/wt"
+changelog="https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html"
+distfiles="https://github.com/emweb/wt/archive/refs/tags/${version}.tar.gz"
+checksum=7090023d4fc4b6594bf4cb11072d9d3d775269327aece9a8993c7bbe46decb9d
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+wt-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/wt/update b/srcpkgs/wt/update
new file mode 100644
index 000000000000..d3ffe6ede68e
--- /dev/null
+++ b/srcpkgs/wt/update
@@ -0,0 +1 @@
+site="https://github.com/emweb/wt/releases"

From 77bb6d2710e8adf5e5963b7614c98c0ef73c13d4 Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 21:01:27 +0200
Subject: [PATCH 2/2] New package: lms-3.40.0

---
 srcpkgs/lms/files/lms/run |  4 ++++
 srcpkgs/lms/template      | 30 ++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 srcpkgs/lms/files/lms/run
 create mode 100644 srcpkgs/lms/template

diff --git a/srcpkgs/lms/files/lms/run b/srcpkgs/lms/files/lms/run
new file mode 100644
index 000000000000..d41467e465fd
--- /dev/null
+++ b/srcpkgs/lms/files/lms/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec 2>&1
+exec chpst -u "${LMSUSER:-_lms}" -C "${WORKDIR:-/var/lms}" lms ${OPTS}
diff --git a/srcpkgs/lms/template b/srcpkgs/lms/template
new file mode 100644
index 000000000000..1b80aad5632b
--- /dev/null
+++ b/srcpkgs/lms/template
@@ -0,0 +1,30 @@
+# Template file for 'lms'
+pkgname=lms
+version=3.40.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="wt-devel ffmpeg-devel boost-devel libconfig++-devel taglib-devel pam-devel libgraphicsmagick-devel gtest-devel"
+conf_files="/etc/lms.conf /etc/pam.d/lms"
+short_desc="Lightweight Music Server"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epoupon/lms"
+distfiles="https://github.com/epoupon/lms/archive/refs/tags/v${version}.tar.gz "
+checksum=ecdb4e8aefa182b0160afcf9830da041399097a020ba8b912bfb4b6928a36e58
+
+system_accounts="_lms"
+_lms_homedir="/var/lms"
+make_dirs="/var/lms 755 _lms _lms"
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+post_install() {
+	vconf conf/lms.conf
+	vmkdir /etc/pam.d
+	vcopy conf/pam/* /etc/pam.d
+	vsv lms
+}

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

* Re: [PR PATCH] [Updated] New package: lms-3.39.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (16 preceding siblings ...)
  2023-07-02 21:50 ` [PR PATCH] [Updated] " Danoloan10
@ 2023-07-02 21:56 ` Danoloan10
  2023-07-02 21:59 ` [PR REVIEW] " Danoloan10
                   ` (11 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Danoloan10 @ 2023-07-02 21:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Danoloan10/void-packages lms
https://github.com/void-linux/void-packages/pull/41275

New package: lms-3.39.0
<!-- Mark items with [x] where applicable -->

LMS is a lightweight Subsonic compatible music server written in C++. It is developed using the Wt web framework.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] i686
  - [x] x86_64-musl
  - [x] aarch64
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv7l-musl
  - [x] armv6l
  - [x] armv6l-musl


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

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

From 16a3faea0ce617fd6f449c4ace1409d3e9912650 Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 20:56:43 +0200
Subject: [PATCH 1/2] New package: wt-4.10.0

---
 common/shlibs       | 10 ++++++++++
 srcpkgs/wt-devel    |  1 +
 srcpkgs/wt/template | 28 ++++++++++++++++++++++++++++
 srcpkgs/wt/update   |  1 +
 4 files changed, 40 insertions(+)
 create mode 120000 srcpkgs/wt-devel
 create mode 100644 srcpkgs/wt/template
 create mode 100644 srcpkgs/wt/update

diff --git a/common/shlibs b/common/shlibs
index 4e6a5a663fa0..f3ed299c98df 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -96,6 +96,16 @@ libglib-2.0.so.0 glib-2.76.0_1
 libgmodule-2.0.so.0 glib-2.76.0_1
 libgio-2.0.so.0 glib-2.76.0_1
 libgobject-2.0.so.0 glib-2.76.0_1
+libgthread-2.0.so.0 glib-2.74.0_1
+libglib-2.0.so.0 glib-2.74.0_1
+libgmodule-2.0.so.0 glib-2.74.0_1
+libgio-2.0.so.0 glib-2.74.0_1
+libgobject-2.0.so.0 glib-2.74.0_1
+libwt.so.4.10.0 wt-4.10.0_1
+libwtdbo.so.4.10.0 wt-4.10.0_1
+libwtdbosqlite3.so.4.10.0 wt-4.10.0_1
+libwthttp.so.4.10.0 wt-4.10.0_1
+libwttest.so.4.10.0 wt-4.10.0_1
 libatk-1.0.so.0 atk-1.26.0_1
 libpangocairo-1.0.so.0 pango-1.24.0_1
 libpangoft2-1.0.so.0 pango-1.24.0_1
diff --git a/srcpkgs/wt-devel b/srcpkgs/wt-devel
new file mode 120000
index 000000000000..04745e187621
--- /dev/null
+++ b/srcpkgs/wt-devel
@@ -0,0 +1 @@
+wt
\ No newline at end of file
diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
new file mode 100644
index 000000000000..de480ebb7dc6
--- /dev/null
+++ b/srcpkgs/wt/template
@@ -0,0 +1,28 @@
+# Template file for 'wt'
+pkgname=wt
+version=4.10.0
+revision=1
+build_style=cmake
+makedepends="boost-devel"
+short_desc="Wt, C++ Web Toolkit"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.webtoolkit.eu/wt"
+changelog="https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html"
+distfiles="https://github.com/emweb/wt/archive/refs/tags/${version}.tar.gz"
+checksum=7090023d4fc4b6594bf4cb11072d9d3d775269327aece9a8993c7bbe46decb9d
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+wt-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/wt/update b/srcpkgs/wt/update
new file mode 100644
index 000000000000..d3ffe6ede68e
--- /dev/null
+++ b/srcpkgs/wt/update
@@ -0,0 +1 @@
+site="https://github.com/emweb/wt/releases"

From b95b41b6ee22faae5140612d3931205a5a24525c Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 21:01:27 +0200
Subject: [PATCH 2/2] New package: lms-3.40.0

---
 srcpkgs/lms/files/lms/run |  4 ++++
 srcpkgs/lms/template      | 30 ++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 srcpkgs/lms/files/lms/run
 create mode 100644 srcpkgs/lms/template

diff --git a/srcpkgs/lms/files/lms/run b/srcpkgs/lms/files/lms/run
new file mode 100644
index 000000000000..d41467e465fd
--- /dev/null
+++ b/srcpkgs/lms/files/lms/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec 2>&1
+exec chpst -u "${LMSUSER:-_lms}" -C "${WORKDIR:-/var/lms}" lms ${OPTS}
diff --git a/srcpkgs/lms/template b/srcpkgs/lms/template
new file mode 100644
index 000000000000..1b80aad5632b
--- /dev/null
+++ b/srcpkgs/lms/template
@@ -0,0 +1,30 @@
+# Template file for 'lms'
+pkgname=lms
+version=3.40.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="wt-devel ffmpeg-devel boost-devel libconfig++-devel taglib-devel pam-devel libgraphicsmagick-devel gtest-devel"
+conf_files="/etc/lms.conf /etc/pam.d/lms"
+short_desc="Lightweight Music Server"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epoupon/lms"
+distfiles="https://github.com/epoupon/lms/archive/refs/tags/v${version}.tar.gz "
+checksum=ecdb4e8aefa182b0160afcf9830da041399097a020ba8b912bfb4b6928a36e58
+
+system_accounts="_lms"
+_lms_homedir="/var/lms"
+make_dirs="/var/lms 755 _lms _lms"
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+post_install() {
+	vconf conf/lms.conf
+	vmkdir /etc/pam.d
+	vcopy conf/pam/* /etc/pam.d
+	vsv lms
+}

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

* Re: [PR REVIEW] New package: lms-3.39.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (17 preceding siblings ...)
  2023-07-02 21:56 ` Danoloan10
@ 2023-07-02 21:59 ` Danoloan10
  2023-07-02 22:04 ` Duncaen
                   ` (10 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Danoloan10 @ 2023-07-02 21:59 UTC (permalink / raw)
  To: ml

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

New review comment by Danoloan10 on void-packages repository

https://github.com/void-linux/void-packages/pull/41275#discussion_r1249822953

Comment:
Just did what you said here, pretty much agree :)

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

* Re: [PR REVIEW] New package: lms-3.39.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (18 preceding siblings ...)
  2023-07-02 21:59 ` [PR REVIEW] " Danoloan10
@ 2023-07-02 22:04 ` Duncaen
  2023-07-02 22:04 ` Duncaen
                   ` (9 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Duncaen @ 2023-07-02 22:04 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/41275#discussion_r1249827093

Comment:
Addubg the glib shared libaries here again looks wrong.

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

* Re: [PR REVIEW] New package: lms-3.39.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (19 preceding siblings ...)
  2023-07-02 22:04 ` Duncaen
@ 2023-07-02 22:04 ` Duncaen
  2023-07-02 22:08 ` [PR PATCH] [Updated] " Danoloan10
                   ` (8 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Duncaen @ 2023-07-02 22:04 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/41275#discussion_r1249827093

Comment:
Adding the glib shared libraries here again looks wrong.

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

* Re: [PR PATCH] [Updated] New package: lms-3.39.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (20 preceding siblings ...)
  2023-07-02 22:04 ` Duncaen
@ 2023-07-02 22:08 ` Danoloan10
  2023-07-02 22:09 ` [PR REVIEW] " Danoloan10
                   ` (7 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Danoloan10 @ 2023-07-02 22:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Danoloan10/void-packages lms
https://github.com/void-linux/void-packages/pull/41275

New package: lms-3.39.0
<!-- Mark items with [x] where applicable -->

LMS is a lightweight Subsonic compatible music server written in C++. It is developed using the Wt web framework.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] i686
  - [x] x86_64-musl
  - [x] aarch64
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv7l-musl
  - [x] armv6l
  - [x] armv6l-musl


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

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

From 84e18041a2bc83eec844364fab2c74cc9096513c Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 20:56:43 +0200
Subject: [PATCH 1/2] New package: wt-4.10.0

---
 common/shlibs       |  5 +++++
 srcpkgs/wt-devel    |  1 +
 srcpkgs/wt/template | 28 ++++++++++++++++++++++++++++
 srcpkgs/wt/update   |  1 +
 4 files changed, 35 insertions(+)
 create mode 120000 srcpkgs/wt-devel
 create mode 100644 srcpkgs/wt/template
 create mode 100644 srcpkgs/wt/update

diff --git a/common/shlibs b/common/shlibs
index 4e6a5a663fa0..57c226c57da0 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -96,6 +96,11 @@ libglib-2.0.so.0 glib-2.76.0_1
 libgmodule-2.0.so.0 glib-2.76.0_1
 libgio-2.0.so.0 glib-2.76.0_1
 libgobject-2.0.so.0 glib-2.76.0_1
+libwt.so.4.10.0 wt-4.10.0_1
+libwtdbo.so.4.10.0 wt-4.10.0_1
+libwtdbosqlite3.so.4.10.0 wt-4.10.0_1
+libwthttp.so.4.10.0 wt-4.10.0_1
+libwttest.so.4.10.0 wt-4.10.0_1
 libatk-1.0.so.0 atk-1.26.0_1
 libpangocairo-1.0.so.0 pango-1.24.0_1
 libpangoft2-1.0.so.0 pango-1.24.0_1
diff --git a/srcpkgs/wt-devel b/srcpkgs/wt-devel
new file mode 120000
index 000000000000..04745e187621
--- /dev/null
+++ b/srcpkgs/wt-devel
@@ -0,0 +1 @@
+wt
\ No newline at end of file
diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
new file mode 100644
index 000000000000..de480ebb7dc6
--- /dev/null
+++ b/srcpkgs/wt/template
@@ -0,0 +1,28 @@
+# Template file for 'wt'
+pkgname=wt
+version=4.10.0
+revision=1
+build_style=cmake
+makedepends="boost-devel"
+short_desc="Wt, C++ Web Toolkit"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.webtoolkit.eu/wt"
+changelog="https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html"
+distfiles="https://github.com/emweb/wt/archive/refs/tags/${version}.tar.gz"
+checksum=7090023d4fc4b6594bf4cb11072d9d3d775269327aece9a8993c7bbe46decb9d
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+wt-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/wt/update b/srcpkgs/wt/update
new file mode 100644
index 000000000000..d3ffe6ede68e
--- /dev/null
+++ b/srcpkgs/wt/update
@@ -0,0 +1 @@
+site="https://github.com/emweb/wt/releases"

From 5b6c6e42332816c8cb5c5cf0eafc6cdb018a72e4 Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 21:01:27 +0200
Subject: [PATCH 2/2] New package: lms-3.40.0

---
 srcpkgs/lms/files/lms/run |  4 ++++
 srcpkgs/lms/template      | 30 ++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 srcpkgs/lms/files/lms/run
 create mode 100644 srcpkgs/lms/template

diff --git a/srcpkgs/lms/files/lms/run b/srcpkgs/lms/files/lms/run
new file mode 100644
index 000000000000..d41467e465fd
--- /dev/null
+++ b/srcpkgs/lms/files/lms/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec 2>&1
+exec chpst -u "${LMSUSER:-_lms}" -C "${WORKDIR:-/var/lms}" lms ${OPTS}
diff --git a/srcpkgs/lms/template b/srcpkgs/lms/template
new file mode 100644
index 000000000000..1b80aad5632b
--- /dev/null
+++ b/srcpkgs/lms/template
@@ -0,0 +1,30 @@
+# Template file for 'lms'
+pkgname=lms
+version=3.40.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="wt-devel ffmpeg-devel boost-devel libconfig++-devel taglib-devel pam-devel libgraphicsmagick-devel gtest-devel"
+conf_files="/etc/lms.conf /etc/pam.d/lms"
+short_desc="Lightweight Music Server"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epoupon/lms"
+distfiles="https://github.com/epoupon/lms/archive/refs/tags/v${version}.tar.gz "
+checksum=ecdb4e8aefa182b0160afcf9830da041399097a020ba8b912bfb4b6928a36e58
+
+system_accounts="_lms"
+_lms_homedir="/var/lms"
+make_dirs="/var/lms 755 _lms _lms"
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+post_install() {
+	vconf conf/lms.conf
+	vmkdir /etc/pam.d
+	vcopy conf/pam/* /etc/pam.d
+	vsv lms
+}

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

* Re: [PR REVIEW] New package: lms-3.39.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (21 preceding siblings ...)
  2023-07-02 22:08 ` [PR PATCH] [Updated] " Danoloan10
@ 2023-07-02 22:09 ` Danoloan10
  2023-07-02 22:28 ` New package: lms-3.40.0 Danoloan10
                   ` (6 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Danoloan10 @ 2023-07-02 22:09 UTC (permalink / raw)
  To: ml

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

New review comment by Danoloan10 on void-packages repository

https://github.com/void-linux/void-packages/pull/41275#discussion_r1249831733

Comment:
It is :( Git tricked me rebasing

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

* Re: New package: lms-3.40.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (22 preceding siblings ...)
  2023-07-02 22:09 ` [PR REVIEW] " Danoloan10
@ 2023-07-02 22:28 ` Danoloan10
  2023-07-06  6:26 ` [PR PATCH] [Updated] " Danoloan10
                   ` (5 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Danoloan10 @ 2023-07-02 22:28 UTC (permalink / raw)
  To: ml

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

New comment by Danoloan10 on void-packages repository

https://github.com/void-linux/void-packages/pull/41275#issuecomment-1616877444

Comment:
It seems like LMS added a new dependency, I will test the builds locally again before uploading a new patch just to make sure there are no other new errors.

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

* Re: [PR PATCH] [Updated] New package: lms-3.40.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (23 preceding siblings ...)
  2023-07-02 22:28 ` New package: lms-3.40.0 Danoloan10
@ 2023-07-06  6:26 ` Danoloan10
  2023-07-06  6:28 ` Danoloan10
                   ` (4 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Danoloan10 @ 2023-07-06  6:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Danoloan10/void-packages lms
https://github.com/void-linux/void-packages/pull/41275

New package: lms-3.40.0
<!-- Mark items with [x] where applicable -->

LMS is a lightweight Subsonic compatible music server written in C++. It is developed using the Wt web framework.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] i686
  - [x] x86_64-musl
  - [x] aarch64
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv7l-musl
  - [x] armv6l
  - [x] armv6l-musl


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

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

From 127197c4bd161d9983def2aafbd257ef056729d6 Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 20:56:43 +0200
Subject: [PATCH 1/2] New package: wt-4.10.0

---
 common/shlibs       |  5 +++++
 srcpkgs/wt-devel    |  1 +
 srcpkgs/wt/template | 28 ++++++++++++++++++++++++++++
 srcpkgs/wt/update   |  1 +
 4 files changed, 35 insertions(+)
 create mode 120000 srcpkgs/wt-devel
 create mode 100644 srcpkgs/wt/template
 create mode 100644 srcpkgs/wt/update

diff --git a/common/shlibs b/common/shlibs
index 4e6a5a663fa0..57c226c57da0 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -96,6 +96,11 @@ libglib-2.0.so.0 glib-2.76.0_1
 libgmodule-2.0.so.0 glib-2.76.0_1
 libgio-2.0.so.0 glib-2.76.0_1
 libgobject-2.0.so.0 glib-2.76.0_1
+libwt.so.4.10.0 wt-4.10.0_1
+libwtdbo.so.4.10.0 wt-4.10.0_1
+libwtdbosqlite3.so.4.10.0 wt-4.10.0_1
+libwthttp.so.4.10.0 wt-4.10.0_1
+libwttest.so.4.10.0 wt-4.10.0_1
 libatk-1.0.so.0 atk-1.26.0_1
 libpangocairo-1.0.so.0 pango-1.24.0_1
 libpangoft2-1.0.so.0 pango-1.24.0_1
diff --git a/srcpkgs/wt-devel b/srcpkgs/wt-devel
new file mode 120000
index 000000000000..04745e187621
--- /dev/null
+++ b/srcpkgs/wt-devel
@@ -0,0 +1 @@
+wt
\ No newline at end of file
diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
new file mode 100644
index 000000000000..de480ebb7dc6
--- /dev/null
+++ b/srcpkgs/wt/template
@@ -0,0 +1,28 @@
+# Template file for 'wt'
+pkgname=wt
+version=4.10.0
+revision=1
+build_style=cmake
+makedepends="boost-devel"
+short_desc="Wt, C++ Web Toolkit"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.webtoolkit.eu/wt"
+changelog="https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html"
+distfiles="https://github.com/emweb/wt/archive/refs/tags/${version}.tar.gz"
+checksum=7090023d4fc4b6594bf4cb11072d9d3d775269327aece9a8993c7bbe46decb9d
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+wt-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/wt/update b/srcpkgs/wt/update
new file mode 100644
index 000000000000..d3ffe6ede68e
--- /dev/null
+++ b/srcpkgs/wt/update
@@ -0,0 +1 @@
+site="https://github.com/emweb/wt/releases"

From e47ab02fc7fab1ed5fda5fa82ce52fc4471a73fb Mon Sep 17 00:00:00 2001
From: danoloan10 <danoloan10@tutanota.com>
Date: Fri, 1 Oct 2021 21:01:27 +0200
Subject: [PATCH 2/2] New package: lms-3.40.0

---
 srcpkgs/lms/files/lms/run |  4 ++++
 srcpkgs/lms/template      | 30 ++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 srcpkgs/lms/files/lms/run
 create mode 100644 srcpkgs/lms/template

diff --git a/srcpkgs/lms/files/lms/run b/srcpkgs/lms/files/lms/run
new file mode 100644
index 000000000000..d41467e465fd
--- /dev/null
+++ b/srcpkgs/lms/files/lms/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec 2>&1
+exec chpst -u "${LMSUSER:-_lms}" -C "${WORKDIR:-/var/lms}" lms ${OPTS}
diff --git a/srcpkgs/lms/template b/srcpkgs/lms/template
new file mode 100644
index 000000000000..d20ae1ec1fc8
--- /dev/null
+++ b/srcpkgs/lms/template
@@ -0,0 +1,30 @@
+# Template file for 'lms'
+pkgname=lms
+version=3.40.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="wt-devel ffmpeg-devel boost-devel libconfig++-devel taglib-devel pam-devel libgraphicsmagick-devel gtest-devel libarchive-devel"
+conf_files="/etc/lms.conf /etc/pam.d/lms"
+short_desc="Lightweight Music Server"
+maintainer="danoloan10 <danoloan10@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epoupon/lms"
+distfiles="https://github.com/epoupon/lms/archive/refs/tags/v${version}.tar.gz "
+checksum=ecdb4e8aefa182b0160afcf9830da041399097a020ba8b912bfb4b6928a36e58
+
+system_accounts="_lms"
+_lms_homedir="/var/lms"
+make_dirs="/var/lms 755 _lms _lms"
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
+fi
+
+post_install() {
+	vconf conf/lms.conf
+	vmkdir /etc/pam.d
+	vcopy conf/pam/* /etc/pam.d
+	vsv lms
+}

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

* Re: New package: lms-3.40.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (24 preceding siblings ...)
  2023-07-06  6:26 ` [PR PATCH] [Updated] " Danoloan10
@ 2023-07-06  6:28 ` Danoloan10
  2023-07-08 16:30 ` Danoloan10
                   ` (3 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Danoloan10 @ 2023-07-06  6:28 UTC (permalink / raw)
  To: ml

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

New comment by Danoloan10 on void-packages repository

https://github.com/void-linux/void-packages/pull/41275#issuecomment-1623067395

Comment:
I have tested it both in x86_64-gnu and aarch64-musl, I think it should work now

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

* Re: New package: lms-3.40.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (25 preceding siblings ...)
  2023-07-06  6:28 ` Danoloan10
@ 2023-07-08 16:30 ` Danoloan10
  2023-07-08 17:18 ` Duncaen
                   ` (2 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Danoloan10 @ 2023-07-08 16:30 UTC (permalink / raw)
  To: ml

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

New comment by Danoloan10 on void-packages repository

https://github.com/void-linux/void-packages/pull/41275#issuecomment-1627395111

Comment:
I think the failures may be due to dirty workspaces or something like that, I got them but they dissappeared after purging the binpkgs cache.

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

* Re: New package: lms-3.40.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (26 preceding siblings ...)
  2023-07-08 16:30 ` Danoloan10
@ 2023-07-08 17:18 ` Duncaen
  2023-07-08 17:19 ` Duncaen
  2023-07-08 17:19 ` [PR PATCH] [Merged]: " Duncaen
  29 siblings, 0 replies; 31+ messages in thread
From: Duncaen @ 2023-07-08 17:18 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/41275#issuecomment-1627431772

Comment:
> I think the failures may be due to dirty workspaces or something like that, I got them but they dissappeared after purging the binpkgs cache.

Yes I was just waiting on those builds that are "breaking" the CI to finish.

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

* Re: New package: lms-3.40.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (27 preceding siblings ...)
  2023-07-08 17:18 ` Duncaen
@ 2023-07-08 17:19 ` Duncaen
  2023-07-08 17:19 ` [PR PATCH] [Merged]: " Duncaen
  29 siblings, 0 replies; 31+ messages in thread
From: Duncaen @ 2023-07-08 17:19 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/41275#issuecomment-1627431772

Comment:
> I think the failures may be due to dirty workspaces or something like that, I got them but they dissappeared after purging the binpkgs cache.

Yes I was just waiting on those builds that are "breaking" the CI to finish, the icu update required a big rebuild and during that time the updates were merged but not all packages have been build yet.

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

* Re: [PR PATCH] [Merged]: New package: lms-3.40.0
  2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
                   ` (28 preceding siblings ...)
  2023-07-08 17:19 ` Duncaen
@ 2023-07-08 17:19 ` Duncaen
  29 siblings, 0 replies; 31+ messages in thread
From: Duncaen @ 2023-07-08 17:19 UTC (permalink / raw)
  To: ml

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

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

New package: lms-3.40.0
https://github.com/void-linux/void-packages/pull/41275

Description:
<!-- Mark items with [x] where applicable -->

LMS is a lightweight Subsonic compatible music server written in C++. It is developed using the Wt web framework.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] i686
  - [x] x86_64-musl
  - [x] aarch64
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv7l-musl
  - [x] armv6l
  - [x] armv6l-musl


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

end of thread, other threads:[~2023-07-08 17:19 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-24 22:16 [PR PATCH] New package: lms-3.30.0 Danoloan10
2022-12-24 22:16 ` [PR PATCH] [Updated] " Danoloan10
2023-01-05 21:36 ` [PR PATCH] [Updated] New package: lms-3.34.0 Danoloan10
2023-01-05 21:37 ` Danoloan10
2023-01-05 21:39 ` Danoloan10
2023-03-01 22:57 ` Danoloan10
2023-03-01 23:01 ` Danoloan10
2023-04-06 21:45 ` [PR PATCH] [Updated] New package: lms-3.36.0 Danoloan10
2023-04-07  0:10 ` Danoloan10
2023-05-15 11:00 ` [PR PATCH] [Updated] New package: lms-3.37.0 Danoloan10
2023-05-16 22:17 ` [PR PATCH] [Updated] New package: lms-3.39.0 Danoloan10
2023-06-24 13:13 ` [PR REVIEW] " Duncaen
2023-06-24 13:13 ` Duncaen
2023-06-24 13:13 ` Duncaen
2023-06-24 13:13 ` Duncaen
2023-06-24 13:54 ` Danoloan10
2023-06-24 14:02 ` Duncaen
2023-07-02 21:50 ` [PR PATCH] [Updated] " Danoloan10
2023-07-02 21:56 ` Danoloan10
2023-07-02 21:59 ` [PR REVIEW] " Danoloan10
2023-07-02 22:04 ` Duncaen
2023-07-02 22:04 ` Duncaen
2023-07-02 22:08 ` [PR PATCH] [Updated] " Danoloan10
2023-07-02 22:09 ` [PR REVIEW] " Danoloan10
2023-07-02 22:28 ` New package: lms-3.40.0 Danoloan10
2023-07-06  6:26 ` [PR PATCH] [Updated] " Danoloan10
2023-07-06  6:28 ` Danoloan10
2023-07-08 16:30 ` Danoloan10
2023-07-08 17:18 ` Duncaen
2023-07-08 17:19 ` Duncaen
2023-07-08 17:19 ` [PR PATCH] [Merged]: " Duncaen

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