* [PR PATCH] lms: update to v3.62.1
@ 2025-01-04 22:57 Danoloan10
2025-01-04 23:01 ` [PR PATCH] [Updated] " Danoloan10
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Danoloan10 @ 2025-01-04 22:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1243 bytes --]
There is a new pull request by Danoloan10 against master on the void-packages repository
https://github.com/Danoloan10/void-packages master
https://github.com/void-linux/void-packages/pull/53849
lms: update to v3.62.1
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/53849.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-53849.patch --]
[-- Type: text/x-diff, Size: 4128 bytes --]
From a102ab8a3b93949e67b448183d550f2aa853b2a9 Mon Sep 17 00:00:00 2001
From: danoloan10 <danolo@danoloan.es>
Date: Fri, 28 Jun 2024 21:28:19 +0200
Subject: [PATCH 1/2] wt: update to 4.11.1
---
common/shlibs | 10 +++++-----
srcpkgs/lms/template | 2 +-
srcpkgs/wt/template | 8 ++++----
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/common/shlibs b/common/shlibs
index 739da7523e3c5e..5beca2210b9af2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -103,11 +103,11 @@ libgmodule-2.0.so.0 glib-2.80.0_1
libgio-2.0.so.0 glib-2.80.0_1
libgobject-2.0.so.0 glib-2.80.0_1
libgrepository-2.0.so.0 glib-2.80.0_1
-libwt.so.4.10.4 wt-4.10.4_1
-libwtdbo.so.4.10.4 wt-4.10.4_1
-libwtdbosqlite3.so.4.10.4 wt-4.10.4_1
-libwthttp.so.4.10.4 wt-4.10.4_1
-libwttest.so.4.10.4 wt-4.10.4_1
+libwt.so.4.11.1 wt-4.11.1_1
+libwtdbo.so.4.11.1 wt-4.11.1_1
+libwtdbosqlite3.so.4.11.1 wt-4.11.1_1
+libwthttp.so.4.11.1 wt-4.11.1_1
+libwttest.so.4.11.1 wt-4.11.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/lms/template b/srcpkgs/lms/template
index f79a66366a8d7a..707e2a591d1175 100644
--- a/srcpkgs/lms/template
+++ b/srcpkgs/lms/template
@@ -1,7 +1,7 @@
# Template file for 'lms'
pkgname=lms
version=3.59.1
-revision=1
+revision=2
build_style=cmake
configure_args="-DLMS_IMAGE_BACKEND=graphicsmagick"
hostmakedepends="pkg-config"
diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
index d6206fe4d5752e..d699a8bfbb799a 100644
--- a/srcpkgs/wt/template
+++ b/srcpkgs/wt/template
@@ -1,20 +1,20 @@
# Template file for 'wt'
pkgname=wt
-version=4.10.4
+version=4.11.1
revision=1
build_style=cmake
build_helper=qmake
configure_args="-DBUILD_EXAMPLES=OFF -DENABLE_QT4=OFF"
hostmakedepends="qt5-host-tools qt5-qmake"
makedepends="boost-devel openssl-devel Haru-devel pango-devel sqlite-devel postgresql-libs-devel
- libmysqlclient-devel unixodbc-devel qt5-devel libfreeglut-devel libunwind-devel"
+ libmysqlclient-devel unixodbc-devel qt5-devel libfreeglut-devel libunwind-devel zlib-devel"
short_desc="Wt, C++ Web Toolkit"
-maintainer="danoloan10 <danoloan10@tutanota.com>"
+maintainer="danolo <danolo@danoloan.es>"
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=dd6092abe599d9254242225e801da38085847b3147c1748e1212f274398a2e9a
+checksum=c255b7d6b0569a9c67282ef7a89af9624e3ab79477924e5a110814a570d1d017
wt-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
From 892294b0bfb2a2c96dc270b365f8b64095e8b0db Mon Sep 17 00:00:00 2001
From: danoloan10 <danolo@danoloan.es>
Date: Sat, 4 Jan 2025 23:53:30 +0100
Subject: [PATCH 2/2] lms: update to v3.62.1
---
srcpkgs/lms/template | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/srcpkgs/lms/template b/srcpkgs/lms/template
index 707e2a591d1175..586ab53297d1e4 100644
--- a/srcpkgs/lms/template
+++ b/srcpkgs/lms/template
@@ -1,19 +1,19 @@
# Template file for 'lms'
pkgname=lms
-version=3.59.1
-revision=2
+version=3.62.1
+revision=1
build_style=cmake
-configure_args="-DLMS_IMAGE_BACKEND=graphicsmagick"
hostmakedepends="pkg-config"
+configure_args="-DLMS_IMAGE_BACKEND=graphicsmagick"
makedepends="wt-devel ffmpeg6-devel boost-devel libconfig++-devel taglib-devel
- pam-devel libgraphicsmagick-devel gtest-devel libarchive-devel"
+ pam-devel libgraphicsmagick-devel gtest-devel libarchive-devel zlib-devel"
conf_files="/etc/lms.conf /etc/pam.d/lms"
short_desc="Lightweight Music Server"
-maintainer="danoloan10 <danoloan10@tutanota.com>"
+maintainer="danolo <danolo@danoloan.es>"
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=9024698acc9103c1b0ff836203f8126d993a80e010bd5d0463201a4a9b58f11d
+checksum=bdf25bdb09bca581074ff9bc533bfdc064a94963a18e4f0248551061bb8cf9c3
system_accounts="_lms"
_lms_homedir="/var/lms"
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] lms: update to v3.62.1
2025-01-04 22:57 [PR PATCH] lms: update to v3.62.1 Danoloan10
@ 2025-01-04 23:01 ` Danoloan10
2025-03-13 23:25 ` Danoloan10
2025-03-14 0:12 ` [PR PATCH] [Updated] lms: update to v3.64.0 Danoloan10
2 siblings, 0 replies; 4+ messages in thread
From: Danoloan10 @ 2025-01-04 23:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1248 bytes --]
There is an updated pull request by Danoloan10 against master on the void-packages repository
https://github.com/Danoloan10/void-packages master
https://github.com/void-linux/void-packages/pull/53849
lms: update to v3.62.1
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/53849.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-53849.patch --]
[-- Type: text/x-diff, Size: 4073 bytes --]
From a102ab8a3b93949e67b448183d550f2aa853b2a9 Mon Sep 17 00:00:00 2001
From: danoloan10 <danolo@danoloan.es>
Date: Fri, 28 Jun 2024 21:28:19 +0200
Subject: [PATCH 1/2] wt: update to 4.11.1
---
common/shlibs | 10 +++++-----
srcpkgs/lms/template | 2 +-
srcpkgs/wt/template | 8 ++++----
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/common/shlibs b/common/shlibs
index 739da7523e3c5e..5beca2210b9af2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -103,11 +103,11 @@ libgmodule-2.0.so.0 glib-2.80.0_1
libgio-2.0.so.0 glib-2.80.0_1
libgobject-2.0.so.0 glib-2.80.0_1
libgrepository-2.0.so.0 glib-2.80.0_1
-libwt.so.4.10.4 wt-4.10.4_1
-libwtdbo.so.4.10.4 wt-4.10.4_1
-libwtdbosqlite3.so.4.10.4 wt-4.10.4_1
-libwthttp.so.4.10.4 wt-4.10.4_1
-libwttest.so.4.10.4 wt-4.10.4_1
+libwt.so.4.11.1 wt-4.11.1_1
+libwtdbo.so.4.11.1 wt-4.11.1_1
+libwtdbosqlite3.so.4.11.1 wt-4.11.1_1
+libwthttp.so.4.11.1 wt-4.11.1_1
+libwttest.so.4.11.1 wt-4.11.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/lms/template b/srcpkgs/lms/template
index f79a66366a8d7a..707e2a591d1175 100644
--- a/srcpkgs/lms/template
+++ b/srcpkgs/lms/template
@@ -1,7 +1,7 @@
# Template file for 'lms'
pkgname=lms
version=3.59.1
-revision=1
+revision=2
build_style=cmake
configure_args="-DLMS_IMAGE_BACKEND=graphicsmagick"
hostmakedepends="pkg-config"
diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
index d6206fe4d5752e..d699a8bfbb799a 100644
--- a/srcpkgs/wt/template
+++ b/srcpkgs/wt/template
@@ -1,20 +1,20 @@
# Template file for 'wt'
pkgname=wt
-version=4.10.4
+version=4.11.1
revision=1
build_style=cmake
build_helper=qmake
configure_args="-DBUILD_EXAMPLES=OFF -DENABLE_QT4=OFF"
hostmakedepends="qt5-host-tools qt5-qmake"
makedepends="boost-devel openssl-devel Haru-devel pango-devel sqlite-devel postgresql-libs-devel
- libmysqlclient-devel unixodbc-devel qt5-devel libfreeglut-devel libunwind-devel"
+ libmysqlclient-devel unixodbc-devel qt5-devel libfreeglut-devel libunwind-devel zlib-devel"
short_desc="Wt, C++ Web Toolkit"
-maintainer="danoloan10 <danoloan10@tutanota.com>"
+maintainer="danolo <danolo@danoloan.es>"
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=dd6092abe599d9254242225e801da38085847b3147c1748e1212f274398a2e9a
+checksum=c255b7d6b0569a9c67282ef7a89af9624e3ab79477924e5a110814a570d1d017
wt-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
From 931d8c2970a9c499a74e2885b5cb0d460701fa5c Mon Sep 17 00:00:00 2001
From: danoloan10 <danolo@danoloan.es>
Date: Sat, 4 Jan 2025 23:53:30 +0100
Subject: [PATCH 2/2] lms: update to v3.62.1
---
srcpkgs/lms/template | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/lms/template b/srcpkgs/lms/template
index 707e2a591d1175..aecb34b6acf79e 100644
--- a/srcpkgs/lms/template
+++ b/srcpkgs/lms/template
@@ -1,19 +1,19 @@
# Template file for 'lms'
pkgname=lms
-version=3.59.1
-revision=2
+version=3.62.1
+revision=1
build_style=cmake
configure_args="-DLMS_IMAGE_BACKEND=graphicsmagick"
hostmakedepends="pkg-config"
makedepends="wt-devel ffmpeg6-devel boost-devel libconfig++-devel taglib-devel
- pam-devel libgraphicsmagick-devel gtest-devel libarchive-devel"
+ pam-devel libgraphicsmagick-devel gtest-devel libarchive-devel zlib-devel"
conf_files="/etc/lms.conf /etc/pam.d/lms"
short_desc="Lightweight Music Server"
-maintainer="danoloan10 <danoloan10@tutanota.com>"
+maintainer="danolo <danolo@danoloan.es>"
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=9024698acc9103c1b0ff836203f8126d993a80e010bd5d0463201a4a9b58f11d
+checksum=bdf25bdb09bca581074ff9bc533bfdc064a94963a18e4f0248551061bb8cf9c3
system_accounts="_lms"
_lms_homedir="/var/lms"
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] lms: update to v3.62.1
2025-01-04 22:57 [PR PATCH] lms: update to v3.62.1 Danoloan10
2025-01-04 23:01 ` [PR PATCH] [Updated] " Danoloan10
@ 2025-03-13 23:25 ` Danoloan10
2025-03-14 0:12 ` [PR PATCH] [Updated] lms: update to v3.64.0 Danoloan10
2 siblings, 0 replies; 4+ messages in thread
From: Danoloan10 @ 2025-03-13 23:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1248 bytes --]
There is an updated pull request by Danoloan10 against master on the void-packages repository
https://github.com/Danoloan10/void-packages master
https://github.com/void-linux/void-packages/pull/53849
lms: update to v3.62.1
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/53849.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-53849.patch --]
[-- Type: text/x-diff, Size: 4058 bytes --]
From 7e4206e66f9422d56394e49bd8c35b303dbee2db Mon Sep 17 00:00:00 2001
From: danoloan10 <danolo@danoloan.es>
Date: Fri, 28 Jun 2024 21:28:19 +0200
Subject: [PATCH 1/2] wt: update to 4.11.3
---
common/shlibs | 10 +++++-----
srcpkgs/lms/template | 2 +-
srcpkgs/wt/template | 8 ++++----
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/common/shlibs b/common/shlibs
index 739da7523e3c5e..8b435de984f5f6 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -103,11 +103,11 @@ libgmodule-2.0.so.0 glib-2.80.0_1
libgio-2.0.so.0 glib-2.80.0_1
libgobject-2.0.so.0 glib-2.80.0_1
libgrepository-2.0.so.0 glib-2.80.0_1
-libwt.so.4.10.4 wt-4.10.4_1
-libwtdbo.so.4.10.4 wt-4.10.4_1
-libwtdbosqlite3.so.4.10.4 wt-4.10.4_1
-libwthttp.so.4.10.4 wt-4.10.4_1
-libwttest.so.4.10.4 wt-4.10.4_1
+libwt.so.4.11.3 wt-4.11.3_1
+libwtdbo.so.4.11.3 wt-4.11.3_1
+libwtdbosqlite3.so.4.11.3 wt-4.11.3_1
+libwthttp.so.4.11.3 wt-4.11.3_1
+libwttest.so.4.11.3 wt-4.11.3_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/lms/template b/srcpkgs/lms/template
index f79a66366a8d7a..707e2a591d1175 100644
--- a/srcpkgs/lms/template
+++ b/srcpkgs/lms/template
@@ -1,7 +1,7 @@
# Template file for 'lms'
pkgname=lms
version=3.59.1
-revision=1
+revision=2
build_style=cmake
configure_args="-DLMS_IMAGE_BACKEND=graphicsmagick"
hostmakedepends="pkg-config"
diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
index d6206fe4d5752e..20d51ead192eee 100644
--- a/srcpkgs/wt/template
+++ b/srcpkgs/wt/template
@@ -1,20 +1,20 @@
# Template file for 'wt'
pkgname=wt
-version=4.10.4
+version=4.11.3
revision=1
build_style=cmake
build_helper=qmake
configure_args="-DBUILD_EXAMPLES=OFF -DENABLE_QT4=OFF"
hostmakedepends="qt5-host-tools qt5-qmake"
makedepends="boost-devel openssl-devel Haru-devel pango-devel sqlite-devel postgresql-libs-devel
- libmysqlclient-devel unixodbc-devel qt5-devel libfreeglut-devel libunwind-devel"
+ libmysqlclient-devel unixodbc-devel qt5-devel libfreeglut-devel libunwind-devel zlib-devel"
short_desc="Wt, C++ Web Toolkit"
-maintainer="danoloan10 <danoloan10@tutanota.com>"
+maintainer="danolo <danolo@danoloan.es>"
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=dd6092abe599d9254242225e801da38085847b3147c1748e1212f274398a2e9a
+checksum=b0093b938767367a8bed76e82ab5522df5c6dee2c4cd8feca5c47bb43755eccc
wt-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
From 2270fe49c30d0fe6541dae5805077c64fe377655 Mon Sep 17 00:00:00 2001
From: danoloan10 <danolo@danoloan.es>
Date: Sat, 4 Jan 2025 23:53:30 +0100
Subject: [PATCH 2/2] lms: update to v3.64.0
---
srcpkgs/lms/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/lms/template b/srcpkgs/lms/template
index 707e2a591d1175..f3eb93f3795af5 100644
--- a/srcpkgs/lms/template
+++ b/srcpkgs/lms/template
@@ -1,19 +1,19 @@
# Template file for 'lms'
pkgname=lms
-version=3.59.1
+version=3.64.0
revision=2
build_style=cmake
configure_args="-DLMS_IMAGE_BACKEND=graphicsmagick"
hostmakedepends="pkg-config"
makedepends="wt-devel ffmpeg6-devel boost-devel libconfig++-devel taglib-devel
- pam-devel libgraphicsmagick-devel gtest-devel libarchive-devel"
+ pam-devel libgraphicsmagick-devel gtest-devel libarchive-devel zlib-devel"
conf_files="/etc/lms.conf /etc/pam.d/lms"
short_desc="Lightweight Music Server"
-maintainer="danoloan10 <danoloan10@tutanota.com>"
+maintainer="danolo <danolo@danoloan.es>"
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=9024698acc9103c1b0ff836203f8126d993a80e010bd5d0463201a4a9b58f11d
+checksum=d192044b124e51bc1b3f0b2bca74cd575f9f0c0000baa91af85a2067b787754d
system_accounts="_lms"
_lms_homedir="/var/lms"
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] lms: update to v3.64.0
2025-01-04 22:57 [PR PATCH] lms: update to v3.62.1 Danoloan10
2025-01-04 23:01 ` [PR PATCH] [Updated] " Danoloan10
2025-03-13 23:25 ` Danoloan10
@ 2025-03-14 0:12 ` Danoloan10
2 siblings, 0 replies; 4+ messages in thread
From: Danoloan10 @ 2025-03-14 0:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1248 bytes --]
There is an updated pull request by Danoloan10 against master on the void-packages repository
https://github.com/Danoloan10/void-packages master
https://github.com/void-linux/void-packages/pull/53849
lms: update to v3.64.0
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/53849.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-53849.patch --]
[-- Type: text/x-diff, Size: 4058 bytes --]
From 10f76955b994e6df3c2bc1d288b53bbeeaa67458 Mon Sep 17 00:00:00 2001
From: danoloan10 <danolo@danoloan.es>
Date: Fri, 28 Jun 2024 21:28:19 +0200
Subject: [PATCH 1/2] wt: update to 4.11.3
---
common/shlibs | 10 +++++-----
srcpkgs/lms/template | 2 +-
srcpkgs/wt/template | 8 ++++----
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/common/shlibs b/common/shlibs
index 390011826b98ae..adf03015e23847 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -103,11 +103,11 @@ libgmodule-2.0.so.0 glib-2.80.0_1
libgio-2.0.so.0 glib-2.80.0_1
libgobject-2.0.so.0 glib-2.80.0_1
libgrepository-2.0.so.0 glib-2.80.0_1
-libwt.so.4.10.4 wt-4.10.4_1
-libwtdbo.so.4.10.4 wt-4.10.4_1
-libwtdbosqlite3.so.4.10.4 wt-4.10.4_1
-libwthttp.so.4.10.4 wt-4.10.4_1
-libwttest.so.4.10.4 wt-4.10.4_1
+libwt.so.4.11.3 wt-4.11.3_1
+libwtdbo.so.4.11.3 wt-4.11.3_1
+libwtdbosqlite3.so.4.11.3 wt-4.11.3_1
+libwthttp.so.4.11.3 wt-4.11.3_1
+libwttest.so.4.11.3 wt-4.11.3_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/lms/template b/srcpkgs/lms/template
index f79a66366a8d7a..707e2a591d1175 100644
--- a/srcpkgs/lms/template
+++ b/srcpkgs/lms/template
@@ -1,7 +1,7 @@
# Template file for 'lms'
pkgname=lms
version=3.59.1
-revision=1
+revision=2
build_style=cmake
configure_args="-DLMS_IMAGE_BACKEND=graphicsmagick"
hostmakedepends="pkg-config"
diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
index d6206fe4d5752e..20d51ead192eee 100644
--- a/srcpkgs/wt/template
+++ b/srcpkgs/wt/template
@@ -1,20 +1,20 @@
# Template file for 'wt'
pkgname=wt
-version=4.10.4
+version=4.11.3
revision=1
build_style=cmake
build_helper=qmake
configure_args="-DBUILD_EXAMPLES=OFF -DENABLE_QT4=OFF"
hostmakedepends="qt5-host-tools qt5-qmake"
makedepends="boost-devel openssl-devel Haru-devel pango-devel sqlite-devel postgresql-libs-devel
- libmysqlclient-devel unixodbc-devel qt5-devel libfreeglut-devel libunwind-devel"
+ libmysqlclient-devel unixodbc-devel qt5-devel libfreeglut-devel libunwind-devel zlib-devel"
short_desc="Wt, C++ Web Toolkit"
-maintainer="danoloan10 <danoloan10@tutanota.com>"
+maintainer="danolo <danolo@danoloan.es>"
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=dd6092abe599d9254242225e801da38085847b3147c1748e1212f274398a2e9a
+checksum=b0093b938767367a8bed76e82ab5522df5c6dee2c4cd8feca5c47bb43755eccc
wt-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
From 43ca99feceb34f14f04cfe397695cec85e0025eb Mon Sep 17 00:00:00 2001
From: danoloan10 <danolo@danoloan.es>
Date: Sat, 4 Jan 2025 23:53:30 +0100
Subject: [PATCH 2/2] lms: update to v3.64.0
---
srcpkgs/lms/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/lms/template b/srcpkgs/lms/template
index 707e2a591d1175..f3eb93f3795af5 100644
--- a/srcpkgs/lms/template
+++ b/srcpkgs/lms/template
@@ -1,19 +1,19 @@
# Template file for 'lms'
pkgname=lms
-version=3.59.1
+version=3.64.0
revision=2
build_style=cmake
configure_args="-DLMS_IMAGE_BACKEND=graphicsmagick"
hostmakedepends="pkg-config"
makedepends="wt-devel ffmpeg6-devel boost-devel libconfig++-devel taglib-devel
- pam-devel libgraphicsmagick-devel gtest-devel libarchive-devel"
+ pam-devel libgraphicsmagick-devel gtest-devel libarchive-devel zlib-devel"
conf_files="/etc/lms.conf /etc/pam.d/lms"
short_desc="Lightweight Music Server"
-maintainer="danoloan10 <danoloan10@tutanota.com>"
+maintainer="danolo <danolo@danoloan.es>"
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=9024698acc9103c1b0ff836203f8126d993a80e010bd5d0463201a4a9b58f11d
+checksum=d192044b124e51bc1b3f0b2bca74cd575f9f0c0000baa91af85a2067b787754d
system_accounts="_lms"
_lms_homedir="/var/lms"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-03-14 0:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-04 22:57 [PR PATCH] lms: update to v3.62.1 Danoloan10
2025-01-04 23:01 ` [PR PATCH] [Updated] " Danoloan10
2025-03-13 23:25 ` Danoloan10
2025-03-14 0:12 ` [PR PATCH] [Updated] lms: update to v3.64.0 Danoloan10
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).