From 4908ad613c8dbad950561e221b492fc2626b752d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Mairb=C3=B6ck?= Date: Sat, 12 Aug 2023 09:10:00 +0200 Subject: [PATCH] lilypond: bump version (#9180) The version constraints for libgs are not needed any more. A rebuild for python 3.10 is needed anyway. --- .../{lilypond-2.24.1.recipe => lilypond-2.24.2.recipe} | 8 ++++---- ...{lilypond-2.24.1.patchset => lilypond-2.24.2.patchset} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename media-sound/lilypond/{lilypond-2.24.1.recipe => lilypond-2.24.2.recipe} (95%) rename media-sound/lilypond/patches/{lilypond-2.24.1.patchset => lilypond-2.24.2.patchset} (100%) diff --git a/media-sound/lilypond/lilypond-2.24.1.recipe b/media-sound/lilypond/lilypond-2.24.2.recipe similarity index 95% rename from media-sound/lilypond/lilypond-2.24.1.recipe rename to media-sound/lilypond/lilypond-2.24.2.recipe index 6898fe086..b1c112840 100644 --- a/media-sound/lilypond/lilypond-2.24.1.recipe +++ b/media-sound/lilypond/lilypond-2.24.2.recipe @@ -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 diff --git a/media-sound/lilypond/patches/lilypond-2.24.1.patchset b/media-sound/lilypond/patches/lilypond-2.24.2.patchset similarity index 100% rename from media-sound/lilypond/patches/lilypond-2.24.1.patchset rename to media-sound/lilypond/patches/lilypond-2.24.2.patchset