mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
lilypond: update to 2.19.82 (#491)
* lilypond-doc: update to 2.19.82.1 also add update file [ci skip] * lilypond: update to 2.19.82
This commit is contained in:
parent
302bc91789
commit
0b9de6199f
3 changed files with 18 additions and 17 deletions
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'lilypond-doc'
|
# Template file for 'lilypond-doc'
|
||||||
pkgname="lilypond-doc"
|
pkgname="lilypond-doc"
|
||||||
version="2.19.80"
|
version="2.19.82.1"
|
||||||
revision=2
|
revision=1
|
||||||
_docrev=1
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
short_desc="Documentation for the lilypond music engraving program"
|
short_desc="Documentation for the lilypond music engraving program"
|
||||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later, GFDL-1.3-or-later"
|
||||||
homepage="http://lilypond.org/"
|
homepage="http://lilypond.org/"
|
||||||
distfiles="http://lilypond.org/downloads/binaries/documentation/lilypond-${version}-${_docrev}.documentation.tar.bz2"
|
distfiles="http://lilypond.org/downloads/binaries/documentation/lilypond-${version%.*}-${version##*.}.documentation.tar.bz2"
|
||||||
checksum=1875a1ca00f5c0de80e52c609e7756c70447c2e18a0726c4ee61fd5c275c9e03
|
checksum=b95539396580882e498661cfd150cd4a46f4efbc54ec1e170a8fdb57d31dc1ed
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr
|
vmkdir usr
|
||||||
|
|
2
srcpkgs/lilypond-doc/update
Normal file
2
srcpkgs/lilypond-doc/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
version="${version%.*}-${version##*.}"
|
||||||
|
pattern="lilypond-\K[\d.-]+(?=.documentation)"
|
|
@ -1,24 +1,23 @@
|
||||||
# Template file for 'lilypond'
|
# Template file for 'lilypond'
|
||||||
pkgname="lilypond"
|
pkgname="lilypond"
|
||||||
version="2.19.80"
|
version="2.19.82"
|
||||||
revision=2
|
revision=1
|
||||||
_tlversion=2017
|
_tlversion=2018
|
||||||
build_wrksrc="build"
|
build_wrksrc="build"
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
configure_script="../configure"
|
configure_script="../configure"
|
||||||
configure_args="--disable-documentation
|
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/${_tlversion}/texmf-dist/fonts/opentype/public/tex-gyre"
|
||||||
hostmakedepends="automake autogen pkg-config flex bison fontforge gettext
|
hostmakedepends="autogen automake flex fontforge gettext gnupg guile1.8 pkg-config
|
||||||
perl texlive-bin gnupg guile1.8"
|
texlive-bin"
|
||||||
makedepends="guile1.8-devel fontconfig-devel freetype-devel pango-devel
|
makedepends="gc-devel guile1.8-devel libltdl-devel pango-devel python-devel"
|
||||||
python-devel libltdl-devel gc-devel"
|
|
||||||
depends="python ghostscript"
|
depends="python ghostscript"
|
||||||
short_desc="Music engraving program"
|
short_desc="Music engraving program"
|
||||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
homepage="http://lilypond.org/"
|
homepage="http://lilypond.org/"
|
||||||
license="GPL-3, FDL-1.3"
|
license="GPL-3.0-or-later, GFDL-1.3-or-later"
|
||||||
distfiles="http://download.linuxaudio.org/${pkgname}/source/v2.19/${pkgname}-${version}.tar.gz"
|
distfiles="http://lilypond.org/downloads/sources/v2.19/lilypond-${version}.tar.gz"
|
||||||
checksum=3679db30a3f74ce8668691952fb0dd58d8ad6bad099017e815ca3e4312261453
|
checksum=a5679cddb3e415828642f75027997596b814922aadb1fa633c8f973238ae291b
|
||||||
|
|
||||||
if [ -n "${CROSS_BUILD}" ]; then
|
if [ -n "${CROSS_BUILD}" ]; then
|
||||||
# needs guile-config-1.8 and python-config
|
# needs guile-config-1.8 and python-config
|
||||||
|
@ -29,6 +28,7 @@ if [ -n "${CROSS_BUILD}" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
x86_64-musl) ;;
|
||||||
*-musl) broken="no texlive available yet";;
|
*-musl) broken="no texlive available yet";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue