mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
lilypond: build with ghostscript 10, cleanup (#8394)
This commit is contained in:
@@ -5,7 +5,7 @@ printouts. LilyPond is free software and part of the GNU Project."
|
||||
HOMEPAGE="https://lilypond.org/"
|
||||
COPYRIGHT="1993-2023 The LilyPond development team"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://lilypond.org/download/source/v${portVersion%.*}/lilypond-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d5c59087564a5cd6f08a52ba80e7d6509b91c585e44385dcc0fa39265d181509"
|
||||
PATCHES="lilypond-$portVersion.patchset"
|
||||
@@ -36,7 +36,7 @@ REQUIRES="
|
||||
lib:libgmp$secondaryArchSuffix
|
||||
lib:libgobject_2.0$secondaryArchSuffix
|
||||
lib:libguile_2.2$secondaryArchSuffix
|
||||
lib:libgs$secondaryArchSuffix >= 9 # TODO: replace with cmd:gs?
|
||||
lib:libgs$secondaryArchSuffix >= 10 # TODO: replace with cmd:gs?
|
||||
lib:libharfbuzz$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libltdl$secondaryArchSuffix
|
||||
@@ -77,7 +77,7 @@ BUILD_REQUIRES="
|
||||
devel:libgmp$secondaryArchSuffix
|
||||
devel:libgobject_2.0$secondaryArchSuffix
|
||||
devel:libguile_2.2$secondaryArchSuffix
|
||||
devel:libgs$secondaryArchSuffix >= 9
|
||||
devel:libgs$secondaryArchSuffix >= 10
|
||||
devel:libharfbuzz$secondaryArchSuffix
|
||||
devel:libintl$secondaryArchSuffix
|
||||
devel:libltdl$secondaryArchSuffix
|
||||
@@ -128,7 +128,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:tidy
|
||||
cmd:xelatex
|
||||
cmd:zip
|
||||
lib:libreadline$secondaryArchSuffix >= 7 # required by fontforge, remove this when fixed
|
||||
"
|
||||
|
||||
TEST_REQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user