Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lilypond: update to 2.21.1
@ 2020-05-10 17:36 newbluemoon
  2020-05-10 20:16 ` newbluemoon
  2020-05-10 21:52 ` [PR PATCH] [Merged]: " jnbr
  0 siblings, 2 replies; 3+ messages in thread
From: newbluemoon @ 2020-05-10 17:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 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/21821

lilypond: update to 2.21.1


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

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

From 81b43cc1769f9b0b880ba19f4b3f58f6ea9c2eae Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 10 May 2020 19:31:34 +0200
Subject: [PATCH 1/2] lilypond: update to 2.21.1

---
 srcpkgs/lilypond/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/lilypond/template b/srcpkgs/lilypond/template
index ecb36a0d8dc..82012a2a8a6 100644
--- a/srcpkgs/lilypond/template
+++ b/srcpkgs/lilypond/template
@@ -1,13 +1,12 @@
 # Template file for 'lilypond'
 pkgname=lilypond
-version=2.20.0
+version=2.21.1
 revision=1
-_tlversion=2019
 build_wrksrc="build"
 build_style="gnu-configure"
 configure_script="../configure"
 configure_args="--disable-documentation ac_cv_func_isinf=yes
- --with-texgyre-dir=/opt/texlive/${_tlversion}/texmf-dist/fonts/opentype/public/tex-gyre"
+ --with-texgyre-dir=/opt/texlive/2020/texmf-dist/fonts/opentype/public/tex-gyre"
 hostmakedepends="autogen automake flex fontforge gettext gnupg guile1.8 pkg-config
  tar texinfo texlive-bin"
 makedepends="gc-devel guile1.8-devel libltdl-devel pango-devel python-devel"
@@ -16,9 +15,9 @@ short_desc="Music engraving program"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later, GFDL-1.3-or-later"
 homepage="http://lilypond.org/"
-distfiles="http://lilypond.org/downloads/sources/v2.20/lilypond-${version}.tar.gz"
-checksum=595901323fbc88d3039ca4bdbc2d8c5ce46b182edcb3ea9c0940eba849bba661
-python_version=2 #unverified
+distfiles="http://lilypond.org/downloads/sources/v2.21/lilypond-${version}.tar.gz"
+checksum=b7ccd72488b0838bc1ae5f490d6acefb292a902d977f6ed05f1eb26d30137e5e
+python_version=2
 
 if [ -n "${CROSS_BUILD}" ]; then
 	# needs guile-config-1.8 and python-config
@@ -30,7 +29,7 @@ fi
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64-musl) ;;
-	*-musl) broken="no texlive available yet";;
+	*-musl) broken="TeX Live not available, yet." ;;
 esac
 
 post_extract() {

From 489b570379ac3f5d62a66288d0a2ce6be87af5a7 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 10 May 2020 19:32:20 +0200
Subject: [PATCH 2/2] lilypond-doc: update to 2.21.1.1

---
 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 55a3ddd9a2b..1480cfe1d52 100644
--- a/srcpkgs/lilypond-doc/template
+++ b/srcpkgs/lilypond-doc/template
@@ -1,6 +1,6 @@
 # Template file for 'lilypond-doc'
 pkgname=lilypond-doc
-version=2.20.0.1
+version=2.21.1.1
 revision=1
 archs=noarch
 create_wrksrc=yes
@@ -9,7 +9,7 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later, GFDL-1.3-or-later"
 homepage="http://lilypond.org/"
 distfiles="http://lilypond.org/downloads/binaries/documentation/lilypond-${version%.*}-${version##*.}.documentation.tar.bz2"
-checksum=a70e28cd9238b5e0e2deebeca19706d65a3ec3b6b874b6b5f0e73b486962aceb
+checksum=405d9fa66e02c0578d2d183d3b2d4d30b9629beadefa5b6dcd031e3a432c375b
 
 do_install() {
 	vmkdir usr

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

* Re: lilypond: update to 2.21.1
  2020-05-10 17:36 [PR PATCH] lilypond: update to 2.21.1 newbluemoon
@ 2020-05-10 20:16 ` newbluemoon
  2020-05-10 21:52 ` [PR PATCH] [Merged]: " jnbr
  1 sibling, 0 replies; 3+ messages in thread
From: newbluemoon @ 2020-05-10 20:16 UTC (permalink / raw)
  To: ml

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

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/21821#issuecomment-626383314

Comment:
Local build for i686 is fine.

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

* Re: [PR PATCH] [Merged]: lilypond: update to 2.21.1
  2020-05-10 17:36 [PR PATCH] lilypond: update to 2.21.1 newbluemoon
  2020-05-10 20:16 ` newbluemoon
@ 2020-05-10 21:52 ` jnbr
  1 sibling, 0 replies; 3+ messages in thread
From: jnbr @ 2020-05-10 21:52 UTC (permalink / raw)
  To: ml

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

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

lilypond: update to 2.21.1
https://github.com/void-linux/void-packages/pull/21821

Description:


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

end of thread, other threads:[~2020-05-10 21:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-10 17:36 [PR PATCH] lilypond: update to 2.21.1 newbluemoon
2020-05-10 20:16 ` newbluemoon
2020-05-10 21:52 ` [PR PATCH] [Merged]: " jnbr

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