lilypond: update to 2.21.1
This commit is contained in:
parent
da092768ed
commit
f078ff0792
1 changed files with 6 additions and 7 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue