public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/libvisual-plugins/
Date: Sun, 25 Jun 2023 23:06:37 +0000 (UTC)	[thread overview]
Message-ID: <1687734331.042d14a833cdf19456105b5b590ed676f1898d83.sping@gentoo> (raw)

commit:     042d14a833cdf19456105b5b590ed676f1898d83
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 22:21:23 2023 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> 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 <sping <AT> 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
+}


             reply	other threads:[~2023-06-25 23:06 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-25 23:06 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-11 18:37 [gentoo-commits] repo/gentoo:master commit in: media-plugins/libvisual-plugins/ Andreas Sturmlechner
2024-09-02  1:27 Eli Schwartz
2024-09-02  1:27 Eli Schwartz
2023-11-30  2:08 Sam James
2023-08-11 19:05 Arthur Zamarin
2023-08-04 23:15 Sam James
2023-08-03 15:10 Sam James
2023-07-26  7:22 Sam James
2023-07-26  7:11 Sam James
2023-04-29  8:48 Sam James
2023-04-19  9:43 Sam James
2023-04-19  9:11 Arthur Zamarin
2023-04-19  8:00 Arthur Zamarin
2023-04-19  8:00 Arthur Zamarin
2023-04-19  8:00 Arthur Zamarin
2023-03-20  3:58 Sebastian Pipping
2023-01-22 19:04 Sam James
2023-01-22 19:04 Sam James
2023-01-22 17:52 Arthur Zamarin
2023-01-22 17:52 Arthur Zamarin
2023-01-22 17:52 Arthur Zamarin
2023-01-22 17:52 Arthur Zamarin
2022-12-06  0:17 Sebastian Pipping
2022-11-30 17:59 Sebastian Pipping
2022-11-30 17:57 Sebastian Pipping
2021-08-10 14:18 Marek Szuba
2020-09-23 10:53 Miroslav Šulc
2020-09-23 10:29 Agostino Sarubbo
2020-09-04 21:28 Sam James
2020-08-11 19:11 Sergei Trofimovich
2020-08-11 14:23 Agostino Sarubbo
2020-08-10 13:52 Agostino Sarubbo
2020-08-10 10:22 Agostino Sarubbo
2020-08-09 12:32 Sergei Trofimovich
2020-08-08  8:14 Miroslav Šulc
2020-07-31 11:04 Miroslav Šulc
2017-06-30  6:02 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1687734331.042d14a833cdf19456105b5b590ed676f1898d83.sping@gentoo \
    --to=sping@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox