From 52ca23b570acf750ca99271d2308c739f809450e Mon Sep 17 00:00:00 2001 From: Miroslav Šulc Date: Fri, 8 May 2020 11:51:45 +0200 Subject: media-sound/lilypond: bump to 2.21.1 + 9999 sync MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/629686 Closes: https://bugs.gentoo.org/720422 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Miroslav Šulc --- media-sound/lilypond/files/lilypond-2.21.1-fix-font-size.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 media-sound/lilypond/files/lilypond-2.21.1-fix-font-size.patch (limited to 'media-sound/lilypond/files') 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 new file mode 100644 index 000000000000..cdd49584900e --- /dev/null +++ b/media-sound/lilypond/files/lilypond-2.21.1-fix-font-size.patch @@ -0,0 +1,10 @@ +--- 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)); -- cgit v1.2.3-18-g5258