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

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/527
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2026-03-17 21:06:35 +02:00
committed by Sam James
parent eb5c110b55
commit c5d03a4c5e
2 changed files with 24 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST gst-plugins-base-1.24.13.tar.xz 2468556 BLAKE2B 6b187799f58ada3d56143ade2392dbaff74dcd77afce382013e6c3a7adae0584f45f1313bc84453fab00f8e3989f70e5b3c31d372370f1bb4529da8805fe4642 SHA512 e770175c6ad9613f1b4f7d10a8106342d1b261663863d7414d0012c25856c5418fbbd65792478cb403141fd4bc79f1567bfd249ae27393eac3a05b9ad7888aca
DIST gst-plugins-base-1.26.11.tar.xz 2510680 BLAKE2B d74d013e709aff8225ce2e0ebda7aa70f8811ac7e614de491080ae4026b348c19e6f8ed700f8e4dafef12d600dc2fdd5343413d45291c539eb0e3bc70dfecf21 SHA512 7cac1bcd3f7af056062026aafcbcd43ed9a2f7cf828ee2e8ed2112816f95e770c27065dfbbf83d90831111f17e4550652ccc849a68e71334b24cd86845183d8d

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
}