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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6ED511580FD for ; Tue, 24 Dec 2024 10:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B388E07A9; Tue, 24 Dec 2024 10:20:40 +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 40F33E07A7 for ; Tue, 24 Dec 2024 10:20:39 +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 4240633C4EE for ; Tue, 24 Dec 2024 10:20:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E3F518E8 for ; Tue, 24 Dec 2024 10:20:36 +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: <1735035602.c7df8f5c6a95ae2bc5da103dcc6cec5e18671a5e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libvisual/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-libvisual/Manifest media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.22.12.ebuild X-VCS-Directories: media-plugins/gst-plugins-libvisual/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c7df8f5c6a95ae2bc5da103dcc6cec5e18671a5e X-VCS-Branch: master Date: Tue, 24 Dec 2024 10:20:36 +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: e63f9407-0c2b-40b4-afe6-5c2667f9a4bb X-Archives-Hash: ccbd74a05faf3a83a6b8c9dba92cef33 commit: c7df8f5c6a95ae2bc5da103dcc6cec5e18671a5e Author: Sam James gentoo org> AuthorDate: Tue Dec 24 10:13:54 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 24 10:20:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7df8f5c media-plugins/gst-plugins-libvisual: add 1.22.12 Signed-off-by: Sam James gentoo.org> media-plugins/gst-plugins-libvisual/Manifest | 1 + .../gst-plugins-libvisual-1.22.12.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/media-plugins/gst-plugins-libvisual/Manifest b/media-plugins/gst-plugins-libvisual/Manifest index 3b95369e79d3..442c0f85539b 100644 --- a/media-plugins/gst-plugins-libvisual/Manifest +++ b/media-plugins/gst-plugins-libvisual/Manifest @@ -1 +1,2 @@ DIST gst-plugins-base-1.22.11.tar.xz 2373020 BLAKE2B 0809629afae7b82a12079dc40dd5a6a7c86876b591389c3179a74cea975b0ef3c66d9fc2f42a2f722892de2c75ef87eb0cfc5cc5df65f0ebefa02a891b0c392a SHA512 cfd8f7fe66f4707e043c8f070110eb80f9804cec529c8d29b13dbc8604db90e3f010c9614d538ad076b826df54f75ce5ebac355bd05a874e44dccead6a953c60 +DIST gst-plugins-base-1.22.12.tar.xz 2374324 BLAKE2B 7600d5a10a3d7d4f6874cc166cdca2d45d3daedec3fbb56982db172bd4f6c0463fcde812e31c42f912d8fbda793730695ab39e44b7f126b49581f7c87858b988 SHA512 f72edccd49ce2a35577dff80feb1d0f667df54d6b8f61ef2320b5d4564442b907954d015bccec7a915acf25d2197a507c32b72c1ab18dd38d254f57a3277b334 diff --git a/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.22.12.ebuild b/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.22.12.ebuild new file mode 100644 index 000000000000..c508f76530b5 --- /dev/null +++ b/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.22.12.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-base + +inherit gstreamer-meson + +DESCRIPTION="Visualization elements for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + >=media-libs/libvisual-0.4.0-r3:0.4[${MULTILIB_USEDEP}] + >=media-plugins/libvisual-plugins-0.4.0-r3:0.4[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" + +src_prepare() { + default + gstreamer_system_package audio_dep:gstreamer-audio \ + pbutils_dep:gstreamer-pbutils \ + video_dep:gstreamer-video +}