commit: 7bcdc82629742c2418af8daa523b3e28d930988c Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Jun 18 17:25:25 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Jun 22 18:50:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bcdc826
media-sound/lilypond: remove unused patches Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../lilypond/files/lilypond-2.21.1-fix-font-size.patch | 10 ---------- .../lilypond/files/lilypond-2.22.1-fix-font-size.patch | 13 ------------- 2 files changed, 23 deletions(-) diff --git a/media-sound/lilypond/files/lilypond-2.21.1-fix-font-size.patch b/media-sound/lilypond/files/lilypond-2.21.1-fix-font-size.patch deleted file mode 100644 index cdd49584900e..000000000000 --- a/media-sound/lilypond/files/lilypond-2.21.1-fix-font-size.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- lilypond-2.19.49.orig/lily/pango-font.cc 2016-10-16 07:16:18.000000000 -0400 -+++ lilypond-2.19.49.new/lily/pango-font.cc 2016-10-29 22:39:02.921622080 -0400 -@@ -317,7 +317,7 @@ - pango_fc_font_unlock_face (fcfont); - pango_glyph_string_free (pgs); - pgs = 0; -- PangoFontDescription *descr = pango_font_describe (pa->font); -+ PangoFontDescription *descr = pango_context_get_font_description (context_); - Real size = pango_font_description_get_size (descr) - / (Real (PANGO_SCALE)); diff --git a/media-sound/lilypond/files/lilypond-2.22.1-fix-font-size.patch b/media-sound/lilypond/files/lilypond-2.22.1-fix-font-size.patch deleted file mode 100644 index ab2bd8e59ae4..000000000000 --- a/media-sound/lilypond/files/lilypond-2.22.1-fix-font-size.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/lily/pango-font.cc b/lily/pango-font.cc -index 053ce17..48bddd3 100644 ---- a/lily/pango-font.cc -+++ b/lily/pango-font.cc -@@ -382,7 +382,7 @@ Pango_font::pango_item_string_stencil (PangoGlyphItem const *glyph_item) const - tail = SCM_CDRLOC (*tail); - } - -- PangoFontDescription *descr = pango_font_describe (pa->font); -+ PangoFontDescription *descr = pango_context_get_font_description (context_); - Real size = pango_font_description_get_size (descr) - / (static_cast<Real> (PANGO_SCALE)); - pango_font_description_free (descr);
