Gentoo Archives: gentoo-commits

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