lilypond: update to 2.19.84

This commit is contained in:
newbluemoon 2020-02-09 07:20:37 +01:00 committed by Piraty
parent a9ac3b7417
commit 80b2875467

View file

@ -1,15 +1,15 @@
# Template file for 'lilypond'
pkgname=lilypond
version=2.19.83
version=2.19.84
revision=1
_tlversion=2018
_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"
hostmakedepends="autogen automake flex fontforge gettext gnupg guile1.8 pkg-config
texlive-bin"
tar texinfo texlive-bin"
makedepends="gc-devel guile1.8-devel libltdl-devel pango-devel python-devel"
depends="python ghostscript"
short_desc="Music engraving program"
@ -17,7 +17,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/sources/v2.19/lilypond-${version}.tar.gz"
checksum=96ba4f4b342d21057ad74d85d647aea7e47a5c24f895127c2b3553a252738fb3
checksum=94dcc66447f24966f28eda72c79e1ec16143b8ea4a537cc9f97d017cc0c0dd11
if [ -n "${CROSS_BUILD}" ]; then
# needs guile-config-1.8 and python-config
@ -48,4 +48,3 @@ do_build() {
source /etc/profile.d/texlive.sh
make ${makejobs} ${make_build_args} ${make_build_target}
}