diff options
author | Mart Raudsepp <leio@gentoo.org> | 2024-04-30 10:44:59 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2024-04-30 11:23:44 +0300 |
commit | e9d86e31fab09cde4b455cfa00b93bc6283d1aea (patch) | |
tree | d6b9eae9a6088b8f1b945f509975b50f5a3dfe30 /media-plugins | |
parent | media-plugins/gst-plugins-gdkpixbuf: drop 1.20.5, 1.20.6 (diff) | |
download | gentoo-e9d86e31fab09cde4b455cfa00b93bc6283d1aea.tar.gz gentoo-e9d86e31fab09cde4b455cfa00b93bc6283d1aea.tar.bz2 gentoo-e9d86e31fab09cde4b455cfa00b93bc6283d1aea.zip |
media-plugins/gst-plugins-gtk: drop 1.20.5, 1.20.6
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/gst-plugins-gtk/Manifest | 2 | ||||
-rw-r--r-- | media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.20.5.ebuild | 31 | ||||
-rw-r--r-- | media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.20.6.ebuild | 31 |
3 files changed, 0 insertions, 64 deletions
diff --git a/media-plugins/gst-plugins-gtk/Manifest b/media-plugins/gst-plugins-gtk/Manifest index e484500a49ef..08d2b2aa7987 100644 --- a/media-plugins/gst-plugins-gtk/Manifest +++ b/media-plugins/gst-plugins-gtk/Manifest @@ -1,3 +1 @@ -DIST gst-plugins-good-1.20.5.tar.xz 3439904 BLAKE2B 682f8577ad048d5db5a3517fa2d3615ea902507b9aedf45da9b12e77d993e2200fd85014fd0ed9a602dfae2a1cfc420158d7d309a4b4106ac1e7b3165ef73ec9 SHA512 d8a4f4605f1da9199a6fa3cde065f5d4c550772cf085e9e05ed5ff6e44b0375d72f473a9c73346ce329f924a0b58e386358f5045ac0bee767117ef28a9f1b394 -DIST gst-plugins-good-1.20.6.tar.xz 3438312 BLAKE2B dcb948a6ec357fe5bac3c5bcdf395dcec05634421d8bea125c89a4d47362a848890d451379b714f754094d763f68311a26b519ff503298aed3d04e6655c8588a SHA512 ee2463aa339baa2b8e52bba200c919871c4ce459b18ac74f998429ef55a41b34afdd2ba28b00810a5e508233ad79e6286d6b08c4755a29d0a2628ccf50bcedbf DIST gst-plugins-good-1.22.11.tar.xz 2847708 BLAKE2B d61f834727719992e207ce3aa2e9b4ca779930f8bc0baf12bef7869f456ac86fad4a3874b50071d28724e414c5b134f7604af4b66c836da3388e584fbbe16dcf SHA512 e6105c90a66bfee8a69f621bf44f53fcbf832ec9290cee984354da91e57b61d2bbd548e3ad0c5d9f859d0c3f5ba3c313539f24b350e0a7acf29cb8983d4f40cb diff --git a/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.20.5.ebuild b/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.20.5.ebuild deleted file mode 100644 index 3053cfa8314d..000000000000 --- a/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.20.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -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 ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" -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} ) - - !<media-libs/gst-plugins-bad-1.13.1:1.0 -" -DEPEND="${RDEPEND}" - -GST_PLUGINS_ENABLED="gtk3" diff --git a/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.20.6.ebuild b/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.20.6.ebuild deleted file mode 100644 index 3053cfa8314d..000000000000 --- a/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.20.6.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -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 ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" -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} ) - - !<media-libs/gst-plugins-bad-1.13.1:1.0 -" -DEPEND="${RDEPEND}" - -GST_PLUGINS_ENABLED="gtk3" |