diff options
-rw-r--r-- | media-plugins/gst-plugins-ximagesrc/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.6.2-r1.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/media-plugins/gst-plugins-ximagesrc/Manifest b/media-plugins/gst-plugins-ximagesrc/Manifest index 87b44ba9095d..34149fab3836 100644 --- a/media-plugins/gst-plugins-ximagesrc/Manifest +++ b/media-plugins/gst-plugins-ximagesrc/Manifest @@ -1,4 +1,3 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809 WHIRLPOOL 952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9 DIST gst-plugins-good-1.4.5.tar.xz 3031588 SHA256 79b1b5f3f7bcaa8a615202eb5e176121eeb8336960f70687e536ad78dbc7e641 SHA512 0cf880af21956138e127508f6020fdc10f6ed01b765b0d3364d038c8e104947486c83c157c7b957193b82d59f724e342a6d12900b6a97abe6e2f3dac65d71be0 WHIRLPOOL a56ca2c2f2b73f299cb3c3605eb70ddbd97d9513d26ee11d91608c08589149df97f23490a6513d991c6b552a7b8a71f75463fd6dbf7579943ac859254eb0af3c -DIST gst-plugins-good-1.6.2.tar.xz 3176060 SHA256 876e54dfce93274b98e024f353258d35fa4d49d1f9010069e676c530f6eb6a92 SHA512 b63391448cada4a1db6fb2c27f6e913edb339e7ac5bc47cab3ef09ef85c79a7aa01accfc2d9bfe74188b7a744d82988e39f97958e1ad8808765a451b721d6d23 WHIRLPOOL 9f286e09e85969989de561c2939262f77c1ca3ccc2d381ff79cc3b4385b549e49a7fc5adeff51b253c1285658a4e6840aca85c6c4cc803807b22efc14a3fb09a DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 WHIRLPOOL 0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8 diff --git a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.6.2-r1.ebuild b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.6.2-r1.ebuild deleted file mode 100644 index b2b9360c0ce1..000000000000 --- a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.6.2-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -GST_ORG_MODULE=gst-plugins-good -inherit gstreamer - -DESCRIPTION="GStreamer plugin for X11 video capture stream" - -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -RDEPEND=" - >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}] - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-libs/libXdamage-1.1.4-r1[${MULTILIB_USEDEP}] - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] - >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}] -" -DEPEND="${RDEPEND} - >=x11-proto/damageproto-1.2.1-r1[${MULTILIB_USEDEP}] - >=x11-proto/fixesproto-5.0-r1[${MULTILIB_USEDEP}] - >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}] - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] -" - -# xshm is a compile time option of ximage -GST_PLUGINS_BUILD="x xshm" -GST_PLUGINS_BUILD_DIR="ximage" |