media-plugins/gst-plugins-libvisual: add 1.24.13

Bug: https://bugs.gentoo.org/951613
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-09-21 00:10:36 +03:00
committed by Mart Raudsepp
parent 8545baab46
commit 3d9ea2bc85
2 changed files with 24 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST gst-plugins-base-1.24.11.tar.xz 2455952 BLAKE2B efbf7b1aaece5a287738afb93e4b99c27471c640079bc7312f84925309de0eb91ecb9837eab314e5f787d745fda6c9113105156bd819db64c869ddec6a04e7ff SHA512 b0a2a072c52628b85ae3d2ff8f2769f149fd2d0c3644fb9d9d934ea586835e29af97f41731023969a8120a470f998080ef5a0cac5aa26823d01698dfe2a5e2fb
DIST gst-plugins-base-1.24.13.tar.xz 2468556 BLAKE2B 6b187799f58ada3d56143ade2392dbaff74dcd77afce382013e6c3a7adae0584f45f1313bc84453fab00f8e3989f70e5b3c31d372370f1bb4529da8805fe4642 SHA512 e770175c6ad9613f1b4f7d10a8106342d1b261663863d7414d0012c25856c5418fbbd65792478cb403141fd4bc79f1567bfd249ae27393eac3a05b9ad7888aca

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2026 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
}