lilypond: bump version (#9180)

The version constraints for libgs are not needed any more.

A rebuild for python 3.10 is needed anyway.
This commit is contained in:
Joachim Mairböck
2023-08-12 09:10:00 +02:00
committed by GitHub
parent 0201bae0d1
commit 4908ad613c
2 changed files with 4 additions and 4 deletions

View File

@@ -5,9 +5,9 @@ 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="4"
REVISION="1"
SOURCE_URI="https://lilypond.org/download/source/v${portVersion%.*}/lilypond-$portVersion.tar.gz"
CHECKSUM_SHA256="d5c59087564a5cd6f08a52ba80e7d6509b91c585e44385dcc0fa39265d181509"
CHECKSUM_SHA256="7944e610d7b4f1de4c71ccfe1fbdd3201f54fac54561bdcd048914f8dbb60a48"
PATCHES="lilypond-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2"
@@ -36,7 +36,7 @@ REQUIRES="
lib:libgmp$secondaryArchSuffix
lib:libgobject_2.0$secondaryArchSuffix
lib:libguile_2.2$secondaryArchSuffix
lib:libgs$secondaryArchSuffix >= 10 # TODO: replace with cmd:gs?
lib:libgs$secondaryArchSuffix # 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 >= 10
devel:libgs$secondaryArchSuffix
devel:libharfbuzz$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
devel:libltdl$secondaryArchSuffix