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 5E361158064 for ; Mon, 6 May 2024 11:53:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA7BEE2ADB; Mon, 6 May 2024 11:53:04 +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 9E1C4E2ADB for ; Mon, 6 May 2024 11:53:04 +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 B4E813430C9 for ; Mon, 6 May 2024 11:53:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E801D1A3A for ; Mon, 6 May 2024 11:53:00 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1714995970.c6a46f007bafd02166809617b399c3aad6189eba.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/lms/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/lms/lms-3.53.0.ebuild X-VCS-Directories: media-sound/lms/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: c6a46f007bafd02166809617b399c3aad6189eba X-VCS-Branch: master Date: Mon, 6 May 2024 11:53:00 +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: 99e1c3b4-059b-46b3-9ad3-0c303e609378 X-Archives-Hash: efc867f408e84640b93005f38ba37113 commit: c6a46f007bafd02166809617b399c3aad6189eba Author: David Roman gmail com> AuthorDate: Mon May 6 11:46:10 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon May 6 11:46:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6a46f00 media-sound/lms: update CMake option name Signed-off-by: David Roman gmail.com> media-sound/lms/lms-3.53.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/lms/lms-3.53.0.ebuild b/media-sound/lms/lms-3.53.0.ebuild index 2b015ca02d..39d6e350f5 100644 --- a/media-sound/lms/lms-3.53.0.ebuild +++ b/media-sound/lms/lms-3.53.0.ebuild @@ -45,7 +45,7 @@ src_configure() { append-flags -I/usr/include/stb/deprecated local mycmakeargs=( - -DIMAGE_LIBRARY=$(usex stb STB GraphicsMagick++) + -DLMS_IMAGE_BACKEND=$(usex stb stb graphicsmagick) -DENABLE_TESTS=$(usex test) ) 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5EAD3158064 for ; Mon, 6 May 2024 11:46:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 780B1E29EA; Mon, 6 May 2024 11:46:35 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 496E5E29EA for ; Mon, 6 May 2024 11:46:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EF3234300D for ; Mon, 6 May 2024 11:46:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C937615FA for ; Mon, 6 May 2024 11:46:31 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1714995970.c6a46f007bafd02166809617b399c3aad6189eba.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/lms/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/lms/lms-3.53.0.ebuild X-VCS-Directories: media-sound/lms/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: c6a46f007bafd02166809617b399c3aad6189eba X-VCS-Branch: dev Date: Mon, 6 May 2024 11:46:31 +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: 97cdd9ce-adcb-4ac7-972d-09ddfcb23c17 X-Archives-Hash: 885e516a9b04d2dacab1aeb816a854f6 Message-ID: <20240506114631.gDGW6c8myJKiwkpYCgQ0OnDtNwgzrWHA5ngZhyFPG2Q@z> commit: c6a46f007bafd02166809617b399c3aad6189eba Author: David Roman gmail com> AuthorDate: Mon May 6 11:46:10 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon May 6 11:46:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6a46f00 media-sound/lms: update CMake option name Signed-off-by: David Roman gmail.com> media-sound/lms/lms-3.53.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/lms/lms-3.53.0.ebuild b/media-sound/lms/lms-3.53.0.ebuild index 2b015ca02d..39d6e350f5 100644 --- a/media-sound/lms/lms-3.53.0.ebuild +++ b/media-sound/lms/lms-3.53.0.ebuild @@ -45,7 +45,7 @@ src_configure() { append-flags -I/usr/include/stb/deprecated local mycmakeargs=( - -DIMAGE_LIBRARY=$(usex stb STB GraphicsMagick++) + -DLMS_IMAGE_BACKEND=$(usex stb stb graphicsmagick) -DENABLE_TESTS=$(usex test) )