Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/cheese/, media-video/cheese/files/
Date: Thu, 15 Apr 2021 15:36:53
Message-Id: 1618500734.b3060f7fc321c1c1a87cf024b8ec4f8170b25861.mattst88@gentoo
1 commit: b3060f7fc321c1c1a87cf024b8ec4f8170b25861
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 15:32:14 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 15:32:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3060f7f
7
8 media-video/cheese: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-video/cheese/Manifest | 1 -
13 media-video/cheese/cheese-3.34.0-r1.ebuild | 96 -------------
14 .../cheese/files/cheese-3.34.0-buildfix.patch | 17 ---
15 ...-3.34.0-help-No-more-menu-bars-in-3.34-UI.patch | 160 ---------------------
16 4 files changed, 274 deletions(-)
17
18 diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
19 index 9d5e7b77261..777126265c8 100644
20 --- a/media-video/cheese/Manifest
21 +++ b/media-video/cheese/Manifest
22 @@ -1,2 +1 @@
23 -DIST cheese-3.34.0.tar.xz 1077052 BLAKE2B 9719818aebb3472b804d96d79b02ee71b818d098b6eeb54f2075939e95ba651c251d561b4bc79c30a0aae6217a8a29f46f045be9279c9100ba1b0344f1279ba5 SHA512 093b4e5f7f15fd0c445fffd254d4a5035a4e3e91bacccdeeda64a4a7182901646daea5c8596c954a67896f9aaf37dab2309c21e8f026583f59d787a2c1e4c200
24 DIST cheese-3.38.0.tar.xz 1086428 BLAKE2B b26a19a019de0385bdd7adbc55c873ebceca90a8f477d2041ef4a5045654f46ee8f7fdfc64f5fd34e059116528cc790610353791a7cbd13d7927a8c3abf38132 SHA512 210b50fc79a7b3a72c94163fe0dd76f7f29f576c1085c671c2c6c3b7f59ee362aec288f885a590ebfd9530534b6a6bad569c6df57874b9fcecf7e9f1ba9531ae
25
26 diff --git a/media-video/cheese/cheese-3.34.0-r1.ebuild b/media-video/cheese/cheese-3.34.0-r1.ebuild
27 deleted file mode 100644
28 index fd904b0cdcc..00000000000
29 --- a/media-video/cheese/cheese-3.34.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,96 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit gnome.org gnome2-utils meson vala virtualx xdg
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 -KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
45 -IUSE="gtk-doc +introspection test"
46 -RESTRICT="!test? ( test )"
47 -
48 -DEPEND="
49 - >=media-libs/clutter-1.13.2:1.0[introspection?]
50 - media-libs/clutter-gst:3.0
51 - >=media-libs/clutter-gtk-0.91.8:1.0
52 - x11-libs/gdk-pixbuf:2[jpeg,introspection?]
53 - >=dev-libs/glib-2.39.90:2
54 - >=gnome-base/gnome-desktop-2.91.6:3=
55 - >=media-libs/gstreamer-1.4:1.0[introspection?]
56 - >=media-libs/gst-plugins-base-1.4:1.0[ogg,pango,theora,vorbis]
57 - >=media-libs/gst-plugins-bad-1.4:1.0
58 - >=x11-libs/gtk+-3.13.4:3
59 - >=media-libs/libcanberra-0.26[gtk3]
60 - x11-libs/libX11
61 - sys-apps/dbus
62 - media-video/gnome-video-effects
63 - introspection? ( >=dev-libs/gobject-introspection-1.56:= )
64 -
65 - media-libs/cogl:1.0=[introspection?]
66 -
67 -"
68 -RDEPEND="${DEPEND}
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 -
76 -BDEPEND="
77 - gtk-doc? ( dev-util/gtk-doc )
78 - dev-libs/libxslt
79 - app-text/docbook-xml-dtd:4.3
80 - dev-util/itstool
81 - dev-libs/appstream-glib
82 - dev-libs/libxml2:2
83 - dev-util/glib-utils
84 - >=sys-devel/gettext-0.19.8
85 - virtual/pkgconfig
86 - x11-base/xorg-proto
87 - test? ( x11-libs/libXtst )
88 - $(vala_depend)
89 -"
90 -
91 -PATCHES=(
92 - "${FILESDIR}"/${P}-buildfix.patch
93 - "${FILESDIR}"/${P}-help-No-more-menu-bars-in-3.34-UI.patch
94 -)
95 -
96 -src_prepare() {
97 - xdg_src_prepare
98 - vala_src_prepare
99 -}
100 -
101 -src_configure() {
102 - local emesonargs=(
103 - $(meson_use gtk-doc gtk_doc)
104 - $(meson_use introspection)
105 - $(meson_use test tests)
106 - -Dman=true
107 - )
108 -
109 - meson_src_configure
110 -
111 - # Hack: version.xml is not generated if gtk-doc is not enabled
112 - echo ${PV} > docs/reference/version.xml
113 -}
114 -
115 -src_test() {
116 - virtx meson_src_test
117 -}
118 -
119 -pkg_postinst() {
120 - xdg_pkg_postinst
121 - gnome2_schemas_update
122 -}
123 -
124 -pkg_postrm() {
125 - xdg_pkg_postrm
126 - gnome2_schemas_update
127 -}
128
129 diff --git a/media-video/cheese/files/cheese-3.34.0-buildfix.patch b/media-video/cheese/files/cheese-3.34.0-buildfix.patch
130 deleted file mode 100644
131 index 8e2ac282481..00000000000
132 --- a/media-video/cheese/files/cheese-3.34.0-buildfix.patch
133 +++ /dev/null
134 @@ -1,17 +0,0 @@
135 -diff --git a/meson.build b/meson.build
136 -index a4775d44..9d1e5587 100644
137 ---- a/meson.build
138 -+++ b/meson.build
139 -@@ -149,11 +149,7 @@ gnome_video_effects_dep = dependency(
140 - # Recommend some runtime GStreamer plugins.
141 - gst_inspect = find_program('gst-inspect-1.0', required: false)
142 - if gst_inspect.found()
143 -- foreach plugin: ['camerabin', 'vp8enc', 'webmmux']
144 -- if run_command(gst_inspect, plugin).returncode() != 0
145 -- warning(plugin + ' was not found. It needs to be installed before Cheese is run')
146 -- endif
147 -- endforeach
148 -+ warning('unable to check for runtime GStreamer plugin dependencies due to Gentoo\'s sandbox: camerabin, vp8enc, webmmux')
149 - else
150 - warning('unable to check for runtime GStreamer plugin dependencies')
151 - endif
152
153 diff --git a/media-video/cheese/files/cheese-3.34.0-help-No-more-menu-bars-in-3.34-UI.patch b/media-video/cheese/files/cheese-3.34.0-help-No-more-menu-bars-in-3.34-UI.patch
154 deleted file mode 100644
155 index b19c8fa30d5..00000000000
156 --- a/media-video/cheese/files/cheese-3.34.0-help-No-more-menu-bars-in-3.34-UI.patch
157 +++ /dev/null
158 @@ -1,160 +0,0 @@
159 -From 9a9e47a3d3e910805bd7c9c1763c66400181f677 Mon Sep 17 00:00:00 2001
160 -From: Andre Klapper <a9016009@×××.de>
161 -Date: Sun, 5 Jan 2020 23:35:37 +0100
162 -Subject: [PATCH] help: No more menu bars in 3.34 UI
163 -
164 ----
165 - help/C/burst-mode.page | 5 +++--
166 - help/C/pref-countdown.page | 6 ++++--
167 - help/C/pref-flash.page | 5 +++--
168 - help/C/pref-fullscreen.page | 6 ++++--
169 - help/C/pref-image-properties.page | 5 +++--
170 - help/C/pref-resolution.page | 6 ++++--
171 - 6 files changed, 21 insertions(+), 12 deletions(-)
172 -
173 -diff --git a/help/C/burst-mode.page b/help/C/burst-mode.page
174 -index a14d3ab8..0a587ca1 100644
175 ---- a/help/C/burst-mode.page
176 -+++ b/help/C/burst-mode.page
177 -@@ -9,6 +9,7 @@
178 - <revision pkgversion="3.1" date="2011-09-05" status="review"/>
179 - <revision pkgversion="3.8" date="2013-04-19" status="review"/>
180 - <revision pkgversion="3.12" date="2014-02-21" status="review"/>
181 -+ <revision pkgversion="3.34" date="2020-01-05" status="review"/>
182 -
183 - <credit type="author copyright">
184 - <name>Julita Inca</name>
185 -@@ -59,8 +60,8 @@
186 -
187 - <steps>
188 - <item>
189 -- <p>Select
190 -- <guiseq><gui style="menu">Cheese</gui><gui style="menuitem">Preferences</gui><gui style="tab">Capture</gui></guiseq>.</p>
191 -+ <p>Press the menu button in the top-right corner of the window and select
192 -+ <guiseq><gui style="menuitem">Preferences</gui><gui style="tab">Capture</gui></guiseq>.</p>
193 - </item>
194 - <item>
195 - <p>Edit the preference settings:</p>
196 -diff --git a/help/C/pref-countdown.page b/help/C/pref-countdown.page
197 -index 9077d7a0..8f4b0292 100644
198 ---- a/help/C/pref-countdown.page
199 -+++ b/help/C/pref-countdown.page
200 -@@ -9,6 +9,7 @@
201 - <revision pkgversion="3.1" date="2011-09-19" status="review"/>
202 - <revision pkgversion="3.8" date="2013-04-15" status="review"/>
203 - <revision pkgversion="3.12" date="2014-02-21" status="final"/>
204 -+ <revision pkgversion="3.34" date="2020-01-05" status="final"/>
205 -
206 - <credit type="author copyright">
207 - <name>Julita Inca</name>
208 -@@ -28,8 +29,9 @@
209 - <title>Disable the <gui>Countdown</gui></title>
210 -
211 - <p>By default, <app>Cheese</app> counts down from three before taking a
212 -- photo. You can disable this feature by selecting
213 -- <guiseq><gui>Cheese</gui><gui>Preferences</gui><gui>Capture</gui></guiseq>
214 -+ photo. You can disable this feature by pressing the menu button in the
215 -+ top-right corner of the window, selecting
216 -+ <guiseq><gui style="menuitem">Preferences</gui><gui style="tab">Capture</gui></guiseq>,
217 - and unchecking <gui>Countdown</gui>.</p>
218 -
219 - </page>
220 -diff --git a/help/C/pref-flash.page b/help/C/pref-flash.page
221 -index b6ccd736..52897d2f 100644
222 ---- a/help/C/pref-flash.page
223 -+++ b/help/C/pref-flash.page
224 -@@ -9,6 +9,7 @@
225 - <revision pkgversion="3.1" date="2011-09-19" status="review"/>
226 - <revision pkgversion="3.8" date="2013-04-15" status="review"/>
227 - <revision pkgversion="3.12" date="2014-02-21" status="final"/>
228 -+ <revision pkgversion="3.34" date="2020-01-05" status="final"/>
229 -
230 - <credit type="author copyright">
231 - <name>Julita Inca</name>
232 -@@ -30,8 +31,8 @@
233 - <p>When you take a photo with Cheese, the computer screen briefly turns
234 - white.</p>
235 -
236 -- <p>To disable this feature, select
237 -- <guiseq><gui>Cheese</gui><gui>Preferences</gui><gui>Capture</gui></guiseq>
238 -+ <p>To disable this feature, press the menu button in the top-right corner of the window, select
239 -+ <guiseq><gui style="menuitem">Preferences</gui><gui style="tab">Capture</gui></guiseq>,
240 - and uncheck <gui>Fire flash</gui>.</p>
241 -
242 - </page>
243 -diff --git a/help/C/pref-fullscreen.page b/help/C/pref-fullscreen.page
244 -index a90baaad..7e79f374 100644
245 ---- a/help/C/pref-fullscreen.page
246 -+++ b/help/C/pref-fullscreen.page
247 -@@ -7,6 +7,7 @@
248 - <link type="guide" xref="index#preferences"/>
249 - <revision pkgversion="3.6" date="2012-05-09" status="stub"/>
250 - <revision pkgversion="3.12" date="2014-02-21" status="review"/>
251 -+ <revision pkgversion="3.34" date="2020-01-05" status="review"/>
252 -
253 - <credit type="author">
254 - <name>Ekaterina Gerasimova</name>
255 -@@ -23,10 +24,11 @@
256 - <p>To enable or disable the fullscreen mode:</p>
257 -
258 - <steps>
259 -- <item><p>Select <guiseq><gui>Cheese</gui><gui>Fullscreen</gui></guiseq></p></item>
260 -+ <item><p>Press the menu button in the top-right corner of the window and select
261 -+ <gui style="menuitem">Fullscreen</gui>.</p></item>
262 - </steps>
263 -
264 -- <p>If you cannot see the <gui style="menu">Cheese</gui> menu in fullscreen
265 -+ <p>If you cannot see the menu button in fullscreen
266 - mode, move your mouse or tap your touchscreen.</p>
267 -
268 - <note style="tip">
269 -diff --git a/help/C/pref-image-properties.page b/help/C/pref-image-properties.page
270 -index eea2c0e3..7d812596 100644
271 ---- a/help/C/pref-image-properties.page
272 -+++ b/help/C/pref-image-properties.page
273 -@@ -10,6 +10,7 @@
274 - <revision pkgversion="3.1" date="2011-09-05" status="review"/>
275 - <revision pkgversion="3.8" date="2013-04-15" status="review"/>
276 - <revision pkgversion="3.12" date="2014-02-21" status="review"/>
277 -+ <revision pkgversion="3.34" date="2020-01-05" status="review"/>
278 -
279 - <credit type="author copyright">
280 - <name>Julita Inca</name>
281 -@@ -33,8 +34,8 @@
282 -
283 - <steps>
284 - <item>
285 -- <p>Select
286 -- <guiseq><gui>Cheese</gui><gui>Preferences</gui><gui>Image</gui></guiseq>.</p>
287 -+ <p>Press the menu button in the top-right corner of the window and select
288 -+ <guiseq><gui style="menuitem">Preferences</gui><gui style="tab">Image</gui></guiseq>.</p>
289 - </item>
290 - <item>
291 - <p>Move the sliders to find the best settings for your webcam.</p>
292 -diff --git a/help/C/pref-resolution.page b/help/C/pref-resolution.page
293 -index a620a4ba..42846841 100644
294 ---- a/help/C/pref-resolution.page
295 -+++ b/help/C/pref-resolution.page
296 -@@ -8,6 +8,7 @@
297 - <revision pkgversion="3.0" date="2011-08-25" status="candidate"/>
298 - <revision pkgversion="3.1" date="2011-09-05" status="review"/>
299 - <revision pkgversion="3.12" date="2014-02-21" status="candidate"/>
300 -+ <revision pkgversion="3.34" date="2020-01-05" status="candidate"/>
301 -
302 - <credit type="author copyright">
303 - <name>Julita Inca</name>
304 -@@ -38,8 +39,9 @@
305 -
306 - <steps>
307 - <item>
308 -- <p>Select
309 -- <guiseq><gui>Cheese</gui><gui>Preferences</gui><gui>Webcam</gui></guiseq>.</p>
310 -+ <p>Press the menu button in the top-right corner of the window and select
311 -+ <guiseq><gui style="menuitem">Preferences</gui><gui style="tab">Webcam</gui></guiseq>.</p>
312 -+
313 - </item>
314 - <item>
315 - <p>Choose a different resolution from the drop-down list. Some webcams
316 ---
317 -2.24.1
318 -