commit:     05ee252681e023138c5be7bc42e7663e5bcf3f92
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 01:07:24 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 01:07:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ee2526

media-plugins/gst-plugins-vaapi: remove old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-plugins/gst-plugins-vaapi/Manifest           |  3 --
 .../gst-plugins-vaapi-1.10.3.ebuild                | 61 ----------------------
 .../gst-plugins-vaapi-1.10.4.ebuild                | 61 ----------------------
 .../gst-plugins-vaapi-1.10.5.ebuild                | 61 ----------------------
 4 files changed, 186 deletions(-)

diff --git a/media-plugins/gst-plugins-vaapi/Manifest 
b/media-plugins/gst-plugins-vaapi/Manifest
index ad7f2573f0c..f276914f977 100644
--- a/media-plugins/gst-plugins-vaapi/Manifest
+++ b/media-plugins/gst-plugins-vaapi/Manifest
@@ -1,4 +1 @@
-DIST gstreamer-vaapi-1.10.3.tar.xz 976704 BLAKE2B 
39134590f8facce1e6e7a4bfe35460b56c1b45cfd0dfc3d15399c130b910f0aabebd2b3a762a7c4d13143f04f431f5fded6d4e1521a24033a7754b8c3b83bf1f
 SHA512 
6c3c9b35a8f2b6d58185a0447f1f458ad0d0432986496ac157cc349b169022788a3d3fbb0c529b740f972386ead79e1a8dddf49ef3218a783893f3f83abc1ddb
-DIST gstreamer-vaapi-1.10.4.tar.xz 979112 BLAKE2B 
5b080690df8470f81b9152f64614b62afc2d3dfd16aea0e4e1dfc6ae0d4d13d861eb9cb458ac8f49ed9205bc1512e2a328ad28c9f6631f3d39b99865b40aead7
 SHA512 
b78470367e9ab4c762a8948bc9412147d209a94def07334d6c5790b3bcb9607a80c8cf3fc3f0636e975d4ebf4aca0adbcff10a1bc1499c78b993ff21ee496c2b
-DIST gstreamer-vaapi-1.10.5.tar.xz 978260 BLAKE2B 
99ed06af00f45ff4ba62521bb23a27fafd6729b8932b4f36ae633794b61031de0ccb29140667f101c8457564f17f4397710fcf3562582a24fa7e3e5fdf840b0d
 SHA512 
8e8801c8a6d089ccb3e456171fb8030e9a34f517bb1fef411dd1b8bfbc09230511c112f1fea4d3610acc705674a645c6730e5022406d2de5b73ec1c093a69df9
 DIST gstreamer-vaapi-1.12.3.tar.xz 996360 BLAKE2B 
d34804f278780e073b553542258f865a93e62d48b0cd276fa7fa47e54f03a5484d7ddc61851f75e583dbcc03d6dbfce6a9c8df0e4c1c6174dfaefdcf867ca068
 SHA512 
c70da985b1c0c5048be8d83ba62622b9064d78193433b897d54824125de3eeabe4f9765ec0a5199a2d9eaa91d0625dfa2b7ef3d8245b23cf57361691d72b1dc4

diff --git a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.10.3.ebuild 
b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.10.3.ebuild
deleted file mode 100644
index c58da437f69..00000000000
--- a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.10.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils multilib-minimal
-
-MY_PN="gstreamer-vaapi"
-DESCRIPTION="Hardware accelerated video decoding through VA-API plugin for 
GStreamer"
-HOMEPAGE="https://cgit.freedesktop.org/gstreamer/gstreamer-vaapi";
-SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz";
-
-LICENSE="LGPL-2.1"
-SLOT="1.0"
-KEYWORDS="amd64 x86"
-
-IUSE="+drm egl opengl wayland +X"
-REQUIRED_USE="|| ( drm opengl wayland X )"
-
-RDEPEND="
-       >=dev-libs/glib-2.40:2[${MULTILIB_USEDEP}]
-       >=media-libs/gstreamer-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-       >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-       >=media-libs/gst-plugins-bad-${PV}:${SLOT}[opengl?,${MULTILIB_USEDEP}]
-       >=x11-libs/libva-1.4.0[drm?,X?,opengl?,wayland?,${MULTILIB_USEDEP}]
-       drm? (
-               >=virtual/libudev-208:=[${MULTILIB_USEDEP}]
-               >=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}] )
-       egl? (
-               
>=media-libs/gst-plugins-bad-${PV}:${SLOT}[opengl,${MULTILIB_USEDEP}] )
-       opengl? (
-               >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
-               >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-               >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}] )
-       wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )
-       X? (
-               >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-               >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-       >=dev-util/gtk-doc-am-1.12
-       >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-multilib_src_configure() {
-       ECONF_SOURCE=${S} \
-       econf \
-               --disable-static \
-               $(use_enable drm) \
-               $(use_enable egl) \
-               $(use_enable opengl glx) \
-               $(use_enable wayland) \
-               $(use_enable X x11)
-}
-
-multilib_src_install_all() {
-       einstalldocs
-       prune_libtool_files --modules
-}

diff --git a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.10.4.ebuild 
b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.10.4.ebuild
deleted file mode 100644
index 13ade4bbf85..00000000000
--- a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.10.4.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils multilib-minimal
-
-MY_PN="gstreamer-vaapi"
-DESCRIPTION="Hardware accelerated video decoding through VA-API plugin for 
GStreamer"
-HOMEPAGE="https://cgit.freedesktop.org/gstreamer/gstreamer-vaapi";
-SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz";
-
-LICENSE="LGPL-2.1"
-SLOT="1.0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="+drm egl opengl wayland +X"
-REQUIRED_USE="|| ( drm opengl wayland X )"
-
-RDEPEND="
-       >=dev-libs/glib-2.40:2[${MULTILIB_USEDEP}]
-       >=media-libs/gstreamer-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-       >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-       >=media-libs/gst-plugins-bad-${PV}:${SLOT}[opengl?,${MULTILIB_USEDEP}]
-       >=x11-libs/libva-1.4.0[drm?,X?,opengl?,wayland?,${MULTILIB_USEDEP}]
-       drm? (
-               >=virtual/libudev-208:=[${MULTILIB_USEDEP}]
-               >=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}] )
-       egl? (
-               
>=media-libs/gst-plugins-bad-${PV}:${SLOT}[opengl,${MULTILIB_USEDEP}] )
-       opengl? (
-               >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
-               >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-               >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}] )
-       wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )
-       X? (
-               >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-               >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-       >=dev-util/gtk-doc-am-1.12
-       >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-multilib_src_configure() {
-       ECONF_SOURCE=${S} \
-       econf \
-               --disable-static \
-               $(use_enable drm) \
-               $(use_enable egl) \
-               $(use_enable opengl glx) \
-               $(use_enable wayland) \
-               $(use_enable X x11)
-}
-
-multilib_src_install_all() {
-       einstalldocs
-       prune_libtool_files --modules
-}

diff --git a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.10.5.ebuild 
b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.10.5.ebuild
deleted file mode 100644
index 23e6d11ea31..00000000000
--- a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.10.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils multilib-minimal
-
-MY_PN="gstreamer-vaapi"
-DESCRIPTION="Hardware accelerated video decoding through VA-API plugin for 
GStreamer"
-HOMEPAGE="https://cgit.freedesktop.org/gstreamer/gstreamer-vaapi";
-SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz";
-
-LICENSE="LGPL-2.1"
-SLOT="1.0"
-KEYWORDS="amd64 ~arm64 x86"
-
-IUSE="+drm egl opengl wayland +X"
-REQUIRED_USE="|| ( drm opengl wayland X )"
-
-RDEPEND="
-       >=dev-libs/glib-2.40:2[${MULTILIB_USEDEP}]
-       >=media-libs/gstreamer-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-       >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-       >=media-libs/gst-plugins-bad-${PV}:${SLOT}[opengl?,${MULTILIB_USEDEP}]
-       >=x11-libs/libva-1.4.0[drm?,X?,opengl?,wayland?,${MULTILIB_USEDEP}]
-       drm? (
-               >=virtual/libudev-208:=[${MULTILIB_USEDEP}]
-               >=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}] )
-       egl? (
-               
>=media-libs/gst-plugins-bad-${PV}:${SLOT}[opengl,${MULTILIB_USEDEP}] )
-       opengl? (
-               >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
-               >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-               >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}] )
-       wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )
-       X? (
-               >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-               >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-       >=dev-util/gtk-doc-am-1.12
-       >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-multilib_src_configure() {
-       ECONF_SOURCE=${S} \
-       econf \
-               --disable-static \
-               $(use_enable drm) \
-               $(use_enable egl) \
-               $(use_enable opengl glx) \
-               $(use_enable wayland) \
-               $(use_enable X x11)
-}
-
-multilib_src_install_all() {
-       einstalldocs
-       prune_libtool_files --modules
-}

Reply via email to