From: Mart Raudsepp Date: Thu, 20 Jun 2019 21:10:42 +0000 (+0300) Subject: media-plugins/gst-plugins-gl: remove gstreamer 0.10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7741ae931c4451011f4527e4da9e3c5af08ad66f;p=gentoo.git media-plugins/gst-plugins-gl: remove gstreamer 0.10 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp --- diff --git a/media-plugins/gst-plugins-gl/Manifest b/media-plugins/gst-plugins-gl/Manifest deleted file mode 100644 index 529a6b11a72b..000000000000 --- a/media-plugins/gst-plugins-gl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gst-plugins-gl-0.10.3.tar.gz 1005557 BLAKE2B d117fcce37ace72ea7db91993f54c91dd1215a6d3616945b7e17dafe279997764fc1dc9382af1befaa8a5aa9318ae4a38970808eceb4e47e11a68deffbe4b775 SHA512 d42bc537ee94aab2c794a1886c17cc7eb41b89995a086da9a1f53f909f2bb93e95e940d397627589c2e2edd8d4b074736fab70fafda6e26105bb078a3ed7725a diff --git a/media-plugins/gst-plugins-gl/files/gst-plugins-gl-0.10.3-jpeg-check.patch b/media-plugins/gst-plugins-gl/files/gst-plugins-gl-0.10.3-jpeg-check.patch deleted file mode 100644 index 6092d3a1e980..000000000000 --- a/media-plugins/gst-plugins-gl/files/gst-plugins-gl-0.10.3-jpeg-check.patch +++ /dev/null @@ -1,37 +0,0 @@ -From d970fc512ecef1b78418156dba34cf6e77e41f94 Mon Sep 17 00:00:00 2001 -From: Alessandro Decina -Date: Sat, 28 Dec 2013 15:10:09 +0100 -Subject: configure: fix libjpeg check - -We were setting HAVE_JPEG=no JPEG_LIBS=-ljpeg if libjpeg wasn't found. Unset -JPEG_LIBS too so that linking doesn't fail. - -diff --git a/configure.ac b/configure.ac -index 6ccb1aa..c4e8e9d 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -862,12 +862,18 @@ AC_CHECK_LIB(jpeg-mmx, jpeg_set_defaults, HAVE_JPEG="yes", HAVE_JPEG="no") - JPEG_LIBS="$LIBS -ljpeg-mmx" - LIBS="$OLD_LIBS" - if test x$HAVE_JPEG != xyes; then -- AC_CHECK_LIB(jpeg, jpeg_set_defaults, HAVE_JPEG="yes", HAVE_JPEG="no") - JPEG_LIBS="-ljpeg" -- AC_DEFINE(HAVE_JPEG, [1] , [Use libjpeg]) -+ AC_CHECK_LIB(jpeg, jpeg_set_defaults, HAVE_JPEG="yes", HAVE_JPEG="no") -+fi -+ -+if test x$HAVE_JPEG = xyes; then -+ AC_DEFINE(HAVE_JPEG, [1], [Use libjpeg]) -+else -+ AC_DEFINE(HAVE_JPEG, [0], [Use libjpeg]) -+ JPEG_LIBS= - fi --AC_SUBST(HAVE_JPEG) - AC_SUBST(JPEG_LIBS) -+AC_SUBST(HAVE_JPEG) - AM_CONDITIONAL(HAVE_JPEG, test "x$HAVE_JPEG" = "xyes") - - --- -cgit v0.10.2 - diff --git a/media-plugins/gst-plugins-gl/gst-plugins-gl-0.10.3-r1.ebuild b/media-plugins/gst-plugins-gl/gst-plugins-gl-0.10.3-r1.ebuild deleted file mode 100644 index f82293075110..000000000000 --- a/media-plugins/gst-plugins-gl/gst-plugins-gl-0.10.3-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GST_TARBALL_SUFFIX="gz" - -inherit autotools eutils gstreamer - -DESCRIPTION="GStreamer OpenGL plugins" -HOMEPAGE="https://gstreamer.freedesktop.org/" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="libvisual" - -RDEPEND=" - >=media-libs/glew-1.10.0-r1[${MULTILIB_USEDEP}] - >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] - >=media-libs/gstreamer-0.10.36-r2:0.10[${MULTILIB_USEDEP}] - >=media-libs/gst-plugins-base-0.10.36:0.10[${MULTILIB_USEDEP}] - >=virtual/glu-9.0-r1[${MULTILIB_USEDEP}] - virtual/jpeg:0[${MULTILIB_USEDEP}] - >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] - >=x11-libs/libSM-1.2.1-r1[${MULTILIB_USEDEP}] - libvisual? ( >=media-libs/libvisual-0.4.0-r3[${MULTILIB_USEDEP}] ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.3 -" - -# FIXME: some deal with gst-plugin-scanner -RESTRICT=test - -src_prepare() { - # Fix linking, bug 515014 (from 'master') - epatch "${FILESDIR}/${PN}-0.10.3-jpeg-check.patch" - eautoreconf -} - -# FIXME: add support for libvisual -multilib_src_configure() { - gstreamer_multilib_src_configure \ - --disable-examples \ - --disable-static \ - --disable-valgrind \ - $(use_enable libvisual) - - if multilib_is_native_abi; then - local d - for d in libs plugins; do - ln -s "${S}"/docs/${d}/html docs/${d}/html || die - done - fi -} - -multilib_src_install_all() { - einstalldocs - prune_libtool_files --modules -} diff --git a/media-plugins/gst-plugins-gl/metadata.xml b/media-plugins/gst-plugins-gl/metadata.xml deleted file mode 100644 index b36250affe63..000000000000 --- a/media-plugins/gst-plugins-gl/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - gstreamer@gentoo.org - GStreamer package maintainers - - - Enable visualization effects via - media-libs/libvisual - -