summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-02-06 01:22:27 +0200
committerMart Raudsepp <leio@gentoo.org>2019-02-06 01:31:10 +0200
commitc78730aa13cbefd1c6a90d8fb29db781dcded833 (patch)
tree1dad440f61188188c2a477dc4c95cfdc2da79790 /media-plugins/gst-plugins-v4l2
parentmedia-gfx/kphotoalbum: 5.4.2 version bump (diff)
downloadgentoo-c78730aa13cbefd1c6a90d8fb29db781dcded833.tar.gz
gentoo-c78730aa13cbefd1c6a90d8fb29db781dcded833.tar.bz2
gentoo-c78730aa13cbefd1c6a90d8fb29db781dcded833.zip
media-plugins/gst-plugins-v4l2: remove old
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-plugins/gst-plugins-v4l2')
-rw-r--r--media-plugins/gst-plugins-v4l2/Manifest1
-rw-r--r--media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.14.1.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/media-plugins/gst-plugins-v4l2/Manifest b/media-plugins/gst-plugins-v4l2/Manifest
index e809a4baf364..d7514e282b5e 100644
--- a/media-plugins/gst-plugins-v4l2/Manifest
+++ b/media-plugins/gst-plugins-v4l2/Manifest
@@ -1,3 +1,2 @@
DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85 SHA512 b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
DIST gst-plugins-good-1.14.4.tar.xz 3792524 BLAKE2B 4c7faac73d33bebe1fd53dc4cfed1a5d27b103f9c4cd801672ad52e385f09addb07cd4a0f511dff23815e3421e5202fb3d7866b7dd58fdaf101d0357c4fdc13f SHA512 30aeb3bb74571287cad1598973da38e7a43a0128d35480ded6d280c1373dc4ecd4ea76caaa04a71cdfba2e1850aee5f1b72d96be86ae92d66633e7d32081c504
diff --git a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.14.1.ebuild b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.14.1.ebuild
deleted file mode 100644
index e7a845ad0ac0..000000000000
--- a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.14.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-good
-
-inherit gstreamer
-
-DESCRIPION="V4L2 source/sink plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
-IUSE="udev"
-
-RDEPEND="
- >=media-libs/libv4l-0.9.5[${MULTILIB_USEDEP}]
- >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
- udev? ( >=virtual/libgudev-208:=[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
- virtual/os-headers
-"
-
-GST_PLUGINS_BUILD="gst_v4l2"
-
-multilib_src_configure() {
- gstreamer_multilib_src_configure \
- --with-libv4l2 \
- $(use_with udev gudev)
-}