Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lilypond: update to 2.24.2
@ 2023-08-13 14:15 newbluemoon
  2023-08-20 12:44 ` [PR PATCH] [Updated] " newbluemoon
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: newbluemoon @ 2023-08-13 14:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages lilypond
https://github.com/void-linux/void-packages/pull/45577

lilypond: update to 2.24.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - x86_64-musl
  - i686



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

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

From c4de0217bf5ad635cbb1ab9af96dfa2516eebaef Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 13 Aug 2023 16:12:22 +0200
Subject: [PATCH 1/2] lilypond-doc: update to 2.24.2

---
 srcpkgs/lilypond-doc/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lilypond-doc/template b/srcpkgs/lilypond-doc/template
index 3730324726735..724a01ce3bb2f 100644
--- a/srcpkgs/lilypond-doc/template
+++ b/srcpkgs/lilypond-doc/template
@@ -1,14 +1,14 @@
 # Template file for 'lilypond-doc'
 # should be kept in sync with 'lilypond'
 pkgname=lilypond-doc
-version=2.24.1
+version=2.24.2
 revision=1
 short_desc="Documentation for the lilypond music engraving program"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later, GFDL-1.3-or-later"
 homepage="https://lilypond.org/"
 distfiles="https://gitlab.com/lilypond/lilypond/-/releases/v${version}/downloads/lilypond-${version}-documentation.tar.xz"
-checksum=dc7b8d9cd86c435a3a3a5e6020869bf0d0507655e0c0a363a145d664391ddd18
+checksum=b0be9212227f0e6512771df0479adc02395d730cab7bb815b83117387cb53888
 
 do_install() {
 	vmkdir usr/share

From 025717c2f7eb1016de4dfcee513606f517ba21e3 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 13 Aug 2023 16:12:41 +0200
Subject: [PATCH 2/2] lilypond: update to 2.24.2

---
 srcpkgs/lilypond/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lilypond/template b/srcpkgs/lilypond/template
index 8abcd41b1dba1..8b3f0317938c7 100644
--- a/srcpkgs/lilypond/template
+++ b/srcpkgs/lilypond/template
@@ -1,7 +1,7 @@
 # Template file for 'lilypond'
 # should be kept in sync with 'lilypond-doc'
 pkgname=lilypond
-version=2.24.1
+version=2.24.2
 revision=1
 build_wrksrc="build"
 build_style="gnu-configure"
@@ -18,7 +18,7 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later, GFDL-1.3-or-later"
 homepage="https://lilypond.org/"
 distfiles="https://lilypond.org/downloads/sources/v${version%.*}/lilypond-${version}.tar.gz"
-checksum=d5c59087564a5cd6f08a52ba80e7d6509b91c585e44385dcc0fa39265d181509
+checksum=7944e610d7b4f1de4c71ccfe1fbdd3201f54fac54561bdcd048914f8dbb60a48
 python_version=3
 make_check=ci-skip # ci sometimes fails, but all checks pass locally
 

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

* Re: [PR PATCH] [Updated] lilypond: update to 2.24.2
  2023-08-13 14:15 [PR PATCH] lilypond: update to 2.24.2 newbluemoon
@ 2023-08-20 12:44 ` newbluemoon
  2023-08-20 18:21 ` newbluemoon
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: newbluemoon @ 2023-08-20 12:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages lilypond
https://github.com/void-linux/void-packages/pull/45577

lilypond: update to 2.24.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - x86_64-musl
  - i686



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

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

From 1910905457e93ee1b0e1d787201f0189c8d70cb5 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 13 Aug 2023 16:12:22 +0200
Subject: [PATCH 1/2] lilypond-doc: update to 2.24.2

---
 srcpkgs/lilypond-doc/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lilypond-doc/template b/srcpkgs/lilypond-doc/template
index 3730324726735..724a01ce3bb2f 100644
--- a/srcpkgs/lilypond-doc/template
+++ b/srcpkgs/lilypond-doc/template
@@ -1,14 +1,14 @@
 # Template file for 'lilypond-doc'
 # should be kept in sync with 'lilypond'
 pkgname=lilypond-doc
-version=2.24.1
+version=2.24.2
 revision=1
 short_desc="Documentation for the lilypond music engraving program"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later, GFDL-1.3-or-later"
 homepage="https://lilypond.org/"
 distfiles="https://gitlab.com/lilypond/lilypond/-/releases/v${version}/downloads/lilypond-${version}-documentation.tar.xz"
-checksum=dc7b8d9cd86c435a3a3a5e6020869bf0d0507655e0c0a363a145d664391ddd18
+checksum=b0be9212227f0e6512771df0479adc02395d730cab7bb815b83117387cb53888
 
 do_install() {
 	vmkdir usr/share

From 35c068d408cea6af45bb315ecff731b526fab819 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 13 Aug 2023 16:12:41 +0200
Subject: [PATCH 2/2] lilypond: update to 2.24.2

---
 srcpkgs/lilypond/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lilypond/template b/srcpkgs/lilypond/template
index 8abcd41b1dba1..8b3f0317938c7 100644
--- a/srcpkgs/lilypond/template
+++ b/srcpkgs/lilypond/template
@@ -1,7 +1,7 @@
 # Template file for 'lilypond'
 # should be kept in sync with 'lilypond-doc'
 pkgname=lilypond
-version=2.24.1
+version=2.24.2
 revision=1
 build_wrksrc="build"
 build_style="gnu-configure"
@@ -18,7 +18,7 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later, GFDL-1.3-or-later"
 homepage="https://lilypond.org/"
 distfiles="https://lilypond.org/downloads/sources/v${version%.*}/lilypond-${version}.tar.gz"
-checksum=d5c59087564a5cd6f08a52ba80e7d6509b91c585e44385dcc0fa39265d181509
+checksum=7944e610d7b4f1de4c71ccfe1fbdd3201f54fac54561bdcd048914f8dbb60a48
 python_version=3
 make_check=ci-skip # ci sometimes fails, but all checks pass locally
 

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

* Re: [PR PATCH] [Updated] lilypond: update to 2.24.2
  2023-08-13 14:15 [PR PATCH] lilypond: update to 2.24.2 newbluemoon
  2023-08-20 12:44 ` [PR PATCH] [Updated] " newbluemoon
@ 2023-08-20 18:21 ` newbluemoon
  2023-08-21 15:23 ` newbluemoon
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: newbluemoon @ 2023-08-20 18:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages lilypond
https://github.com/void-linux/void-packages/pull/45577

lilypond: update to 2.24.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - x86_64-musl
  - i686



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

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

From af37efc20457f0037b767afd4857090f79d70a6a Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 13 Aug 2023 16:12:22 +0200
Subject: [PATCH 1/2] lilypond-doc: update to 2.24.2

---
 srcpkgs/lilypond-doc/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lilypond-doc/template b/srcpkgs/lilypond-doc/template
index 3730324726735..724a01ce3bb2f 100644
--- a/srcpkgs/lilypond-doc/template
+++ b/srcpkgs/lilypond-doc/template
@@ -1,14 +1,14 @@
 # Template file for 'lilypond-doc'
 # should be kept in sync with 'lilypond'
 pkgname=lilypond-doc
-version=2.24.1
+version=2.24.2
 revision=1
 short_desc="Documentation for the lilypond music engraving program"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later, GFDL-1.3-or-later"
 homepage="https://lilypond.org/"
 distfiles="https://gitlab.com/lilypond/lilypond/-/releases/v${version}/downloads/lilypond-${version}-documentation.tar.xz"
-checksum=dc7b8d9cd86c435a3a3a5e6020869bf0d0507655e0c0a363a145d664391ddd18
+checksum=b0be9212227f0e6512771df0479adc02395d730cab7bb815b83117387cb53888
 
 do_install() {
 	vmkdir usr/share

From 7a76f97ff98fc6e1f131804f6c91ee29b74a7568 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 13 Aug 2023 16:12:41 +0200
Subject: [PATCH 2/2] lilypond: update to 2.24.2

---
 srcpkgs/lilypond/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lilypond/template b/srcpkgs/lilypond/template
index 8abcd41b1dba1..8b3f0317938c7 100644
--- a/srcpkgs/lilypond/template
+++ b/srcpkgs/lilypond/template
@@ -1,7 +1,7 @@
 # Template file for 'lilypond'
 # should be kept in sync with 'lilypond-doc'
 pkgname=lilypond
-version=2.24.1
+version=2.24.2
 revision=1
 build_wrksrc="build"
 build_style="gnu-configure"
@@ -18,7 +18,7 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later, GFDL-1.3-or-later"
 homepage="https://lilypond.org/"
 distfiles="https://lilypond.org/downloads/sources/v${version%.*}/lilypond-${version}.tar.gz"
-checksum=d5c59087564a5cd6f08a52ba80e7d6509b91c585e44385dcc0fa39265d181509
+checksum=7944e610d7b4f1de4c71ccfe1fbdd3201f54fac54561bdcd048914f8dbb60a48
 python_version=3
 make_check=ci-skip # ci sometimes fails, but all checks pass locally
 

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

* Re: [PR PATCH] [Updated] lilypond: update to 2.24.2
  2023-08-13 14:15 [PR PATCH] lilypond: update to 2.24.2 newbluemoon
  2023-08-20 12:44 ` [PR PATCH] [Updated] " newbluemoon
  2023-08-20 18:21 ` newbluemoon
@ 2023-08-21 15:23 ` newbluemoon
  2023-08-22  3:55 ` newbluemoon
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: newbluemoon @ 2023-08-21 15:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages lilypond
https://github.com/void-linux/void-packages/pull/45577

lilypond: update to 2.24.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - x86_64-musl
  - i686



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

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

From 7da4551f35fa2f22901dfa410a69dae4c4e21cad Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 13 Aug 2023 16:12:22 +0200
Subject: [PATCH 1/2] lilypond-doc: update to 2.24.2

---
 srcpkgs/lilypond-doc/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lilypond-doc/template b/srcpkgs/lilypond-doc/template
index 3730324726735..724a01ce3bb2f 100644
--- a/srcpkgs/lilypond-doc/template
+++ b/srcpkgs/lilypond-doc/template
@@ -1,14 +1,14 @@
 # Template file for 'lilypond-doc'
 # should be kept in sync with 'lilypond'
 pkgname=lilypond-doc
-version=2.24.1
+version=2.24.2
 revision=1
 short_desc="Documentation for the lilypond music engraving program"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later, GFDL-1.3-or-later"
 homepage="https://lilypond.org/"
 distfiles="https://gitlab.com/lilypond/lilypond/-/releases/v${version}/downloads/lilypond-${version}-documentation.tar.xz"
-checksum=dc7b8d9cd86c435a3a3a5e6020869bf0d0507655e0c0a363a145d664391ddd18
+checksum=b0be9212227f0e6512771df0479adc02395d730cab7bb815b83117387cb53888
 
 do_install() {
 	vmkdir usr/share

From 63752d2ad987df1951dcfed82e76085ef91a131c Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 13 Aug 2023 16:12:41 +0200
Subject: [PATCH 2/2] lilypond: update to 2.24.2

---
 srcpkgs/lilypond/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lilypond/template b/srcpkgs/lilypond/template
index 8abcd41b1dba1..8b3f0317938c7 100644
--- a/srcpkgs/lilypond/template
+++ b/srcpkgs/lilypond/template
@@ -1,7 +1,7 @@
 # Template file for 'lilypond'
 # should be kept in sync with 'lilypond-doc'
 pkgname=lilypond
-version=2.24.1
+version=2.24.2
 revision=1
 build_wrksrc="build"
 build_style="gnu-configure"
@@ -18,7 +18,7 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later, GFDL-1.3-or-later"
 homepage="https://lilypond.org/"
 distfiles="https://lilypond.org/downloads/sources/v${version%.*}/lilypond-${version}.tar.gz"
-checksum=d5c59087564a5cd6f08a52ba80e7d6509b91c585e44385dcc0fa39265d181509
+checksum=7944e610d7b4f1de4c71ccfe1fbdd3201f54fac54561bdcd048914f8dbb60a48
 python_version=3
 make_check=ci-skip # ci sometimes fails, but all checks pass locally
 

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

* Re: lilypond: update to 2.24.2
  2023-08-13 14:15 [PR PATCH] lilypond: update to 2.24.2 newbluemoon
                   ` (2 preceding siblings ...)
  2023-08-21 15:23 ` newbluemoon
@ 2023-08-22  3:55 ` newbluemoon
  2023-08-29  4:47 ` [PR PATCH] [Updated] " newbluemoon
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: newbluemoon @ 2023-08-22  3:55 UTC (permalink / raw)
  To: ml

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

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/45577#issuecomment-1687377131

Comment:
I cannot reproduce this error locally. Everything is fine there.

```
I can't figure out your version of iconv(). I need a name for the UCS-4 encoding and I can't find one. Reconfigure --without-iconv. Bye.make[1]: *** [/builddir/lilypond-2.24.2/build/.././mf/GNUmakefile:125: out/emmentaler-11.woff] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [/builddir/lilypond-2.24.2/build/.././make/generic-targets.make:6: all] Error 2
=> ERROR: lilypond-2.24.2_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 2
=> ERROR:   in do_build() at common/build-style/gnu-configure.sh:15
```

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

* Re: [PR PATCH] [Updated] lilypond: update to 2.24.2
  2023-08-13 14:15 [PR PATCH] lilypond: update to 2.24.2 newbluemoon
                   ` (3 preceding siblings ...)
  2023-08-22  3:55 ` newbluemoon
@ 2023-08-29  4:47 ` newbluemoon
  2023-09-05 19:41 ` leahneukirchen
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: newbluemoon @ 2023-08-29  4:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages lilypond
https://github.com/void-linux/void-packages/pull/45577

lilypond: update to 2.24.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - x86_64-musl
  - i686



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

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

From c0c338e305f2f56b1d8afdbc9da1e4c4d8591ee5 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 13 Aug 2023 16:12:22 +0200
Subject: [PATCH 1/2] lilypond-doc: update to 2.24.2

---
 srcpkgs/lilypond-doc/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lilypond-doc/template b/srcpkgs/lilypond-doc/template
index 3730324726735..724a01ce3bb2f 100644
--- a/srcpkgs/lilypond-doc/template
+++ b/srcpkgs/lilypond-doc/template
@@ -1,14 +1,14 @@
 # Template file for 'lilypond-doc'
 # should be kept in sync with 'lilypond'
 pkgname=lilypond-doc
-version=2.24.1
+version=2.24.2
 revision=1
 short_desc="Documentation for the lilypond music engraving program"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later, GFDL-1.3-or-later"
 homepage="https://lilypond.org/"
 distfiles="https://gitlab.com/lilypond/lilypond/-/releases/v${version}/downloads/lilypond-${version}-documentation.tar.xz"
-checksum=dc7b8d9cd86c435a3a3a5e6020869bf0d0507655e0c0a363a145d664391ddd18
+checksum=b0be9212227f0e6512771df0479adc02395d730cab7bb815b83117387cb53888
 
 do_install() {
 	vmkdir usr/share

From 635f2268fda0fcd67e19d4e5114b2b4b22485367 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 13 Aug 2023 16:12:41 +0200
Subject: [PATCH 2/2] lilypond: update to 2.24.2

---
 srcpkgs/lilypond/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lilypond/template b/srcpkgs/lilypond/template
index 8abcd41b1dba1..8b3f0317938c7 100644
--- a/srcpkgs/lilypond/template
+++ b/srcpkgs/lilypond/template
@@ -1,7 +1,7 @@
 # Template file for 'lilypond'
 # should be kept in sync with 'lilypond-doc'
 pkgname=lilypond
-version=2.24.1
+version=2.24.2
 revision=1
 build_wrksrc="build"
 build_style="gnu-configure"
@@ -18,7 +18,7 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later, GFDL-1.3-or-later"
 homepage="https://lilypond.org/"
 distfiles="https://lilypond.org/downloads/sources/v${version%.*}/lilypond-${version}.tar.gz"
-checksum=d5c59087564a5cd6f08a52ba80e7d6509b91c585e44385dcc0fa39265d181509
+checksum=7944e610d7b4f1de4c71ccfe1fbdd3201f54fac54561bdcd048914f8dbb60a48
 python_version=3
 make_check=ci-skip # ci sometimes fails, but all checks pass locally
 

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

* Re: lilypond: update to 2.24.2
  2023-08-13 14:15 [PR PATCH] lilypond: update to 2.24.2 newbluemoon
                   ` (4 preceding siblings ...)
  2023-08-29  4:47 ` [PR PATCH] [Updated] " newbluemoon
@ 2023-09-05 19:41 ` leahneukirchen
  2023-09-05 20:24 ` [PR PATCH] [Updated] " newbluemoon
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: leahneukirchen @ 2023-09-05 19:41 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/45577#issuecomment-1707211293

Comment:
Please rebase, we fixed an iconv issue on CI recently.

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

* Re: [PR PATCH] [Updated] lilypond: update to 2.24.2
  2023-08-13 14:15 [PR PATCH] lilypond: update to 2.24.2 newbluemoon
                   ` (5 preceding siblings ...)
  2023-09-05 19:41 ` leahneukirchen
@ 2023-09-05 20:24 ` newbluemoon
  2023-09-05 20:28 ` newbluemoon
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: newbluemoon @ 2023-09-05 20:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages lilypond
https://github.com/void-linux/void-packages/pull/45577

lilypond: update to 2.24.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - x86_64-musl
  - i686



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

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

From 737473d94bc3b73bd5894f05e8b08b24850a75c8 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 13 Aug 2023 16:12:22 +0200
Subject: [PATCH 1/2] lilypond-doc: update to 2.24.2

---
 srcpkgs/lilypond-doc/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lilypond-doc/template b/srcpkgs/lilypond-doc/template
index 3730324726735..724a01ce3bb2f 100644
--- a/srcpkgs/lilypond-doc/template
+++ b/srcpkgs/lilypond-doc/template
@@ -1,14 +1,14 @@
 # Template file for 'lilypond-doc'
 # should be kept in sync with 'lilypond'
 pkgname=lilypond-doc
-version=2.24.1
+version=2.24.2
 revision=1
 short_desc="Documentation for the lilypond music engraving program"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later, GFDL-1.3-or-later"
 homepage="https://lilypond.org/"
 distfiles="https://gitlab.com/lilypond/lilypond/-/releases/v${version}/downloads/lilypond-${version}-documentation.tar.xz"
-checksum=dc7b8d9cd86c435a3a3a5e6020869bf0d0507655e0c0a363a145d664391ddd18
+checksum=b0be9212227f0e6512771df0479adc02395d730cab7bb815b83117387cb53888
 
 do_install() {
 	vmkdir usr/share

From 37725b3e8d12ab89c00df565e052e92459ec0517 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 13 Aug 2023 16:12:41 +0200
Subject: [PATCH 2/2] lilypond: update to 2.24.2

---
 srcpkgs/lilypond/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lilypond/template b/srcpkgs/lilypond/template
index 8abcd41b1dba1..8b3f0317938c7 100644
--- a/srcpkgs/lilypond/template
+++ b/srcpkgs/lilypond/template
@@ -1,7 +1,7 @@
 # Template file for 'lilypond'
 # should be kept in sync with 'lilypond-doc'
 pkgname=lilypond
-version=2.24.1
+version=2.24.2
 revision=1
 build_wrksrc="build"
 build_style="gnu-configure"
@@ -18,7 +18,7 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later, GFDL-1.3-or-later"
 homepage="https://lilypond.org/"
 distfiles="https://lilypond.org/downloads/sources/v${version%.*}/lilypond-${version}.tar.gz"
-checksum=d5c59087564a5cd6f08a52ba80e7d6509b91c585e44385dcc0fa39265d181509
+checksum=7944e610d7b4f1de4c71ccfe1fbdd3201f54fac54561bdcd048914f8dbb60a48
 python_version=3
 make_check=ci-skip # ci sometimes fails, but all checks pass locally
 

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

* Re: lilypond: update to 2.24.2
  2023-08-13 14:15 [PR PATCH] lilypond: update to 2.24.2 newbluemoon
                   ` (6 preceding siblings ...)
  2023-09-05 20:24 ` [PR PATCH] [Updated] " newbluemoon
@ 2023-09-05 20:28 ` newbluemoon
  2023-09-05 20:36 ` RoozbehOssia
  2023-09-05 20:44 ` [PR PATCH] [Merged]: " leahneukirchen
  9 siblings, 0 replies; 11+ messages in thread
From: newbluemoon @ 2023-09-05 20:28 UTC (permalink / raw)
  To: ml

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

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/45577#issuecomment-1707267105

Comment:
@leahneukirchen Done. :)

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

* Re: lilypond: update to 2.24.2
  2023-08-13 14:15 [PR PATCH] lilypond: update to 2.24.2 newbluemoon
                   ` (7 preceding siblings ...)
  2023-09-05 20:28 ` newbluemoon
@ 2023-09-05 20:36 ` RoozbehOssia
  2023-09-05 20:44 ` [PR PATCH] [Merged]: " leahneukirchen
  9 siblings, 0 replies; 11+ messages in thread
From: RoozbehOssia @ 2023-09-05 20:36 UTC (permalink / raw)
  To: ml

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

New comment by RoozbehOssia on void-packages repository

https://github.com/void-linux/void-packages/pull/45577#issuecomment-1707276554

Comment:
Dankeschön Allerbeste Allerseits

On Tue 5. Sep 2023 at 22:28, newbluemoon ***@***.***> wrote:

> @leahneukirchen <https://github.com/leahneukirchen> Done. :)
>
> —
> Reply to this email directly, view it on GitHub
> <https://github.com/void-linux/void-packages/pull/45577#issuecomment-1707267105>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AENTXPZ3S74GXHD33CYAUVLXY6DO7ANCNFSM6AAAAAA3OVV6IY>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
-- 
null


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

* Re: [PR PATCH] [Merged]: lilypond: update to 2.24.2
  2023-08-13 14:15 [PR PATCH] lilypond: update to 2.24.2 newbluemoon
                   ` (8 preceding siblings ...)
  2023-09-05 20:36 ` RoozbehOssia
@ 2023-09-05 20:44 ` leahneukirchen
  9 siblings, 0 replies; 11+ messages in thread
From: leahneukirchen @ 2023-09-05 20:44 UTC (permalink / raw)
  To: ml

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

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

lilypond: update to 2.24.2
https://github.com/void-linux/void-packages/pull/45577

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - x86_64-musl
  - i686



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

end of thread, other threads:[~2023-09-05 20:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-13 14:15 [PR PATCH] lilypond: update to 2.24.2 newbluemoon
2023-08-20 12:44 ` [PR PATCH] [Updated] " newbluemoon
2023-08-20 18:21 ` newbluemoon
2023-08-21 15:23 ` newbluemoon
2023-08-22  3:55 ` newbluemoon
2023-08-29  4:47 ` [PR PATCH] [Updated] " newbluemoon
2023-09-05 19:41 ` leahneukirchen
2023-09-05 20:24 ` [PR PATCH] [Updated] " newbluemoon
2023-09-05 20:28 ` newbluemoon
2023-09-05 20:36 ` RoozbehOssia
2023-09-05 20:44 ` [PR PATCH] [Merged]: " leahneukirchen

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