Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
Date: Fri, 03 Aug 2018 11:51:14
Message-Id: 1533296901.50483fe9608b9f36fc526304bacfa1febec37977.leio@gentoo
1 commit: 50483fe9608b9f36fc526304bacfa1febec37977
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 3 11:48:21 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 3 11:48:21 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=50483fe9
7
8 media-video/cheese: remove; 3.28.0 available in ::gentoo with fixes
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 media-video/cheese/cheese-3.26.0.ebuild | 76 ---------------------------------
13 1 file changed, 76 deletions(-)
14
15 diff --git a/media-video/cheese/cheese-3.26.0.ebuild b/media-video/cheese/cheese-3.26.0.ebuild
16 deleted file mode 100644
17 index 1ed5dc2d..00000000
18 --- a/media-video/cheese/cheese-3.26.0.ebuild
19 +++ /dev/null
20 @@ -1,76 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -VALA_MIN_API_VERSION="0.26"
26 -
27 -inherit gnome2 vala virtualx
28 -
29 -DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
30 -HOMEPAGE="https://wiki.gnome.org/Apps/Cheese"
31 -
32 -LICENSE="GPL-2+"
33 -SLOT="0/8" # subslot = libcheese soname version
34 -IUSE="+introspection test"
35 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
36 -
37 -COMMON_DEPEND="
38 - >=dev-libs/glib-2.39.90:2
39 - >=x11-libs/gtk+-3.13.4:3[introspection?]
40 - >=gnome-base/gnome-desktop-2.91.6:3=
41 - >=media-libs/libcanberra-0.26[gtk3]
42 - >=media-libs/clutter-1.13.2:1.0[introspection?]
43 - >=media-libs/clutter-gtk-1:1.0
44 - media-libs/clutter-gst:3.0
45 - media-libs/cogl:1.0=[introspection?]
46 -
47 - media-video/gnome-video-effects
48 - x11-libs/gdk-pixbuf:2[jpeg,introspection?]
49 - x11-libs/libX11
50 - x11-libs/libXtst
51 -
52 - >=media-libs/gstreamer-1.4:1.0[introspection?]
53 - >=media-libs/gst-plugins-base-1.4:1.0[introspection?,ogg,pango,theora,vorbis,X]
54 -
55 - introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
56 -"
57 -RDEPEND="${COMMON_DEPEND}
58 - >=media-libs/gst-plugins-bad-1.4:1.0
59 - >=media-libs/gst-plugins-good-1.4:1.0
60 -
61 - >=media-plugins/gst-plugins-jpeg-1.4:1.0
62 - >=media-plugins/gst-plugins-v4l2-1.4:1.0
63 - >=media-plugins/gst-plugins-vpx-1.4:1.0
64 -"
65 -# libxml2+gdk-pixbuf required for glib-compile-resources
66 -DEPEND="${COMMON_DEPEND}
67 - $(vala_depend)
68 - app-text/docbook-xml-dtd:4.3
69 - app-text/yelp-tools
70 - dev-libs/appstream-glib
71 - dev-libs/libxml2:2
72 - dev-libs/libxslt
73 - >=dev-util/gtk-doc-am-1.14
74 - >=dev-util/intltool-0.50
75 - dev-util/itstool
76 - virtual/pkgconfig
77 - x11-base/xorg-proto
78 - test? ( dev-libs/glib:2[utils] )
79 -"
80 -
81 -src_prepare() {
82 - vala_src_prepare
83 - gnome2_src_prepare
84 -}
85 -
86 -src_configure() {
87 - gnome2_src_configure \
88 - GST_INSPECT=$(type -P true) \
89 - $(use_enable introspection) \
90 - --disable-lcov \
91 - --disable-static
92 -}
93 -
94 -src_test() {
95 - virtx emake check
96 -}