diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2020-05-08 11:51:45 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2020-05-08 11:54:29 +0200 |
commit | 52ca23b570acf750ca99271d2308c739f809450e (patch) | |
tree | 7da41a000ac1ec95d9b16cbe43234b40af5f2ef2 /media-sound/lilypond/files | |
parent | mail-client/roundcube: 1.4.4 version bump (diff) | |
download | gentoo-52ca23b570acf750ca99271d2308c739f809450e.tar.gz gentoo-52ca23b570acf750ca99271d2308c739f809450e.tar.bz2 gentoo-52ca23b570acf750ca99271d2308c739f809450e.zip |
media-sound/lilypond: bump to 2.21.1 + 9999 sync
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 <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/lilypond/files')
-rw-r--r-- | media-sound/lilypond/files/lilypond-2.21.1-fix-font-size.patch | 10 |
1 files changed, 10 insertions, 0 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 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)); |