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 560AF15802E for ; Sun, 30 Jun 2024 00:00:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 068CCE2B75; Sun, 30 Jun 2024 00:00:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D6FE5E2B75 for ; Sun, 30 Jun 2024 00:00:15 +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 C62F6342FA0 for ; Sun, 30 Jun 2024 00:00:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59CDC1DA3 for ; Sun, 30 Jun 2024 00:00:12 +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: <1719705418.a092a8b6b74d77ba0472b87b9416c49edc1e0145.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libprojectm/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libprojectm/files/libprojectm-3.1.12-GL_SMOOTH.patch media-libs/libprojectm/files/libprojectm-4.1.0-patch-include-dir.patch X-VCS-Directories: media-libs/libprojectm/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: a092a8b6b74d77ba0472b87b9416c49edc1e0145 X-VCS-Branch: master Date: Sun, 30 Jun 2024 00:00:12 +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: 14d1f8b0-ed00-4bda-b011-39d02f09313a X-Archives-Hash: 4dc61f46abe7f578037de91a48107ca6 commit: a092a8b6b74d77ba0472b87b9416c49edc1e0145 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Jun 29 09:19:14 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jun 29 23:56:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a092a8b6 media-libs/libprojectm: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> .../libprojectm/files/libprojectm-3.1.12-GL_SMOOTH.patch | 13 ------------- .../files/libprojectm-4.1.0-patch-include-dir.patch | 14 -------------- 2 files changed, 27 deletions(-) diff --git a/media-libs/libprojectm/files/libprojectm-3.1.12-GL_SMOOTH.patch b/media-libs/libprojectm/files/libprojectm-3.1.12-GL_SMOOTH.patch deleted file mode 100644 index 874d22aab6d0..000000000000 --- a/media-libs/libprojectm/files/libprojectm-3.1.12-GL_SMOOTH.patch +++ /dev/null @@ -1,13 +0,0 @@ -Unable to replicate error myself, but fix for https://bugs.gentoo.org/792204 -from https://github.com/projectM-visualizer/projectm/issues/449 -diff '--color=auto' -ru a/src/projectM-qt/qprojectmwidget.hpp b/src/projectM-qt/qprojectmwidget.hpp ---- a/src/projectM-qt/qprojectmwidget.hpp 2024-06-26 10:48:30.825008203 -0000 -+++ b/src/projectM-qt/qprojectmwidget.hpp 2024-06-26 10:49:03.265800570 -0000 -@@ -23,6 +23,7 @@ - #define QPROJECTM_WIDGET_HPP - - #include -+#include - #include "qprojectm.hpp" - #include - #include diff --git a/media-libs/libprojectm/files/libprojectm-4.1.0-patch-include-dir.patch b/media-libs/libprojectm/files/libprojectm-4.1.0-patch-include-dir.patch deleted file mode 100644 index 5bb0ac6507ba..000000000000 --- a/media-libs/libprojectm/files/libprojectm-4.1.0-patch-include-dir.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/vendor/SOIL2/CMakeLists.txt 2024-03-06 16:13:12.614370496 +0100 -+++ b/vendor/SOIL2/CMakeLists.txt 2024-03-06 16:10:54.700987578 +0100 -@@ -22,8 +22,10 @@ - ) - - target_include_directories(SOIL2 -- PUBLIC -+ PRIVATE - "." -+ PUBLIC -+ "${CMAKE_CURRENT_SOURCE_DIR}/.." - ) - - target_link_libraries(SOIL2