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 EB56715808B for ; Tue, 5 Apr 2022 04:58:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1103BE0918; Tue, 5 Apr 2022 04:58:23 +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 4C8FAE0918 for ; Tue, 5 Apr 2022 04:58:22 +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 22962341340 for ; Tue, 5 Apr 2022 04:58:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72C87177 for ; Tue, 5 Apr 2022 04:58:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1649134686.5072ca754e40b57c397062f2d41b5feb736458da.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/chromaprint/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/chromaprint/chromaprint-1.5.1-r2.ebuild X-VCS-Directories: media-libs/chromaprint/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5072ca754e40b57c397062f2d41b5feb736458da X-VCS-Branch: master Date: Tue, 5 Apr 2022 04:58:19 +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: 84009963-4909-4935-bfe9-2f4c077ad27c X-Archives-Hash: 9f8ff8bdb33d77bc25399c7a9db9f039 commit: 5072ca754e40b57c397062f2d41b5feb736458da Author: Sam James gentoo org> AuthorDate: Tue Apr 5 04:58:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 5 04:58:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5072ca75 media-libs/chromaprint: drop commented line Signed-off-by: Sam James gentoo.org> media-libs/chromaprint/chromaprint-1.5.1-r2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-libs/chromaprint/chromaprint-1.5.1-r2.ebuild b/media-libs/chromaprint/chromaprint-1.5.1-r2.ebuild index 49d6e8970741..a3f156b7c867 100644 --- a/media-libs/chromaprint/chromaprint-1.5.1-r2.ebuild +++ b/media-libs/chromaprint/chromaprint-1.5.1-r2.ebuild @@ -36,7 +36,6 @@ multilib_src_configure() { -DBUILD_TOOLS=$(multilib_native_usex tools) -DFFT_LIB=$(usex tools 'avfft' 'fftw3') - #-DAUDIO_PROCESSOR_LIB="swresample" $(multilib_native_usex tools '-DAUDIO_PROCESSOR_LIB=swresample' '') # Automagicallyish looks for ffmpeg, but there's no point # even doing the check unless we're building with tools