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 D8262158009 for ; Sun, 25 Jun 2023 23:06:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32557E089F; Sun, 25 Jun 2023 23:06:41 +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 CB5D3E089F for ; Sun, 25 Jun 2023 23:06:40 +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 AC742340E0A for ; Sun, 25 Jun 2023 23:06:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 248978DC for ; Sun, 25 Jun 2023 23:06:37 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1687734331.042d14a833cdf19456105b5b590ed676f1898d83.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/libvisual-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/libvisual-plugins/libvisual-plugins-0.4.2-r1.ebuild X-VCS-Directories: media-plugins/libvisual-plugins/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 042d14a833cdf19456105b5b590ed676f1898d83 X-VCS-Branch: master Date: Sun, 25 Jun 2023 23:06:37 +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: 448fc200-a165-4a63-8542-fe426226ec77 X-Archives-Hash: 284d601e53517f38cba2345d9d006fa2 commit: 042d14a833cdf19456105b5b590ed676f1898d83 Author: Sebastian Pipping gentoo org> AuthorDate: Sun Jun 25 22:21:23 2023 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Jun 25 23:05:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042d14a8 media-plugins/libvisual-plugins: Get off deprecated media-sound/pulseaudio Signed-off-by: Sebastian Pipping gentoo.org> .../libvisual-plugins-0.4.2-r1.ebuild | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/media-plugins/libvisual-plugins/libvisual-plugins-0.4.2-r1.ebuild b/media-plugins/libvisual-plugins/libvisual-plugins-0.4.2-r1.ebuild new file mode 100644 index 000000000000..28741d94cac2 --- /dev/null +++ b/media-plugins/libvisual-plugins/libvisual-plugins-0.4.2-r1.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit multilib-minimal + +DESCRIPTION="collection of visualization plugins for use with the libvisual framework" +HOMEPAGE="http://libvisual.org/" +SRC_URI="https://github.com/Libvisual/libvisual/releases/download/${P}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0.4" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="alsa debug gstreamer gtk jack mplayer opengl portaudio pulseaudio" + +RDEPEND=">=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] + ~media-libs/libvisual-${PV}[${MULTILIB_USEDEP}] + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] + >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}] + alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) + gstreamer? ( media-libs/gstreamer[${MULTILIB_USEDEP}] ) + gtk? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] ) + jack? ( virtual/jack[${MULTILIB_USEDEP}] ) + opengl? ( + >=virtual/glu-9.0-r1[${MULTILIB_USEDEP}] + >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] + ) + portaudio? ( media-libs/portaudio[${MULTILIB_USEDEP}] ) + pulseaudio? ( media-libs/libpulse[${MULTILIB_USEDEP}] ) +" +BDEPEND=">=virtual/pkgconfig-0-r1" + +DEPEND="${RDEPEND} + >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]" + +DOCS=( AUTHORS ChangeLog NEWS README TODO ) + +multilib_src_configure() { + ECONF_SOURCE=${S} \ + econf \ + $(use_enable jack) \ + $(use_enable gtk gdkpixbuf-plugin) \ + $(use_enable gstreamer gstreamer-plugin) \ + $(use_enable alsa) \ + $(use_enable mplayer) \ + --enable-inputdebug \ + $(use_enable opengl gltest) \ + $(use_enable opengl nastyfft) \ + $(use_enable opengl madspin) \ + $(use_enable opengl flower) \ + $(use_enable debug) \ + $(use_enable portaudio) \ + $(use_enable pulseaudio) +} + +multilib_src_install_all() { + einstalldocs + find "${D}" -name "*.la" -delete || die +}