mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
media-plugins/gst-plugins-gtk: 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:
committed by
Sam James
parent
412a3b883f
commit
41d5bd5825
@@ -1 +1,2 @@
|
||||
DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db
|
||||
DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec
|
||||
|
||||
29
media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.26.11.ebuild
Normal file
29
media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.26.11.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
GST_ORG_MODULE=gst-plugins-good
|
||||
|
||||
inherit gstreamer-meson
|
||||
|
||||
DESCRIPTION="Video sink plugin for GStreamer that renders to a GtkWidget"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
|
||||
IUSE="+egl +gles2 opengl wayland +X" # Keep default IUSE mirrored with gst-plugins-base
|
||||
# egl, wayland and X only matters if gst-plugins-base is built with USE=opengl and/or USE=gles2
|
||||
# We mirror egl/gles2/opengl/wayland/X due to automagic detection from gstreamer-gl.pc variables;
|
||||
# we don't care about matching egl/wayland/X if both opengl and gles2 are disabled here and on
|
||||
# gst-plugins-base, but no way to express that.
|
||||
|
||||
# We only need gtk+ matching backend flags when GL is enabled
|
||||
GL_DEPS="
|
||||
>=x11-libs/gtk+-3.15:3[X?,wayland?,${MULTILIB_USEDEP}]
|
||||
"
|
||||
RDEPEND="
|
||||
>=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP},egl=,gles2=,opengl=,wayland=,X=]
|
||||
>=x11-libs/gtk+-3.15:3[${MULTILIB_USEDEP}]
|
||||
gles2? ( ${GL_DEPS} )
|
||||
opengl? ( ${GL_DEPS} )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
GST_PLUGINS_ENABLED="gtk3"
|
||||
Reference in New Issue
Block a user