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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3AEAB158046 for ; Sun, 13 Oct 2024 13:43:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9E39E08A8; Sun, 13 Oct 2024 13:43:05 +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 8E7ABE08A8 for ; Sun, 13 Oct 2024 13:43:05 +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 61A39343283 for ; Sun, 13 Oct 2024 13:43:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2C3B22DA for ; Sun, 13 Oct 2024 13:43:01 +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: <1728826807.9bd17cd8fde4eaedc605e7c02cdd85eaf250f8d4.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/musescore/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/musescore/files/musescore-4.4.0-unbundle-harfbuzz.patch X-VCS-Directories: media-sound/musescore/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 9bd17cd8fde4eaedc605e7c02cdd85eaf250f8d4 X-VCS-Branch: master Date: Sun, 13 Oct 2024 13:43:01 +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: a3e26346-495f-4ecd-a5cf-9be2991b01dd X-Archives-Hash: 3dba0c718624701d641f0168c87c4d43 commit: 9bd17cd8fde4eaedc605e7c02cdd85eaf250f8d4 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Oct 12 17:48:33 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Oct 13 13:40:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd17cd8 media-sound/musescore: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/38959 Signed-off-by: Conrad Kostecki gentoo.org> .../files/musescore-4.4.0-unbundle-harfbuzz.patch | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/media-sound/musescore/files/musescore-4.4.0-unbundle-harfbuzz.patch b/media-sound/musescore/files/musescore-4.4.0-unbundle-harfbuzz.patch deleted file mode 100644 index b9a1247a78c1..000000000000 --- a/media-sound/musescore/files/musescore-4.4.0-unbundle-harfbuzz.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- a/src/framework/draw/CMakeLists.txt -+++ b/src/framework/draw/CMakeLists.txt -@@ -123,20 +123,14 @@ else() - include(${local_path}/harfbuzz.cmake) - - # func from ${name}.cmake) -- cmake_language(CALL harfbuzz_Populate ${remote_url} ${local_path} "source" "" "") - -- add_subdirectory(_deps/harfbuzz/harfbuzz) -- target_no_warning(harfbuzz -Wno-conversion) -- target_no_warning(harfbuzz -Wno-unused-parameter) -- target_no_warning(harfbuzz -Wno-unused-variable) -- target_no_warning(harfbuzz -WMSVC-no-hides-previous) -- target_no_warning(harfbuzz -WMSVC-no-unreachable) -+ pkg_check_modules(harfbuzz REQUIRED IMPORTED_TARGET harfbuzz) - - #add_subdirectory(thirdparty/msdfgen) - - set(MODULE_INCLUDE - ${FREETYPE_INCLUDE_DIRS} -- ${CMAKE_CURRENT_LIST_DIR}/_deps/harfbuzz/harfbuzz/harfbuzz/src -+ /usr/include/harfbuzz - #${CMAKE_CURRENT_LIST_DIR}/thirdparty/msdfgen/msdfgen-1.4 - ) -