From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ACAD415817D for ; Sat, 22 Jun 2024 18:54:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FF1D2BC09D; Sat, 22 Jun 2024 18:54:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4146A2BC09D for ; Sat, 22 Jun 2024 18:54:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5AA0134076D for ; Sat, 22 Jun 2024 18:54:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90A241D4F for ; Sat, 22 Jun 2024 18:54:36 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1719082240.7bcdc82629742c2418af8daa523b3e28d930988c.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lilypond/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lilypond/files/lilypond-2.21.1-fix-font-size.patch media-sound/lilypond/files/lilypond-2.22.1-fix-font-size.patch X-VCS-Directories: media-sound/lilypond/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7bcdc82629742c2418af8daa523b3e28d930988c X-VCS-Branch: master Date: Sat, 22 Jun 2024 18:54:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7fd823fd-1965-466b-9b25-5564e7f9d1fc X-Archives-Hash: 1b0326002287009cc560ff49ba08496e commit: 7bcdc82629742c2418af8daa523b3e28d930988c Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Jun 18 17:25:25 2024 +0000 Commit: Conrad Kostecki gentoo 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 levelnine.at> Signed-off-by: Conrad Kostecki 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 (PANGO_SCALE)); - pango_font_description_free (descr);