mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
lilypond: update to 2.23.9
This commit is contained in:
parent
f164be9ae1
commit
bd9c283a8c
1 changed files with 7 additions and 7 deletions
|
@ -1,28 +1,28 @@
|
||||||
# Template file for 'lilypond'
|
# Template file for 'lilypond'
|
||||||
pkgname=lilypond
|
pkgname=lilypond
|
||||||
version=2.23.6
|
# should be kept in sync with 'lilypond-doc'
|
||||||
|
version=2.23.9
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc="build"
|
build_wrksrc="build"
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
configure_script="../configure"
|
configure_script="../configure"
|
||||||
configure_args="--disable-documentation ac_cv_func_isinf=yes
|
configure_args="--disable-documentation ac_cv_func_isinf=yes
|
||||||
--with-texgyre-dir=/usr/share/texmf-dist/fonts/opentype/public/tex-gyre"
|
--with-texgyre-dir=/usr/share/texmf-dist/fonts/opentype/public/tex-gyre"
|
||||||
hostmakedepends="autogen automake bison flex fontforge gettext guile1.8 perl
|
hostmakedepends="autogen automake bison flex fontforge gettext perl
|
||||||
pkg-config python3 t1utils tar texinfo texlive"
|
pkg-config python3 t1utils tar texinfo texlive"
|
||||||
makedepends="gc-devel guile1.8-devel libltdl-devel pango-devel"
|
makedepends="gc-devel guile-devel libltdl-devel pango-devel"
|
||||||
depends="ghostscript python3"
|
depends="ghostscript guile python3"
|
||||||
checkdepends="ImageMagick rsync texi2html"
|
checkdepends="ImageMagick rsync texi2html"
|
||||||
short_desc="Music engraving program"
|
short_desc="Music engraving program"
|
||||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
license="GPL-3.0-or-later, GFDL-1.3-or-later"
|
license="GPL-3.0-or-later, GFDL-1.3-or-later"
|
||||||
homepage="https://lilypond.org/"
|
homepage="https://lilypond.org/"
|
||||||
distfiles="https://lilypond.org/downloads/sources/v2.23/lilypond-${version}.tar.gz"
|
distfiles="https://lilypond.org/downloads/sources/v2.23/lilypond-${version}.tar.gz"
|
||||||
checksum=a179bd974a0e64390efef5bb0cc1e7287f1218237548433adba51c4f25bba2ce
|
checksum=11204fab661a5324f55c607dc8f9363a47afc741563f8dc867cdd60c173b27db
|
||||||
python_version=3
|
python_version=3
|
||||||
|
make_check=ci-skip # ci fails, but all checks pass locally
|
||||||
|
|
||||||
if [ -n "${CROSS_BUILD}" ]; then
|
if [ -n "${CROSS_BUILD}" ]; then
|
||||||
# needs guile-config-1.8
|
|
||||||
hostmakedepends+=" guile1.8-devel"
|
|
||||||
makedepends+=" libfl-devel"
|
makedepends+=" libfl-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue