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 63C79159C9B for ; Sun, 4 Aug 2024 12:17:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2AB1E2A47; Sun, 4 Aug 2024 12:17:44 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B656E2A47 for ; Sun, 4 Aug 2024 12:17:44 +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 8910334069F for ; Sun, 4 Aug 2024 12:17:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 794191E5D for ; Sun, 4 Aug 2024 12:17:41 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1722773848.2b71992c53331232590c68dd95d18f5a62d9893b.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/fluidsynth/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/fluidsynth/Manifest media-sound/fluidsynth/fluidsynth-2.3.5.ebuild media-sound/fluidsynth/fluidsynth-2.3.6.ebuild X-VCS-Directories: media-sound/fluidsynth/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 2b71992c53331232590c68dd95d18f5a62d9893b X-VCS-Branch: master Date: Sun, 4 Aug 2024 12:17:41 +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: 588fb4bd-8a4f-4cd3-9ece-d40a24472f94 X-Archives-Hash: 8ba94b3d8b427ab30ecaae6b3bda2322 commit: 2b71992c53331232590c68dd95d18f5a62d9893b Author: Miroslav Šulc gentoo org> AuthorDate: Sun Aug 4 12:17:28 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Aug 4 12:17:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b71992c media-sound/fluidsynth: bump to 2.3.6 + dropped unused eclass Signed-off-by: Miroslav Šulc gentoo.org> media-sound/fluidsynth/Manifest | 1 + media-sound/fluidsynth/fluidsynth-2.3.5.ebuild | 2 +- .../fluidsynth/{fluidsynth-2.3.5.ebuild => fluidsynth-2.3.6.ebuild} | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/media-sound/fluidsynth/Manifest b/media-sound/fluidsynth/Manifest index 7436af626a1a..cf3cc3d8517e 100644 --- a/media-sound/fluidsynth/Manifest +++ b/media-sound/fluidsynth/Manifest @@ -1 +1,2 @@ DIST fluidsynth-2.3.5.tar.gz 1775448 BLAKE2B 11f04d2a508f54c4bd03c867e81528f36eeb5698ad017d7fe778349b5ab91dc9e518d426d2394e748344795b8c1bf86eeaee97294ad66974db07587d0a80797a SHA512 35eaea8c1709ebbd5dee8f3946ab59c39afe31d92b972a44013fa23987aa48936f7d1326d5bda81c6e66f02bf988e48601367d49276a4dd78dbca7a2571f5e57 +DIST fluidsynth-2.3.6.tar.gz 1776510 BLAKE2B 74bb97e8f2026816762aeffb90c35049ae210c6827fa4a3f6a56f13c885f57b34a6b48790c86a6694100ab6d292f70b54a4516bc20317ead3d306511a33cb73c SHA512 521e103e49c281ab7a44a2a275f614894062c1be6eb4df776b11e3756803c6b4b73d1e9596d364959c81b37dff4798d56798f9262c486e098f072ae1e7bef1c1 diff --git a/media-sound/fluidsynth/fluidsynth-2.3.5.ebuild b/media-sound/fluidsynth/fluidsynth-2.3.5.ebuild index 936c864a0e52..fb0215dc13a8 100644 --- a/media-sound/fluidsynth/fluidsynth-2.3.5.ebuild +++ b/media-sound/fluidsynth/fluidsynth-2.3.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake-multilib multibuild systemd toolchain-funcs +inherit cmake-multilib systemd toolchain-funcs DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 specifications" HOMEPAGE="https://www.fluidsynth.org" diff --git a/media-sound/fluidsynth/fluidsynth-2.3.5.ebuild b/media-sound/fluidsynth/fluidsynth-2.3.6.ebuild similarity index 96% copy from media-sound/fluidsynth/fluidsynth-2.3.5.ebuild copy to media-sound/fluidsynth/fluidsynth-2.3.6.ebuild index 936c864a0e52..c43bce493f21 100644 --- a/media-sound/fluidsynth/fluidsynth-2.3.5.ebuild +++ b/media-sound/fluidsynth/fluidsynth-2.3.6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake-multilib multibuild systemd toolchain-funcs +inherit cmake-multilib systemd toolchain-funcs DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 specifications" HOMEPAGE="https://www.fluidsynth.org" @@ -11,7 +11,7 @@ SRC_URI="https://github.com/FluidSynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="LGPL-2.1+" SLOT="0/3" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="alsa dbus debug doc ipv6 jack ladspa lash network oss pipewire portaudio pulseaudio +readline sdl +sndfile systemd threads" BDEPEND="