lilypond: update to 2.23.80

This commit is contained in:
newbluemoon 2022-08-14 21:54:33 +02:00 committed by classabbyamp
parent 0e16e47791
commit a62d117cc7
1 changed files with 5 additions and 6 deletions

View File

@ -1,15 +1,14 @@
# Template file for 'lilypond'
pkgname=lilypond
# should be kept in sync with 'lilypond-doc'
version=2.23.10
version=2.23.80
revision=1
build_wrksrc="build"
build_style="gnu-configure"
configure_script="../configure"
configure_args="--disable-documentation ac_cv_func_isinf=yes
--with-texgyre-dir=/usr/share/texmf-dist/fonts/opentype/public/tex-gyre"
configure_args="--disable-documentation ac_cv_func_isinf=yes"
hostmakedepends="autogen automake bison flex fontforge gettext perl
pkg-config python3 t1utils tar texinfo texlive"
pkg-config python3 t1utils tar texinfo texlive gsfonts"
makedepends="gc-devel guile-devel libltdl-devel pango-devel"
depends="ghostscript guile python3"
checkdepends="ImageMagick rsync texi2html"
@ -18,9 +17,9 @@ 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/v2.23/lilypond-${version}.tar.gz"
checksum=06ac963df1699598c62f4390b8fc95344a723a88af440c00f5201c4aa8958f68
checksum=2b0c80d4ca73a7208eb593682a0cef79bae5ee86780f3c24b18c995c9264cff9
python_version=3
make_check=ci-skip # ci fails, but all checks pass locally
make_check=ci-skip # ci sometimes fails, but all checks pass locally
if [ -n "${CROSS_BUILD}" ]; then
makedepends+=" libfl-devel"