Merge lp:~larsu/eog/add-disable-appmenu-patch into lp:eog

Proposed by Lars Karlitski
Status: Superseded
Proposed branch: lp:~larsu/eog/add-disable-appmenu-patch
Merge into: lp:eog
Diff against target: 2318 lines (+2210/-0)
21 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/changelog (+1058/-0)
debian/compat (+1/-0)
debian/control (+89/-0)
debian/control.in (+85/-0)
debian/copyright (+66/-0)
debian/eog-dev.install (+4/-0)
debian/eog.1 (+62/-0)
debian/eog.install (+12/-0)
debian/eog.manpages (+1/-0)
debian/gnome-eog.xpm (+392/-0)
debian/menu (+4/-0)
debian/patches/02_grip_gestures.patch (+274/-0)
debian/patches/03_unity_control_center.patch (+30/-0)
debian/patches/disable-appmenu-on-unity.patch (+25/-0)
debian/patches/git_dialog_dont_lock.patch (+44/-0)
debian/patches/git_icc_color.patch (+32/-0)
debian/patches/series (+5/-0)
debian/rules (+20/-0)
debian/source/format (+1/-0)
debian/watch (+3/-0)
To merge this branch: bzr merge lp:~larsu/eog/add-disable-appmenu-patch
Reviewer Review Type Date Requested Status
VCS imports Pending
Review via email: mp+210376@code.launchpad.net

This proposal has been superseded by a proposal from 2014-03-11.

Commit message

Add disable-appmenu-on-unity.patch

Disables the application menu on platforms that show an app menu and a menubar (such as unity). The menubar already contains all the actions of the appmenu. Having both is redundant.

Description of the change

Add disable-appmenu-on-unity.patch

Disables the application menu on platforms that show an app menu and a menubar (such as unity). The menubar already contains all the actions of the appmenu. Having both is redundant.

To post a comment you must log in.
148. By Lars Karlitski

disable-appmenu patch: add header

Unmerged revisions

148. By Lars Karlitski

disable-appmenu patch: add header

147. By Lars Karlitski

Add disable-appmenu-on-unity.patch

Disables the application menu on platforms that show an app menu and a menubar
(such as unity). The menubar already contains all the actions of the appmenu.
Having both is redundant.

146. By Sebastien Bacher

releasing package eog version 3.10.2-0ubuntu4

145. By Sebastien Bacher

* debian/patches/git_icc_color.patch
  - use sRGB when there is no profile attached to the image (lp: #272584)

144. By Sebastien Bacher

releasing package eog version 3.10.2-0ubuntu3

143. By Sebastien Bacher

* debian/patches/git_dialog_dont_lock.patch:
  - don't lock when closing dialogs, thanks Lars Uebernickel (lp:#1262801)

142. By Robert Ancell

* debian/patches/03_unity_control_center.patch:
  - Use Unity control center in Unity (LP: #1257505)

141. By Sebastien Bacher

releasing package eog version 3.10.2-0ubuntu1

140. By Sebastien Bacher

New upstream version

139. By Daniel Holbach

* Resynchronize on Debian. Remaining changes:
  - debian/control.in:
    + Build-Depends on dh-autoreconf, libgrip-dev
    + Use ubuntu vcs fields
  - debian/patches/02_grip_gestures.patch:
    + support pinch-to-zoom, rotate, and drag gestures
      (and re-enabled now that libgrip is fixed)
  - debian/rules
    + use dh-autoreconf
* New upstream release.
* Bump build-dependency on libgtk-3-dev to >= 3.7.8.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory '.bzr-builddeb'
=== added file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
+++ .bzr-builddeb/default.conf 2014-03-11 10:37:49 +0000
@@ -0,0 +1,2 @@
1[BUILDDEB]
2merge = True
03
=== added directory 'debian'
=== added file 'debian/changelog'
--- debian/changelog 1970-01-01 00:00:00 +0000
+++ debian/changelog 2014-03-11 10:37:49 +0000
@@ -0,0 +1,1058 @@
1eog (3.10.2-0ubuntu4) trusty; urgency=medium
2
3 * debian/patches/git_icc_color.patch
4 - use sRGB when there is no profile attached to the image (lp: #272584)
5
6 -- Sebastien Bacher <seb128@ubuntu.com> Mon, 10 Mar 2014 19:17:48 +0100
7
8eog (3.10.2-0ubuntu3) trusty; urgency=medium
9
10 * debian/patches/git_dialog_dont_lock.patch:
11 - don't lock when closing dialogs, thanks Lars Uebernickel (lp:#1262801)
12
13 -- Sebastien Bacher <seb128@ubuntu.com> Thu, 16 Jan 2014 15:42:37 +0100
14
15eog (3.10.2-0ubuntu2) trusty; urgency=medium
16
17 * debian/patches/03_unity_control_center.patch:
18 - Use Unity control center in Unity (LP: #1257505)
19
20 -- Robert Ancell <robert.ancell@canonical.com> Wed, 15 Jan 2014 14:48:07 +1300
21
22eog (3.10.2-0ubuntu1) trusty; urgency=medium
23
24 * New upstream version
25
26 -- Sebastien Bacher <seb128@ubuntu.com> Mon, 13 Jan 2014 17:06:43 +0100
27
28eog (3.10.1-1ubuntu1) trusty; urgency=medium
29
30 * Resynchronize on Debian. Remaining changes:
31 - debian/control.in:
32 + Build-Depends on dh-autoreconf, libgrip-dev
33 + Use ubuntu vcs fields
34 - debian/patches/02_grip_gestures.patch:
35 + support pinch-to-zoom, rotate, and drag gestures
36 (and re-enabled now that libgrip is fixed)
37 - debian/rules
38 + use dh-autoreconf
39
40 -- Jackson Doak <noskcaj@ubuntu.com> Wed, 18 Dec 2013 19:32:36 +1100
41
42eog (3.10.1-1) unstable; urgency=low
43
44 * New upstream release.
45 * Bump build-dependency on libgtk-3-dev to >= 3.7.8.
46
47 -- Andreas Henriksson <andreas@fatal.se> Thu, 17 Oct 2013 12:34:54 +0200
48
49eog (3.8.2-1ubuntu1) saucy; urgency=low
50
51 * Resynchronize on Debian. Remaining changes:
52 - debian/control.in:
53 + Build-Depends on dh-autoreconf, libgrip-dev
54 - debian/patches/02_grip_gestures.patch:
55 + support pinch-to-zoom, rotate, and drag gestures
56 (and re-enabled now that libgrip is fixed)
57 - debian/rules
58 + use dh-autoreconf
59
60 -- Jeremy Bicha <jbicha@ubuntu.com> Sat, 29 Jun 2013 10:27:35 -0400
61
62eog (3.8.2-1) unstable; urgency=low
63
64 * Upload to unstable.
65 * New upstream release.
66 * Drop obsolete --disable-scrollkeeper configure flag.
67 * Lower Build-Depends on libgnome-desktop-3-dev again. It's not really
68 required and unstable still has an old libgnome-desktop version.
69 * Bump Standards-Version to 3.9.4. No further changes.
70 * Add Build-Depends on autotools-dev as lintian was complaining about
71 outdated config.{guess,sub}.
72
73 -- Michael Biebl <biebl@debian.org> Thu, 06 Jun 2013 07:04:51 +0200
74
75eog (3.8.0-2) experimental; urgency=low
76
77 * debian/control.in:
78 + Bump libgnome-desktop-3-dev build dependency to ensure a
79 dependency on the new SONAME.
80
81 -- Emilio Pozuelo Monfort <pochu@debian.org> Fri, 29 Mar 2013 12:20:48 +0100
82
83eog (3.8.0-1) experimental; urgency=low
84
85 * New upstream release.
86
87 -- Andreas Henriksson <andreas@fatal.se> Wed, 27 Mar 2013 23:33:32 +0100
88
89eog (3.7.91-1) experimental; urgency=low
90
91 * New upstream release
92 * Bump build-dependency on libgtk-3-dev to (>= 3.5.4)
93
94 -- Andreas Henriksson <andreas@fatal.se> Mon, 18 Mar 2013 21:04:05 +0100
95
96eog (3.6.1-1) experimental; urgency=low
97
98 * Team upload.
99 * New upstream release
100 - adjust to new help location
101 - increase build-dependencies
102
103 -- Simon McVittie <smcv@debian.org> Mon, 22 Oct 2012 20:24:02 +0100
104
105eog (3.4.2-1) unstable; urgency=low
106
107 [ Jeremy Bicha ]
108 * debian/control.in: Recommend yelp
109
110 [ Michael Biebl ]
111 * New upstream release.
112
113 -- Michael Biebl <biebl@debian.org> Wed, 13 Jun 2012 23:21:35 +0200
114
115eog (3.4.1-2) unstable; urgency=low
116
117 * Upload to unstable.
118
119 -- Michael Biebl <biebl@debian.org> Thu, 19 Apr 2012 03:58:38 +0200
120
121eog (3.4.1-1) experimental; urgency=low
122
123 * New upstream translation release.
124
125 -- Michael Biebl <biebl@debian.org> Tue, 17 Apr 2012 16:31:52 +0200
126
127eog (3.4.0-1) experimental; urgency=low
128
129 * New upstream release.
130
131 -- Michael Biebl <biebl@debian.org> Wed, 28 Mar 2012 00:20:01 +0200
132
133eog (3.3.92-1) experimental; urgency=low
134
135 * New upstream development release.
136
137 -- Michael Biebl <biebl@debian.org> Tue, 20 Mar 2012 03:16:11 +0100
138
139eog (3.3.91-1) experimental; urgency=low
140
141 * New upstream release.
142 * Bump libglib2.0-dev, libgtk-3-dev and libgdk-pixbuf2.0-dev Build-Deps.
143 * Set Maintainer to the GNOME team.
144 * Update Standards-Version to 3.9.3, no changes needed.
145 * Point to versioned GPL-2 file.
146 * Build-Depend on libgdk-pixbuf2.0-doc to fix cross-reference links.
147
148 -- Jordi Mallach <jordi@debian.org> Wed, 07 Mar 2012 14:23:42 +0100
149
150eog (3.2.2-3) unstable; urgency=low
151
152 * debian/patches/0001-Don-t-lock-GDK-around-g_application_run.patch:
153 Don't lock GDK around g_application_run(). An unintended interaction
154 between GtkApplication and GDK threading made this necessary before.
155 That code has since been simplified, breaking this formerly-working code.
156 Patch cherry-picked from upstream Git. (Closes: #665374)
157
158 -- Michael Biebl <biebl@debian.org> Wed, 04 Apr 2012 23:23:23 +0200
159
160eog (3.2.2-2) unstable; urgency=low
161
162 * Upload to unstable.
163
164 -- Michael Biebl <biebl@debian.org> Sat, 19 Nov 2011 01:30:53 +0100
165
166eog (3.2.2-1) experimental; urgency=low
167
168 * New upstream release.
169 * debian/control.in:
170 - Drop Build-Depends on libdbus-glib-1-dev, no longer required.
171 * debian/watch:
172 - Fix regex to correctly match directories.
173
174 -- Michael Biebl <biebl@debian.org> Thu, 17 Nov 2011 20:59:59 +0100
175
176eog (3.2.1-1) experimental; urgency=low
177
178 [ Josselin Mouette ]
179 * 01_nodisplay.patch: dropped. Let’s show applications in the shell
180 now. Closes: #624560.
181
182 [ Sjoerd Simons ]
183 * New upstream release (3.2.1)
184 * debian/watch: Monitor xz tarballs
185 * debian/control.in: Update glib build-depends
186 * debian/eog.install: Remove omf dir, no longer used
187
188 -- Sjoerd Simons <sjoerd@debian.org> Wed, 02 Nov 2011 20:35:55 +0000
189
190eog (3.0.2-2) unstable; urgency=low
191
192 * debian/control.in:
193 - Change Build-Depends on libjpeg62-dev to libjpeg-dev in preparation of
194 the libjpeg8 transition.
195 - Add Depends on gir1.2-peas-1.0 to eog. (Closes: #630910)
196 - Remove Build-Depends on gir1.2-gtk-3.0 and let libgtk-3-dev pull that
197 dependency in. Bump Build-Depends on libgtk-3-dev to (>= 3.0.8-1~)
198 accordingly.
199 - Update Vcs-* fields.
200
201 -- Michael Biebl <biebl@debian.org> Fri, 15 Jul 2011 17:52:56 +0200
202
203eog (3.0.2-1) experimental; urgency=low
204
205 * New upstream stable release.
206 * debian/watch: Switch to .bz2 tarballs.
207 * Switch to debhelper compatibility level 8.
208 - Bump Build-Depends on debhelper.
209 - Strip leading debian/tmp/ from .install files.
210 * debian/control.in
211 - Bump Standards-Version to 3.9.2. No further changes.
212 - Add Build-Depends on librsvg2-dev (>= 2.26.0) for scaling svg images.
213 * debian/eog-dev.install
214 - Install gtk-doc API documentation.
215
216 -- Michael Biebl <biebl@debian.org> Sat, 04 Jun 2011 18:31:50 +0200
217
218eog (3.0.1-1) experimental; urgency=low
219
220 [ Fabian Greffrath ]
221 * Add Conflicts and Replaces against gir1.2-eog-3.0 to eog (Closes: #622636).
222
223 [ Sjoerd Simons ]
224 * New upstream release
225
226 -- Sjoerd Simons <sjoerd@debian.org> Sat, 14 May 2011 19:47:05 +0100
227
228eog (3.0.0-1) experimental; urgency=low
229
230 * Make the -dev package depend on the gir package.
231 * New upstream release.
232 * Update build-dependencies.
233 * Put the gir in the eog package, since it’s in a private directory.
234 * Break eog-plugins < 2.91.
235 * Pass arguments to dh_girepository in a more canonical way.
236
237 -- Josselin Mouette <joss@debian.org> Sun, 10 Apr 2011 22:57:14 +0200
238
239eog (2.91.92-1) experimental; urgency=low
240
241 * New upstream release.
242 * debian/control.in: added missing dependency on gsettings-desktop-schemas.
243
244 -- Frederic Peters <fpeters@debian.org> Mon, 28 Mar 2011 11:48:04 +0530
245
246eog (2.91.91-4) experimental; urgency=low
247
248 * debian/control.in: add build-dep on a recent version of libatk1.0-dev to
249 make sure the necessary gobject introspection files get installed.
250
251 -- Frederic Peters <fpeters@debian.org> Tue, 22 Mar 2011 22:27:47 +0100
252
253eog (2.91.91-3) experimental; urgency=low
254
255 * debian/rules: get gir dependencies using file from debian/tmp/.
256
257 -- Frederic Peters <fpeters@debian.org> Mon, 21 Mar 2011 23:49:15 +0100
258
259eog (2.91.91-2) experimental; urgency=low
260
261 * debian/eog.install: install eog.convert, for porting configuration from
262 gconf to gsettings.
263 * debian/rules: fix removal of gir file from eog package.
264 * debian/rules: fix generation of gir:Depends, looking for files in their
265 private directories.
266
267 -- Frederic Peters <fpeters@debian.org> Sun, 13 Mar 2011 15:25:28 +0100
268
269eog (2.91.91-1) experimental; urgency=low
270
271 * New upstream development release.
272 + Update debian/control.in for new dependencies.
273 + Create a gir1.2-eog-3.0 package.
274 + Make eog depends on gir1.2-eog-3.0 as it is required for plugins.
275
276 -- Frederic Peters <fpeters@debian.org> Sun, 13 Mar 2011 13:38:33 +0100
277
278eog (2.30.2-1) unstable; urgency=low
279
280 * New upstream bugfix release.
281 * Bump Standards-Version to 3.9.0. No further changes.
282
283 -- Michael Biebl <biebl@debian.org> Sat, 03 Jul 2010 00:52:16 +0200
284
285eog (2.30.1-1) unstable; urgency=low
286
287 [ Luca Bruno ]
288 * New upstream release:
289 - Update Japanese translation. Closes: #550830.
290 * debian/control.in:
291 - Update Standards-version to latest 3.8.4. No changes needed.
292 - Bump libgtk2.0-dev build-depend to 2.17.15.
293 * debian/patches/01_nodisplay.patch:
294 - Refreshed.
295 * debian/copyright:
296 - Fix FSF address.
297
298 [ Michael Biebl ]
299 * Switch to source format 3.0 (quilt)
300 - Add debian/source/format.
301 - Add debian/patches/series.
302 - Remove /usr/share/cdbs/1/rules/simple-patchsys.mk from debian/rules.
303 * debian/control.in
304 - Add Vcs-* fields.
305 - Drop Conflicts: eog2, no longer necessary.
306
307 -- Michael Biebl <biebl@debian.org> Mon, 03 May 2010 18:53:57 +0200
308
309eog (2.28.2-1) unstable; urgency=low
310
311 * New upstream release.
312 * debian/watch: don't uupdate.
313
314 -- Emilio Pozuelo Monfort <pochu@debian.org> Fri, 18 Dec 2009 15:32:33 +0100
315
316eog (2.28.1-1) unstable; urgency=low
317
318 * New upstream release.
319 * debian/copyright:
320 - added missing copyright holders.
321 - added copyright informations about src/eog-image-jpeg.c,
322 cut-n-paste/totem-screensaver/totem-scrsaver.h and
323 cut-n-paste/totem-screensaver/totem-scrsaver.c files, which
324 are licensed under the LGPL-2.
325
326 -- Andrea Veri <andrea.veri89@gmail.com> Wed, 21 Oct 2009 23:29:28 +0200
327
328eog (2.28.0-1) unstable; urgency=low
329
330 * New upstream release.
331 * debian/patches/99_ltmain_as-needed.patch: Dropped, already there.
332 * debian/control{,.in}: Bump build-dependency on libgtk2.0-dev to >= 2.15.2,
333 drop build-dependency on libart-2.0-dev.
334
335 -- Andreas Henriksson <andreas@fatal.se> Wed, 23 Sep 2009 18:24:07 +0200
336
337eog (2.26.3-1) unstable; urgency=low
338
339 * New upstream release.
340 * debian/control:
341 - bumped Standards-version to latest 3.8.3. No changes needed.
342 - added homepage field pointing it to the right project's
343 homepage.
344 - added ${misc:Depends} on both eog-dbg / eog-dev binaries making
345 lintian happy again.
346
347 -- Andrea Veri <andrea.veri89@gmail.com> Tue, 15 Sep 2009 21:28:38 +0200
348
349eog (2.26.2-1) unstable; urgency=low
350
351 * Update build-dependencies to the 2.26 requirements.
352 Closes: #530649.
353 * New upstream release.
354
355 -- Josselin Mouette <joss@debian.org> Tue, 26 May 2009 22:18:58 +0200
356
357eog (2.26.1-1) unstable; urgency=low
358
359 [ Josselin Mouette ]
360 * Add libglib2.0-doc and libgtk2.0-doc to b-d-i to ensure proper
361 xrefs.
362
363 [ Luca Bruno ]
364 * New upstream release:
365 - Fix GError usage and avoid crashes when the tempfile can't be moved
366 to the destination. Closes: #507991
367 * debian/patches/02_sanitize_sys.path.patch:
368 - Remove as applied upstream.
369 * debian/control.in:
370 - Build-Depends:
371 + Remove libart-2.0-dev.
372 + Add libxml2-dev for toolbareditor support.
373 + Bump libgtk2.0-dev to 2.15.1.
374 + Bump libgnome-desktop-dev to 2.25.1.
375 - eog-dev Depends:
376 + Remove libgnomeui-dev and libglade2-dev.
377 + Add libgtk2.0-dev.
378 - Specify section for debug package.
379
380 [ Josselin Mouette ]
381 * Remove useless build-dependencies on libglade and libgnomeui.
382
383 -- Josselin Mouette <joss@debian.org> Thu, 14 May 2009 08:42:20 +0200
384
385eog (2.24.3.1-1) unstable; urgency=low
386
387 * New upstream bugfix release.
388 * Upload to unstable.
389
390 -- Sebastian Dröge <slomo@debian.org> Fri, 06 Mar 2009 19:29:03 +0100
391
392eog (2.24.2-1) experimental; urgency=low
393
394 * 99_ltmain_as-needed.patch: introduce patch to make --as-needed work
395 on shared objects.
396 * New upstream release.
397
398 -- Josselin Mouette <joss@debian.org> Wed, 31 Dec 2008 16:24:42 +0100
399
400eog (2.24.1-1) experimental; urgency=low
401
402 * New upstream release.
403 * Update build-dependencies, add missing dependencies for eog-dev.
404 * Remove broken changelog entry at the end.
405 * Don’t build with -z defs, it fails for the plugins.
406 * eog.install: install the plugins.
407 * eog-dev.install: install the documentation.
408 * Pass --no-act to dh_makeshlibs.
409
410 -- Josselin Mouette <joss@debian.org> Thu, 13 Nov 2008 18:06:45 +0100
411
412eog (2.22.3-2) unstable; urgency=high
413
414 [ Deng Xiyue ]
415 * 02_sanitize_sys.path.patch: fix possible security problem caused by
416 empty sys.path which allows the possibility to run arbitrary code by a
417 file matches the name of a python module in user's working directory.
418 Thanks James Vega <jamessan@debian.org> for the patch.
419 (Closes: #504352)
420
421 -- Josselin Mouette <joss@debian.org> Thu, 06 Nov 2008 09:04:21 +0100
422
423eog (2.22.3-1) unstable; urgency=low
424
425 [ Josselin Mouette ]
426 * 01_nodisplay.patch: do not display the menu entry by default; an
427 image viewer is mostly useless except when launched from the file
428 browser.
429
430 [ Sebastian Dröge ]
431 * New upstream bugfix release.
432 * debian/control.in:
433 + Updated Standards-Version to 3.8.0, no additional changes needed.
434 + Build depend on intltool as it's required now.
435
436 -- Sebastian Dröge <slomo@debian.org> Tue, 01 Jul 2008 11:49:13 +0200
437
438eog (2.22.2-1) unstable; urgency=low
439
440 * New upstream release.
441 - adds "image/svg+xml-compressed" to the list of supported file types
442 (Closes: #477436).
443
444 -- Guilherme de S. Pastore <gpastore@debian.org> Fri, 30 May 2008 23:07:01 -0300
445
446eog (2.22.1-1) unstable; urgency=low
447
448 [ Romain Francoise ]
449 * debian/control.in: Bump build-depends on libglib2.0-dev to (>= 2.15.3).
450
451 [ Sebastian Dröge ]
452 * New upstream bugfix release.
453
454 -- Sebastian Dröge <slomo@debian.org> Tue, 08 Apr 2008 05:44:49 +0200
455
456eog (2.22.0-1) unstable; urgency=low
457
458 [ Josselin Mouette ]
459 * Fix capitalization of GNOME.
460 * Rework description to make it a bit more up to date.
461 Closes: #463221.
462
463 [ Romain Francoise ]
464 * New upstream release:
465 + Handles XPM files properly again (closes: #444742).
466 + Includes performance improvements (closes: #463112).
467 + No longer crashes if ~/.gnome2/eog is not a directory (closes: #445544).
468 * debian/control: Bump build-depends on libglib2.0-dev to (>= 2.15.3).
469
470 -- Romain Francoise <rfrancoise@debian.org> Fri, 14 Mar 2008 23:38:03 +0100
471
472eog (2.20.4-1) unstable; urgency=low
473
474 * New upstream bugfix release.
475 * debian/control.in:
476 + Update Standards-Version to 3.7.3, no additional changes needed.
477
478 -- Sebastian Dröge <slomo@debian.org> Mon, 07 Jan 2008 21:21:09 +0100
479
480eog (2.20.3-1) unstable; urgency=low
481
482 * New upstream bugfix release:
483 + debian/patches/01_eog_xmp.patch:
484 - Dropped, merged upstream.
485
486 -- Sebastian Dröge <slomo@debian.org> Tue, 27 Nov 2007 05:40:17 +0100
487
488eog (2.20.2-2) unstable; urgency=low
489
490 * debian/patches/01_eog_xmp.patch,
491 debian/control.in:
492 + Build against exempi 1.99.5, patch by Michael Biebl.
493 (Closes: #450485, #451726)
494 * debian/menu:
495 + Fix section.
496
497 -- Sebastian Dröge <slomo@debian.org> Mon, 19 Nov 2007 16:44:43 +0100
498
499eog (2.20.2-1) unstable; urgency=low
500
501 * New upstream bugfix release.
502
503 -- Sebastian Dröge <slomo@debian.org> Wed, 31 Oct 2007 06:51:09 +0100
504
505eog (2.20.1-1) unstable; urgency=low
506
507 * New upstream bugfix release.
508 * debian/menu:
509 + Fix section in the menu file.
510
511 -- Sebastian Dröge <slomo@debian.org> Thu, 25 Oct 2007 11:07:36 +0200
512
513eog (2.20.0-2) unstable; urgency=low
514
515 * Remove obsolete manual pages.
516 * rules: cleanup.
517 * Add a new package: eog-dev, containing the headers and pkg-config
518 files.
519
520 -- Josselin Mouette <joss@debian.org> Sat, 22 Sep 2007 00:07:47 +0200
521
522eog (2.20.0-1) unstable; urgency=low
523
524 * New upstream release.
525 + Fix crash when switching between normal and fullscreen modes.
526 Closes: #382164.
527 + Add WBMP to supported file types. Closes: #270595.
528 + Shows file type in properties dialog. Closes: #439798.
529 + Features a command line option to start in fullscreen mode.
530 Closes: #134684.
531 * Massive build-depends update.
532 * Fix section for the menu file.
533 * Don't ship the headers and pkg-config files for now.
534
535 -- Josselin Mouette <joss@debian.org> Fri, 21 Sep 2007 22:39:07 +0200
536
537eog (2.18.2-2) experimental; urgency=low
538
539 [ Sven Arvidsson ]
540 * Add a -dbg package. (Closes: #427410)
541
542 [ Loic Minier ]
543 * Target at experimental for binary package addition.
544
545 -- Loic Minier <lool@dooz.org> Mon, 11 Jun 2007 10:13:57 +0200
546
547eog (2.18.2-1) unstable; urgency=low
548
549 * New upstream translation and bugfix release.
550
551 -- Josselin Mouette <joss@debian.org> Sat, 02 Jun 2007 09:26:11 +0200
552
553eog (2.18.1-1) unstable; urgency=low
554
555 * Include the new check-dist Makefile to prevent accidental uploads to
556 unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
557 * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
558 cdbs >= 0.4.41.
559 * Preprend -Wl,-z,defs before -Wl,--as-needed in LDFLAGS.
560 * Upload to unstable; drop check-dist include.
561 * Wrap build-deps and deps.
562 * Bump up Debhelper compatibility level to 5.
563 * Fix watch file to track all stable releases and use HTTP.
564 * Verbose the rm calls.
565 * Drop obsolete debian/NEWS which concerns pre-sarge versions.
566 * New upstream stable release.
567
568 -- Loic Minier <lool@dooz.org> Wed, 25 Apr 2007 15:32:14 +0200
569
570eog (2.18.0.1-1) experimental; urgency=low
571
572 * New upstream release:
573 - debian/control.in:
574 + Updated build-depends to new requirements
575 + Added new dependency on gnome-icon-theme, as eog now uses icons from
576 there.
577 - debian/patches/01_error-loading.patch:
578 Dropped, included upstream.
579 - Changed scroll wheel behaviour to not switch images, but actually
580 scroll. (Closes: #414128)
581 - Fixed handling of external file removal. (Closes: #370452)
582 - Fixed segfaults when exiting the collection view. (Closes: #404325)
583
584 -- Marc 'HE' Brockschmidt <he@debian.org> Sun, 25 Mar 2007 13:17:10 +0200
585
586eog (2.16.3-3) unstable; urgency=medium
587
588 [ Sven Arvidsson ]
589 * New patch, 01_error-loading, show an error message instead of
590 closing the program if the image loading has failed; thanks
591 Claudio Saavedra. GNOME #399988 (Closes: #391582)
592
593 -- Sven Arvidsson <sa@whiz.se> Tue, 27 Feb 2007 15:07:47 +0100
594
595eog (2.16.3-2) unstable; urgency=low
596
597 * Upload to unstable.
598
599 -- Loic Minier <lool@dooz.org> Sat, 3 Feb 2007 11:45:07 +0100
600
601eog (2.16.3-1) experimental; urgency=low
602
603 * Add a get-orig-source target to retrieve the upstream tarball.
604 * New upstream stable release; bug fixes and translation updates.
605
606 -- Loic Minier <lool@dooz.org> Mon, 29 Jan 2007 22:07:49 +0100
607
608eog (2.16.2-1) unstable; urgency=low
609
610 * New upstream stable release with code cleanups and translations.
611
612 -- Loic Minier <lool@dooz.org> Sat, 18 Nov 2006 09:41:07 +0100
613
614eog (2.16.1.1-1) unstable; urgency=low
615
616 * Upload to unstable.
617 * Add CDBS' utils.
618 * New upstream release.
619 * Don't trust the upstream configure to honor its advertized
620 --disable-scrollkeper and remove generated /var/scrollkeeper for
621 additional safety.
622
623 -- Loic Minier <lool@dooz.org> Fri, 20 Oct 2006 10:59:06 +0200
624
625eog (2.16.1-1) experimental; urgency=low
626
627 * New upstream release.
628 - build in a non-broken environment (Closes: #389242).
629
630 * debian/watch: updated.
631
632 -- Guilherme de S. Pastore <gpastore@debian.org> Fri, 29 Sep 2006 19:42:52 -0300
633
634eog (2.16.0.1-1) experimental; urgency=low
635
636 * New upstream release
637 - Fixed printing of GIF images (Closes: #343496)
638
639 * debian/control.in:
640 - updated my e-mail address
641 - added build-dependency on gnome-doc-utils
642
643 * debian/patches/10_no_scrollkeeper_update.patch:
644 - dropped; not needed anymore
645
646 * debian/rules:
647 - use --disable-scrollkeeper
648
649 -- Guilherme de S. Pastore <gpastore@debian.org> Mon, 4 Sep 2006 16:25:06 -0300
650
651eog (2.14.3-1) unstable; urgency=low
652
653 * New upstream release.
654 * Bump up Standards-Version to 3.7.2.
655
656 -- Loic Minier <lool@dooz.org> Tue, 8 Aug 2006 13:05:41 +0200
657
658eog (2.14.2-1) unstable; urgency=low
659
660 * New upstream release.
661
662 -- Loic Minier <lool@dooz.org> Tue, 30 May 2006 17:06:44 +0200
663
664eog (2.14.1-1) unstable; urgency=low
665
666 * New upstream release.
667
668 -- Guilherme de S. Pastore <gpastore@debian.org> Fri, 21 Apr 2006 11:37:34 -0300
669
670eog (2.14.0-1) unstable; urgency=low
671
672 Oystein Gisnas <oystein@gisnas.net>:
673 * New upstream release
674 - Print preview bugs fixed (Closes: #247544)
675 - Can display on multiple displays (Closes: #275693)
676 - Can display SVG images (Closes: #280922)
677 - Hides information sidebar as default (Closes: #292447)
678 - Fixes crash opening some SVGs (Closes: #322879)
679 * Update libgtk2.0-dev build depenency to (>= 2.7.1)
680 * Add build dependencies liblcms-dev, libart-2.0-dev (>= 2.3.16),
681 libgnome-desktop-dev (>= 2.10.0)
682 * Update watch file
683
684 * Segfaults when opening two jpeg files are no longer reproducible.
685 (Closes: #358372)
686 * Full-screen can be left by pressing F11 again. (Closes: #307716)
687
688 -- J.H.M. Dassen (Ray) <jdassen@debian.org> Sat, 1 Apr 2006 21:08:21 +0200
689
690eog (2.12.3-1) unstable; urgency=low
691
692 * New upstream release (bug fixes and translation updates).
693 * [debian/rules] Have the linker work harder to produce a faster loading
694 binary and to trim down unneeded direct dependencies.
695
696 Josselin Mouette <joss@debian.org>:
697 * Recommend librsvg2-common.
698
699 -- J.H.M. Dassen (Ray) <jdassen@debian.org> Wed, 8 Feb 2006 20:54:57 +0100
700
701eog (2.12.2-2) unstable; urgency=low
702
703 * Upload to unstable.
704
705 -- Josselin Mouette <joss@debian.org> Sun, 8 Jan 2006 14:24:29 +0100
706
707eog (2.12.2-1) experimental; urgency=low
708
709 [ Guilherme de S. Pastore ]
710 * New upstream release
711 - Fixes some crashes (Closes: #322879)
712 * debian/patches/02_svg.diff: dropped; applied upstream
713
714 [ Loic Minier ]
715 * Comment out scrollkeeper-update calls.
716 [debian/patches/10_no_scrollkeeper_update.patch]
717
718 -- Loic Minier <lool@dooz.org> Sun, 4 Dec 2005 22:02:02 +0100
719
720eog (2.12.1-1) experimental; urgency=low
721
722 * New upstream release
723 * debian/watch:
724 - added to help tracking upstream
725 * debian/patches/00_overwrite_error.diff:
726 - removed, the relevant code has been rewritten, the patch no
727 longer applies (in both senses)
728 * debian/patches/02_svg.diff:
729 - updated to the new upstream version
730 * debian/patches/01_threads.diff:
731 - removed; issue fixed upstream with a different patch
732 * debian/control.in:
733 - added Build-Depends to libglade2-dev, libgnomeprint{,ui}2.2-dev
734 based on pkg-config requirements
735
736 -- Gustavo Noronha Silva <kov@debian.org> Fri, 14 Oct 2005 12:13:19 -0300
737
738eog (2.10.2-3) unstable; urgency=medium
739
740 [ Guilherme de S. Pastore ]
741 * debian/control.in:
742 - added ${misc:Depends} dependency (higher urgency)
743 - bumped standards-version to 3.6.2.1 with no changes
744
745 [ Sebastien Bacher ]
746 * debian/patches/02_svg.diff
747 - open svg files (Closes: #306188)
748
749 -- Guilherme de S. Pastore <guilherme.pastore@terra.com.br> Thu, 13 Oct 2005 14:25:20 -0300
750
751eog (2.10.2-2) unstable; urgency=low
752
753 * debian/patches/00_overwrite_error.diff:
754 - apply patch from Gustavo Noronha Silva <kov@debian.org>
755 to fix the error message displayed when overwriting a file.
756 Thanks! (Closes: #287980)
757 * debian/patches/01_threads.diff:
758 - don't create threads as joinable if we're not going to join
759 them, otherwise we end up with huge memory usage and even
760 crashes (Closes: #288163)
761 * debian/eog-collection-view.1:
762 - removed, there's only one binary that handles this on the UI now
763 * debian/control.in:
764 - updated my e-mail address
765
766 -- Guilherme de S. Pastore <guilherme.pastore@terra.com.br> Wed, 10 Aug 2005 19:46:22 -0300
767
768eog (2.10.2-1) unstable; urgency=low
769
770 * New maintainer (Closes: #322092)
771 * Acknowledge NMUs (Closes: #223366, #237201, #253005, #289293, #321312)
772 * debian/control.in:
773 - Added, to auto-generate debian/control
774 - Added the Debian GNOME Team to Uploaders:
775 + Added Build-Dependency on gnome-pkg-tools
776 - Updated to Standards-Version 3.6.2 with no changes
777 * debian/copyright:
778 - Updated list of Upstream Authors
779 - Fixed Copyright and License notices
780 - Updated the URL from which tarball was downloaded
781 * debian/dirs:
782 - Removed
783 * debian/eog.1:
784 - Escaped all hyphens
785 * debian/eog.install:
786 - Install gnome-eog.xpm, the Debian menu icon
787 * debian/rules:
788 - Include uploaders.mk from gnome-pkg-tools
789 - Clean the clean:: target up, as most of the removals are already
790 handled by CDBS itself
791
792 -- Guilherme de S. Pastore <gpastore@colband.com.br> Mon, 8 Aug 2005 22:14:55 -0300
793
794eog (2.10.2-0.2) unstable; urgency=low
795
796 * Non-maintainer upload by the GNOME team.
797 * Build-depend on libexif-dev 0.6.12 (closes: #321312)
798
799 -- Ross Burton <ross@debian.org> Mon, 8 Aug 2005 09:14:04 +0100
800
801eog (2.10.2-0.1) unstable; urgency=low
802
803 * Non-maintainer upload by the GNOME team.
804 * New upstream release.
805
806 -- Jordi Mallach <jordi@debian.org> Thu, 7 Jul 2005 19:38:12 +0200
807
808eog (2.10.0-0.2) unstable; urgency=low
809
810 * Non-maintainer upload by the GNOME team.
811 * Upload to unstable.
812 * debian/control: drop gettext, add cdbs and bump debhelper for
813 build-depends.
814 * debian/rules: rewrite to use cdbs.
815 - cdbs doesn't use dh_installmanpages (closes: #289293).
816
817 -- Jordi Mallach <jordi@debian.org> Fri, 10 Jun 2005 17:12:43 +0200
818
819eog (2.10.0-0.1) experimental; urgency=low
820
821 * GNOME team upload for GNOME 2.10.
822 * New upstream release.
823 * debian/control: updated Build-Depends.
824
825 -- Jordi Mallach <jordi@debian.org> Mon, 9 May 2005 16:45:11 +0200
826
827eog (2.8.2-0.1) unstable; urgency=low
828
829 * Non-Maintainer upload.
830 * New upstream release.
831 * po/ca.po: fix a bad translation.
832
833 -- Jordi Mallach <jordi@debian.org> Wed, 29 Dec 2004 21:02:36 +0100
834
835eog (2.8.1-1.1) unstable; urgency=low
836
837 * NMU for GNOME 2.8 in unstable.
838 * Upload to unstable.
839 * debian/control:
840 - Build-Depends on libxml-parser-perl.
841
842 -- Sebastien Bacher <seb128@debian.org> Wed, 24 Nov 2004 16:39:09 +0100
843
844eog (2.8.1-1) experimental; urgency=low
845
846 * NMU with maintainer approval.
847 * New upstream release:
848 - the Nautilus "View as Collection" component isn't available anymore.
849 (Closes: #223366).
850 - fix the image collection mode (Closes: #253005).
851 - fix the problem with fix/normal buttons (Closes: #237201).
852 * debian/compat:
853 - added.
854 * debian/control:
855 - updated Standards-Version to 3.6.1.0.
856 - updated the Build-Depends.
857 * debian/postinst, debian/postrm:
858 - removed, dh_gconf handles this.
859 * debian/NEWS:
860 - added a note about the removal of the nautilus view.
861 * debian/rules:
862 - added a call to dh_gconf and dh_desktop.
863
864 -- Sebastien Bacher <seb128@debian.org> Mon, 25 Oct 2004 22:03:56 +0200
865
866eog (2.6.1-2) unstable; urgency=high
867
868 * Rebuilt without libexif support to let collection view mode work
869 properly, it'll be readded in the future, thanks Paul Brossier.
870 closes: #253005, #267869.
871
872 -- Davide Puricelli (evo) <evo@debian.org> Sat, 4 Sep 2004 18:05:26 +0200
873
874eog (2.6.1-1) unstable; urgency=low
875
876 * Acknowledge NMUs, thanks Sebastien.
877 closes: #245329, #255186, #228639.
878 * Fixed wrong manpage header; closes: #261034.
879 * debian/menu: used a xpm file; closes: #265940.
880
881 -- Davide Puricelli (evo) <evo@debian.org> Sun, 22 Aug 2004 17:31:59 +0200
882
883eog (2.6.1-0.4) unstable; urgency=high
884
885 * NMU
886 * Fixed the FTBFS with the new libexif (Closes: #255186).
887 * debian/control:
888 - updated the Build-Depends on libexif-dev.
889
890 -- Sebastien Bacher <seb128@debian.org> Sat, 26 Jun 2004 14:24:01 +0200
891
892eog (2.6.1-0.3) unstable; urgency=low
893
894 * NMU
895 * Updated build depends.
896
897 -- Sebastien Bacher <seb128@debian.org> Fri, 28 May 2004 22:55:17 +0200
898
899eog (2.6.1-0.2) unstable; urgency=low
900
901 * Non-Maintainer Upload.
902 * Upload to unstable.
903
904 -- Jordi Mallach <jordi@debian.org> Fri, 28 May 2004 12:36:04 +0200
905
906eog (2.6.1-0.1) experimental; urgency=low
907
908 * NMU.
909 * New upstream release.
910 * debian/control.in
911 + updated Build-Depends (Closes: #245329).
912 * debian/menu:
913 + updated menu entry with Luca Capello <luca@pca.it> suggestions
914 (Closes: #228639).
915
916 -- Sebastien Bacher <seb128@debian.org> Sun, 16 May 2004 14:28:53 +0200
917
918eog (2.6.0-1) experimental; urgency=low
919
920 * New upstream release; closes: #242060.
921
922 -- Davide Puricelli (evo) <evo@debian.org> Sun, 18 Apr 2004 11:55:33 +0200
923
924eog (2.4.1-2) unstable; urgency=high
925
926 * Added a missing Build-Depends on libgnomeprintui2.2-dev.
927
928 -- Davide Puricelli (evo) <evo@debian.org> Sat, 25 Oct 2003 15:22:48 +0200
929
930eog (2.4.1-1) unstable; urgency=low
931
932 * New upstream version.
933 * Fixed an issue on viewing some pictures twice, closes: #190889.
934 * "Load image" file selector is no longer case sensitive, closes: #199431.
935 * Added .jpeg support, closes: #208359.
936 * Removed useless Build-Depends on liblinc-dev, closes: #214819.
937
938 -- Davide Puricelli (evo) <evo@debian.org> Fri, 24 Oct 2003 18:41:44 +0200
939
940eog (2.2.2-2) unstable; urgency=high
941
942 * Added a missing Build-Depends on libeel2-dev.
943
944 -- Davide Puricelli (evo) <evo@debian.org> Sat, 7 Jun 2003 10:22:39 +0200
945
946eog (2.2.2-1) unstable; urgency=high
947
948 * New upstream version:
949 - fixed "GNOME's Eye Of Gnome incorrect file name handling"
950 (http://marc.theaimsgroup.com/?l=bugtraq&m=104887189724146&w=2)
951 closes: #189002.
952 * Added support for "image/svg+xml" too, closes: #192421.
953 * Fixed a typo into xmldocs.make (now it's a tab and not eight spaces).
954 closes: #195668.
955
956 -- Davide Puricelli (evo) <evo@debian.org> Fri, 6 Jun 2003 22:22:19 +0200
957
958eog (2.2.0-1) unstable; urgency=low
959
960 * New upstream version.
961
962 -- Davide Puricelli (evo) <evo@debian.org> Mon, 10 Feb 2003 19:46:06 +0100
963
964eog (1.1.4-1) unstable; urgency=low
965
966 * New upstream version.
967 * Segfault on Edit/Preferences is not reproducible, please try this
968 version; closes: #166689.
969 * Removed an old Depends on libgnomeprint2-0; closes: #177328.
970 * eog is not a core app, I think that 1.1 branch is really better than
971 Gnome 2.0.x version, so I'll continue to package it; closes: #170404.
972
973 -- Davide Puricelli (evo) <evo@debian.org> Sat, 18 Jan 2003 23:36:32 +0100
974
975eog (1.1.0-2) unstable; urgency=low
976
977 * First upload to unstable!
978
979 -- Davide Puricelli (evo) <evo@debian.org> Sat, 26 Oct 2002 23:31:04 +0200
980
981eog2 (1.1.0-1) experimental; urgency=low
982
983 * New upstream version.
984
985 -- Davide Puricelli (evo) <evo@debian.org> Fri, 18 Oct 2002 15:25:12 +0200
986
987eog2 (1.0.3-3) experimental; urgency=low
988
989 * Removed the 2 suffix from the binary package name.
990
991 -- Davide Puricelli (evo) <evo@debian.org> Sat, 5 Oct 2002 12:55:32 +0200
992
993eog2 (1.0.3-2) experimental; urgency=low
994
995 * Removed any external DTD call in xml files; closes: #161883.
996
997 -- Davide Puricelli (evo) <evo@debian.org> Sat, 28 Sep 2002 12:09:32 +0200
998
999eog2 (1.0.3-1) experimental; urgency=low
1000
1001 * New upstream version.
1002
1003 -- Davide Puricelli (evo) <evo@debian.org> Fri, 13 Sep 2002 14:23:12 +0200
1004
1005eog2 (1.0.1-5) experimental; urgency=low
1006
1007 * Recompiled against gnome-vfs2 2.0.2-4.
1008
1009 -- Davide Puricelli (evo) <evo@debian.org> Wed, 14 Aug 2002 17:41:06 +0200
1010
1011eog2 (1.0.1-4) experimental; urgency=low
1012
1013 * Recompiled against libpng3 and libgtk2.0-0png3.
1014
1015 -- Davide Puricelli (evo) <evo@debian.org> Tue, 13 Aug 2002 11:46:01 +0200
1016
1017eog2 (1.0.1-3) experimental; urgency=low
1018
1019 * Now we don't ship /etc/gconf/gconf.xml.defaults, it's generated by
1020 gconftool; closes: #151856.
1021
1022 -- Davide Puricelli (evo) <evo@debian.org> Fri, 12 Jul 2002 19:01:13 +0200
1023
1024eog2 (1.0.1-2) experimental; urgency=low
1025
1026 * Recompiled against librsvg2-2.
1027
1028 -- Davide Puricelli (evo) <evo@debian.org> Mon, 1 Jul 2002 11:01:47 +0200
1029
1030eog2 (1.0.1-1) experimental; urgency=low
1031
1032 * New upstream version.
1033
1034 -- Davide Puricelli (evo) <evo@debian.org> Sat, 22 Jun 2002 11:49:19 +0200
1035
1036eog2 (0.118.0-1) experimental; urgency=low
1037
1038 * New upstream version.
1039
1040 -- Davide Puricelli (evo) <evo@debian.org> Sat, 25 May 2002 15:03:53 +0200
1041
1042eog2 (0.116.1-1) experimental; urgency=low
1043
1044 * New upstream version.
1045
1046 -- Davide Puricelli (evo) <evo@debian.org> Thu, 25 Apr 2002 15:32:27 +0200
1047
1048eog2 (0.115.0-1) experimental; urgency=low
1049
1050 * New upstream version.
1051
1052 -- Davide Puricelli (evo) <evo@debian.org> Sun, 31 Mar 2002 21:40:36 +0200
1053
1054eog2 (0.114.0-1) experimental; urgency=low
1055
1056 * Initial Release, closes: #130119.
1057
1058 -- Davide Puricelli (evo) <evo@debian.org> Sun, 17 Mar 2002 12:49:05 +0100
01059
=== added file 'debian/compat'
--- debian/compat 1970-01-01 00:00:00 +0000
+++ debian/compat 2014-03-11 10:37:49 +0000
@@ -0,0 +1,1 @@
18
02
=== added file 'debian/control'
--- debian/control 1970-01-01 00:00:00 +0000
+++ debian/control 2014-03-11 10:37:49 +0000
@@ -0,0 +1,89 @@
1# This file is autogenerated. DO NOT EDIT!
2#
3# Modifications should be made to debian/control.in instead.
4# This file is regenerated automatically in the clean target.
5Source: eog
6Section: gnome
7Priority: optional
8Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
9XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
10Uploaders: Andreas Henriksson <andreas@fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Jeremy Bicha <jbicha@ubuntu.com>, Michael Biebl <biebl@debian.org>
11Standards-Version: 3.9.4
12Homepage: http://projects.gnome.org/eog
13Build-Depends: cdbs (>= 0.4.41),
14 debhelper (>= 8),
15 dh-autoreconf,
16 autotools-dev,
17 gnome-pkg-tools (>= 0.10),
18 gtk-doc-tools (>= 1.9),
19 intltool (>= 0.40.0),
20 pkg-config,
21 libgtk-3-dev (>= 3.7.8),
22 libgdk-pixbuf2.0-dev (>= 2.19.1),
23 libglib2.0-dev (>= 2.31.0),
24 libgnome-desktop-3-dev (>= 2.91.2),
25 libgrip-dev (>= 0.3.0),
26 gnome-icon-theme (>= 2.19.1),
27 shared-mime-info (>= 0.20),
28 gsettings-desktop-schemas-dev (>= 2.91.92),
29 libpeas-dev (>= 0.7.4),
30 yelp-tools,
31 zlib1g-dev,
32 libexif-dev (>= 0.6.14),
33 liblcms2-dev,
34 libexempi-dev (>= 1.99.5),
35 libjpeg-dev,
36 librsvg2-dev (>= 2.36.2),
37 libxml2-dev (>= 2.0),
38 libx11-dev,
39 libatk1.0-dev (>= 1.32.0-2~),
40 gobject-introspection (>= 0.9.12-4~),
41 libgirepository1.0-dev (>= 0.9.12)
42Build-Depends-Indep: libgdk-pixbuf2.0-doc, libglib2.0-doc, libgtk-3-doc
43Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/eog/ubuntu
44
45Package: eog
46Architecture: any
47Depends: ${shlibs:Depends},
48 ${misc:Depends},
49 ${gir:Depends},
50 gnome-icon-theme (>= 2.19.1),
51 shared-mime-info (>= 0.20),
52 gsettings-desktop-schemas (>= 2.91.92),
53 gir1.2-peas-1.0
54Recommends: librsvg2-common,
55 yelp
56Breaks: eog-plugins (<< 2.91)
57Conflicts: gir1.2-eog-3.0
58Replaces: gir1.2-eog-3.0
59Description: Eye of GNOME graphics viewer program
60 eog or the Eye of GNOME is a simple graphics viewer for the GNOME
61 desktop which uses the gdk-pixbuf library. It can deal with large
62 images, and zoom and scroll with constant memory usage. Its goals are
63 simplicity and standards compliance.
64
65Package: eog-dbg
66Section: debug
67Architecture: any
68Priority: extra
69Depends: eog (= ${binary:Version}),
70 ${misc:Depends}
71Description: Eye of GNOME graphics viewer program - debugging symbols
72 eog or the Eye of GNOME is a simple graphics viewer for the GNOME
73 desktop which uses the gdk-pixbuf library. It can deal with large
74 images, and zoom and scroll with constant memory usage. Its goals are
75 simplicity and standards compliance.
76 .
77 This package contains the debugging symbols for eog.
78
79Package: eog-dev
80Architecture: all
81Depends: eog (>= ${source:Version}),
82 libgtk-3-dev (>= 3.0.0),
83 ${misc:Depends}
84Description: Development files for the Eye of GNOME
85 eog or the Eye of GNOME is a graphics viewer for the GNOME desktop
86 which uses the gdk-pixbuf library.
87 .
88 This package contains header files and development information, which
89 is needed to build plugins for the Eye of GNOME.
090
=== added file 'debian/control.in'
--- debian/control.in 1970-01-01 00:00:00 +0000
+++ debian/control.in 2014-03-11 10:37:49 +0000
@@ -0,0 +1,85 @@
1Source: eog
2Section: gnome
3Priority: optional
4Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
5XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
6Uploaders: @GNOME_TEAM@
7Standards-Version: 3.9.4
8Homepage: http://projects.gnome.org/eog
9Build-Depends: cdbs (>= 0.4.41),
10 debhelper (>= 8),
11 dh-autoreconf,
12 autotools-dev,
13 gnome-pkg-tools (>= 0.10),
14 gtk-doc-tools (>= 1.9),
15 intltool (>= 0.40.0),
16 pkg-config,
17 libgtk-3-dev (>= 3.7.8),
18 libgdk-pixbuf2.0-dev (>= 2.19.1),
19 libglib2.0-dev (>= 2.31.0),
20 libgnome-desktop-3-dev (>= 2.91.2),
21 libgrip-dev (>= 0.3.0),
22 gnome-icon-theme (>= 2.19.1),
23 shared-mime-info (>= 0.20),
24 gsettings-desktop-schemas-dev (>= 2.91.92),
25 libpeas-dev (>= 0.7.4),
26 yelp-tools,
27 zlib1g-dev,
28 libexif-dev (>= 0.6.14),
29 liblcms2-dev,
30 libexempi-dev (>= 1.99.5),
31 libjpeg-dev,
32 librsvg2-dev (>= 2.36.2),
33 libxml2-dev (>= 2.0),
34 libx11-dev,
35 libatk1.0-dev (>= 1.32.0-2~),
36 gobject-introspection (>= 0.9.12-4~),
37 libgirepository1.0-dev (>= 0.9.12)
38Build-Depends-Indep: libgdk-pixbuf2.0-doc, libglib2.0-doc, libgtk-3-doc
39Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/eog/ubuntu
40
41Package: eog
42Architecture: any
43Depends: ${shlibs:Depends},
44 ${misc:Depends},
45 ${gir:Depends},
46 gnome-icon-theme (>= 2.19.1),
47 shared-mime-info (>= 0.20),
48 gsettings-desktop-schemas (>= 2.91.92),
49 gir1.2-peas-1.0
50Recommends: librsvg2-common,
51 yelp
52Breaks: eog-plugins (<< 2.91)
53Conflicts: gir1.2-eog-3.0
54Replaces: gir1.2-eog-3.0
55Description: Eye of GNOME graphics viewer program
56 eog or the Eye of GNOME is a simple graphics viewer for the GNOME
57 desktop which uses the gdk-pixbuf library. It can deal with large
58 images, and zoom and scroll with constant memory usage. Its goals are
59 simplicity and standards compliance.
60
61Package: eog-dbg
62Section: debug
63Architecture: any
64Priority: extra
65Depends: eog (= ${binary:Version}),
66 ${misc:Depends}
67Description: Eye of GNOME graphics viewer program - debugging symbols
68 eog or the Eye of GNOME is a simple graphics viewer for the GNOME
69 desktop which uses the gdk-pixbuf library. It can deal with large
70 images, and zoom and scroll with constant memory usage. Its goals are
71 simplicity and standards compliance.
72 .
73 This package contains the debugging symbols for eog.
74
75Package: eog-dev
76Architecture: all
77Depends: eog (>= ${source:Version}),
78 libgtk-3-dev (>= 3.0.0),
79 ${misc:Depends}
80Description: Development files for the Eye of GNOME
81 eog or the Eye of GNOME is a graphics viewer for the GNOME desktop
82 which uses the gdk-pixbuf library.
83 .
84 This package contains header files and development information, which
85 is needed to build plugins for the Eye of GNOME.
086
=== added file 'debian/copyright'
--- debian/copyright 1970-01-01 00:00:00 +0000
+++ debian/copyright 2014-03-11 10:37:49 +0000
@@ -0,0 +1,66 @@
1This package was debianized by Guilherme de S. Pastore <gpastore@colband.com.br> on
2Mon, 8 Aug 2005 22:14:55 -0300.
3
4It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/eog/
5
6Upstream Authors: Tim Gerla <tim+gnomebugs@gerla.net>
7 Philip Van Hoof <pvanhoof@gnome.org>
8 Paolo Borelli <pborelli@katamail.com>
9 Jens Finke <jens@triq.net>
10 Federico Mena Quintero <federico@gnu.org>
11 Arik Devens <arik@gnome.org>
12 Michael Meeks <michael@ximian.com>
13 Martin Baulig <baulig@suse.de>
14
15Copyright:
16
17Copyright (C) 2000-2008 The Free Software Foundation
18Copyright (C) 1999 Michael Zucchi
19Copyright (C) 1999-2004 Red Hat, Inc
20Copyright (C) 2005 Raphael Slinckx
21Copyright (C) 1997 Thomas G. Lane
22Copyright (C) 2003-2004 Marco Pesenti Gritti
23Copyright (C) 2003-2005 Christian Persch
24Copyright (C) 2004-2006 Bastien Nocera <hadess@hadess.net>
25
26Files: *
27License:
28
29 This program is free software; you can redistribute it and/or modify
30 it under the terms of the GNU General Public License as published by
31 the Free Software Foundation; either version 2 of the License, or
32 (at your option) any later version.
33
34 You should have received a copy of the GNU General Public License
35 along with this program; if not, write to the Free Software Foundation, Inc.,
36 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
37
38 On Debian Systems, the full text of the license can be found on
39 /usr/share/common-licenses/GPL-2
40
41Files: src/eog-image-jpeg.c, cut-n-paste/totem-screensaver/totem-scrsaver.h,
42 cut-n-paste/totem-screensaver/totem-scrsaver.c
43Copyright: eog-image-jpeg.c: 1999 The Free Software Foundation,
44 1999 Michael Zucchi, 1999 Red Hat, Inc
45 totem-scrsaver.c: 2004-2006 Bastien Nocera,
46 totem-scrsaver.h: 2004-2006 Bastien Nocera
47License:
48
49 This library is free software; you can redistribute it and/or
50 modify it under the terms of the GNU Lesser General Public
51 License as published by the Free Software Foundation; either
52 version 2 of the License, or (at your option) any later version.
53
54 This library is distributed in the hope that it will be useful,
55 but WITHOUT ANY WARRANTY; without even the implied warranty of
56 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
57 Lesser General Public License for more details.
58
59 You should have received a copy of the GNU Lesser General Public
60 License along with this library; if not, write to the
61 Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
62 Boston, MA 02110-1301, USA.
63
64 On Debian Systems, the full text of the license can be found on
65 /usr/share/common-licenses/LGPL-2
66
067
=== added file 'debian/eog-dev.install'
--- debian/eog-dev.install 1970-01-01 00:00:00 +0000
+++ debian/eog-dev.install 2014-03-11 10:37:49 +0000
@@ -0,0 +1,4 @@
1usr/lib/pkgconfig
2usr/include
3usr/share/eog/gir-1.0
4usr/share/gtk-doc
05
=== added file 'debian/eog.1'
--- debian/eog.1 1970-01-01 00:00:00 +0000
+++ debian/eog.1 2014-03-11 10:37:49 +0000
@@ -0,0 +1,62 @@
1.\" -*- nroff -*-
2.TH EOG 1 "April 22, 2000"
3.SH "NAME"
4eog \- a GNOME image viewer
5.SH "SYNOPSIS"
6.B eog
7.RI [ options ] " files" ...
8.SH "DESCRIPTION"
9An image viewer for GNOME which uses gdk_pixbuf
10.SH "USAGE"
11Usage: eog [OPTION...]
12.PP
13GNOME Options
14 \-\-disable\-sound Disable sound server usage
15 \-\-enable\-sound Enable sound server usage
16 \-\-espeaker=HOSTNAME:PORT Host:port on which the sound
17 server to use is running
18 \-\-version
19.PP
20Help options
21 \-?, \-\-help Show this help message
22 \-\-usage Display brief usage message
23.PP
24GTK options
25 \-\-gdk-debug=FLAGS Gdk debugging flags to set
26 \-\-gdk-no-debug=FLAGS Gdk debugging flags to unset
27 \-\-display=DISPLAY X display to use
28 \-\-sync Make X calls synchronous
29 \-\-no-xshm Don't use X shared
30 memory extension
31 \-\-name=NAME Program name as used by the
32 window manager
33 \-\-class=CLASS Program class as used by the
34 window manager
35 \-\-gxid_host=HOST
36 \-\-gxid_port=PORT
37 \-\-xim\-preedit=STYLE
38 \-\-xim\-status=STYLE
39 \-\-gtk\-debug=FLAGS Gtk+ debugging flags to set
40 \-\-gtk\-no\-debug=FLAGS Gtk+ debugging flags
41 to unset
42 \-\-g\-fatal\-warnings Make all warnings fatal
43 \-\-gtk\-module=MODULE Load an additional
44 Gtk module
45.PP
46GNOME GUI options
47 \-\-disable\-crash\-dialog
48.PP
49Session management options
50 \-\-sm\-client\-id=ID Specify session management ID
51 \-\-sm\-config\-prefix=PREFIX Specify prefix of saved
52 configuration
53 \-\-sm-disable Disable connection to
54 session manager
55
56
57.SH AUTHOR
58This manual page was written for the Debian GNU/Linux distribution
59because the original program does not have a manual page.
60.PP
61This manual page was written by Dan Nguyen <dnn@debian.org>,
62for the Debian GNU/Linux system (but may be used by others).
063
=== added file 'debian/eog.install'
--- debian/eog.install 1970-01-01 00:00:00 +0000
+++ debian/eog.install 2014-03-11 10:37:49 +0000
@@ -0,0 +1,12 @@
1debian/gnome-eog.xpm usr/share/pixmaps
2usr/bin
3usr/share/eog
4usr/share/glib-2.0/schemas
5usr/share/GConf/gsettings
6usr/share/help
7usr/share/icons
8usr/share/locale
9usr/share/applications
10usr/lib/eog/plugins/*plugin
11usr/lib/eog/plugins/*.so
12usr/lib/eog/girepository-1.0
013
=== added file 'debian/eog.manpages'
--- debian/eog.manpages 1970-01-01 00:00:00 +0000
+++ debian/eog.manpages 2014-03-11 10:37:49 +0000
@@ -0,0 +1,1 @@
1debian/eog.1
02
=== added file 'debian/gnome-eog.xpm'
--- debian/gnome-eog.xpm 1970-01-01 00:00:00 +0000
+++ debian/gnome-eog.xpm 2014-03-11 10:37:49 +0000
@@ -0,0 +1,392 @@
1/* XPM */
2static char * gnome_eog_xpm[] = {
3"32 32 357 2",
4" c None",
5". c #0E0000",
6"+ c #040000",
7"@ c #010000",
8"# c #1D0B0B",
9"$ c #461515",
10"% c #0E0404",
11"& c #020000",
12"* c #0B0303",
13"= c #1D0C0C",
14"- c #331A1A",
15"; c #6B2929",
16"> c #933434",
17", c #511D1D",
18"' c #080404",
19") c #160606",
20"! c #4E1D1D",
21"~ c #7D3E3E",
22"{ c #9C5454",
23"] c #B25C5C",
24"^ c #A33434",
25"/ c #852626",
26"( c #1F0A0A",
27"_ c #070101",
28": c #2B0D0D",
29"< c #7A2C2C",
30"[ c #9C4343",
31"} c #B56060",
32"| c #B96464",
33"1 c #B15151",
34"2 c #A23232",
35"3 c #7D1E1E",
36"4 c #481212",
37"5 c #020101",
38"6 c #260B0B",
39"7 c #732A2A",
40"8 c #A24A4A",
41"9 c #B66161",
42"0 c #BE6A6A",
43"a c #B15656",
44"b c #9D3535",
45"c c #872121",
46"d c #6B1F1F",
47"e c #220909",
48"f c #110606",
49"g c #7A3131",
50"h c #A64D4D",
51"i c #BE6B6B",
52"j c #C47474",
53"k c #B05555",
54"l c #A33C3C",
55"m c #912626",
56"n c #7B1F1F",
57"o c #571919",
58"p c #270D0D",
59"q c #050101",
60"r c #411616",
61"s c #A44C4C",
62"t c #B55C5C",
63"u c #BA6666",
64"v c #B76060",
65"w c #A94848",
66"x c #A33636",
67"y c #882525",
68"z c #732121",
69"A c #3B1414",
70"B c #240E0E",
71"C c #1E0707",
72"D c #813434",
73"E c #B86363",
74"F c #C97B7B",
75"G c #C06E6E",
76"H c #A53C3C",
77"I c #A03232",
78"J c #551818",
79"K c #3B1515",
80"L c #431B1B",
81"M c #411515",
82"N c #9A4B4B",
83"O c #C67777",
84"P c #CC7F7F",
85"Q c #B96363",
86"R c #AD4E4E",
87"S c #9F2E2E",
88"T c #942424",
89"U c #782222",
90"V c #421313",
91"W c #481B1B",
92"X c #542323",
93"Y c #170909",
94"Z c #762525",
95"` c #B16060",
96" . c #BF6C6C",
97".. c #BD6969",
98"+. c #AD5151",
99"@. c #A84444",
100"#. c #A52D2D",
101"$. c #992C2C",
102"%. c #6D2121",
103"&. c #461818",
104"*. c #4C2020",
105"=. c #4D2020",
106"-. c #3E1A1A",
107";. c #090404",
108">. c #1A0404",
109",. c #812525",
110"'. c #BF6B6B",
111"). c #C47373",
112"!. c #B76161",
113"~. c #AE5151",
114"{. c #AC3C3C",
115"]. c #A52C2C",
116"^. c #962F2F",
117"/. c #6C2020",
118"(. c #511C1C",
119"_. c #4F2121",
120":. c #491E1E",
121"<. c #160909",
122"[. c #370808",
123"}. c #8F3434",
124"|. c #C16E6E",
125"1. c #C16F6F",
126"2. c #B65E5E",
127"3. c #B24F4F",
128"4. c #A93030",
129"5. c #9D2929",
130"6. c #8A2828",
131"7. c #701E1E",
132"8. c #631F1F",
133"9. c #4E2020",
134"0. c #4C1D1D",
135"a. c #110707",
136"b. c #000000",
137"c. c #490B0B",
138"d. c #A44848",
139"e. c #BC6868",
140"f. c #B55D5D",
141"g. c #AC4A4A",
142"h. c #A72F2F",
143"i. c #A12C2C",
144"j. c #8D2626",
145"k. c #7E1E1E",
146"l. c #721E1E",
147"m. c #521B1B",
148"n. c #512121",
149"o. c #562424",
150"p. c #532222",
151"q. c #3E1919",
152"r. c #090303",
153"s. c #050000",
154"t. c #080101",
155"u. c #0D0707",
156"v. c #450F0F",
157"w. c #A04949",
158"x. c #CB7A7A",
159"y. c #C46E6E",
160"z. c #B75959",
161"A. c #AC4848",
162"B. c #A83737",
163"C. c #A02828",
164"D. c #8B2323",
165"E. c #7E2121",
166"F. c #7E2525",
167"G. c #622626",
168"H. c #532323",
169"I. c #401A1A",
170"J. c #290808",
171"K. c #410505",
172"L. c #550606",
173"M. c #230000",
174"N. c #190404",
175"O. c #592A2A",
176"P. c #9A6A6A",
177"Q. c #5F4343",
178"R. c #331313",
179"S. c #4A2424",
180"T. c #6C2929",
181"U. c #822727",
182"V. c #982E2E",
183"W. c #9F2626",
184"X. c #922828",
185"Y. c #862929",
186"Z. c #7F2A2A",
187"`. c #682727",
188" + c #2F1414",
189".+ c #1E0A0A",
190"++ c #420E0E",
191"@+ c #610707",
192"#+ c #680202",
193"$+ c #670101",
194"%+ c #2D0000",
195"&+ c #230404",
196"*+ c #7B3434",
197"=+ c #BA5C5C",
198"-+ c #CE7373",
199";+ c #D89090",
200">+ c #D29191",
201",+ c #815353",
202"'+ c #4E2E2E",
203")+ c #401E1E",
204"!+ c #421D1D",
205"~+ c #4A1D1D",
206"{+ c #5B1E1E",
207"]+ c #651E1E",
208"^+ c #541717",
209"/+ c #551212",
210"(+ c #6D1515",
211"_+ c #7C1717",
212":+ c #7A1414",
213"<+ c #680505",
214"[+ c #550505",
215"}+ c #370202",
216"|+ c #0B0000",
217"1+ c #1E0202",
218"2+ c #431515",
219"3+ c #A55252",
220"4+ c #C05F5F",
221"5+ c #C56262",
222"6+ c #C96666",
223"7+ c #CD6C6C",
224"8+ c #CE6C6C",
225"9+ c #C66060",
226"0+ c #BB5555",
227"a+ c #B65050",
228"b+ c #A64040",
229"c+ c #952F2F",
230"d+ c #973131",
231"e+ c #862020",
232"f+ c #7B1717",
233"g+ c #631111",
234"h+ c #360606",
235"i+ c #1F0000",
236"j+ c #130606",
237"k+ c #3C3C3C",
238"l+ c #171717",
239"m+ c #363232",
240"n+ c #625555",
241"o+ c #3E3838",
242"p+ c #361C1C",
243"q+ c #4A2525",
244"r+ c #572B2B",
245"s+ c #653232",
246"t+ c #834343",
247"u+ c #854343",
248"v+ c #793838",
249"w+ c #702F2F",
250"x+ c #5D2525",
251"y+ c #401818",
252"z+ c #0E0506",
253"A+ c #020303",
254"B+ c #121718",
255"C+ c #0D0F10",
256"D+ c #525454",
257"E+ c #B8B8B8",
258"F+ c #989898",
259"G+ c #353535",
260"H+ c #585858",
261"I+ c #EBEBEB",
262"J+ c #DDDDDD",
263"K+ c #131D1D",
264"L+ c #2F4A4A",
265"M+ c #111B1C",
266"N+ c #3F3F3F",
267"O+ c #5A5959",
268"P+ c #302F2F",
269"Q+ c #030101",
270"R+ c #040101",
271"S+ c #111D22",
272"T+ c #204154",
273"U+ c #284B61",
274"V+ c #17252D",
275"W+ c #858989",
276"X+ c #A5A5A5",
277"Y+ c #868686",
278"Z+ c #343434",
279"`+ c #282828",
280" @ c #DADADA",
281".@ c #E7E7E7",
282"+@ c #233337",
283"@@ c #53808E",
284"#@ c #1C2628",
285"$@ c #AAABAB",
286"%@ c #CFCFCF",
287"&@ c #2C2C2C",
288"*@ c #081519",
289"=@ c #19404F",
290"-@ c #265062",
291";@ c #112025",
292">@ c #717474",
293",@ c #848484",
294"'@ c #636363",
295")@ c #1E1E1E",
296"!@ c #0B0B0B",
297"~@ c #B7B7B7",
298"{@ c #C8C8C8",
299"]@ c #434B4E",
300"^@ c #2E5460",
301"/@ c #0C1A1B",
302"(@ c #757676",
303"_@ c #727272",
304":@ c #050505",
305"<@ c #182D2F",
306"[@ c #3D6C6E",
307"}@ c #294C4D",
308"|@ c #111919",
309"1@ c #6E7171",
310"2@ c #333333",
311"3@ c #0F0F0F",
312"4@ c #3E3E3E",
313"5@ c #8F8F8F",
314"6@ c #636464",
315"7@ c #243839",
316"8@ c #254957",
317"9@ c #04090D",
318"0@ c #010101",
319"a@ c #000101",
320"b@ c #162224",
321"c@ c #0A242F",
322"d@ c #22424C",
323"e@ c #2E3838",
324"f@ c #313434",
325"g@ c #4A4A4A",
326"h@ c #2E2E2E",
327"i@ c #121212",
328"j@ c #505050",
329"k@ c #2B2F32",
330"l@ c #2E526C",
331"m@ c #254758",
332"n@ c #040607",
333"o@ c #010202",
334"p@ c #010303",
335"q@ c #12272B",
336"r@ c #335A6B",
337"s@ c #315569",
338"t@ c #091920",
339"u@ c #232C2C",
340"v@ c #3C3E3E",
341"w@ c #151515",
342"x@ c #030303",
343"y@ c #040404",
344"z@ c #1B1B1B",
345"A@ c #282C2D",
346"B@ c #4A5F61",
347"C@ c #3E5962",
348"D@ c #243A3E",
349"E@ c #2C4449",
350"F@ c #19363C",
351"G@ c #1C3941",
352"H@ c #163543",
353"I@ c #213644",
354"J@ c #101718",
355"K@ c #060606",
356"L@ c #0E0E0E",
357"M@ c #101617",
358"N@ c #0D1213",
359"O@ c #0B1011",
360"P@ c #030607",
361" ",
362" ",
363" ",
364" ",
365" . + ",
366" @ # $ % ",
367" & * = - ; > , ' ",
368" @ ) ! ~ { ] ^ / ( ",
369" _ : < [ } | 1 2 3 4 5 ",
370" 6 7 8 9 0 a b c d e ",
371" f g h i j k l m n o p ",
372" q r s t u v w x y z A B ",
373" C D E F G i H I 3 J K L @ ",
374" M N O P Q R S T U V W X Y ",
375" q Z ` ...+.@.#.$.%.&.*.=.-.;. ",
376" >.,.'.).!.~.{.].^./.(._._.:.<. ",
377" [.}.|.1.2.3.4.5.6.7.8.! =.9.0.a. ",
378" b. c.d.F e.f.g.h.i.j.k.l.m.n.o.p.q.r.b.s. ",
379" t.u.# v.w.x.y.z.A.B.C.D.E.F.G.H.*.I.J.K.L.M. ",
380" N.O.P.Q.R.S.T.U.V.W.X.Y.Z.`. +p .+++@+#+$+%+ ",
381" &+*+=+-+;+>+,+'+)+!+~+{+]+^+/+(+_+:+<+[+}+|+ ",
382" 1+2+3+4+5+6+7+8+9+0+a+b+c+d+e+f+g+h+i+j+k+l+ ",
383" m+n+o+p+q+r+s+t+u+v+w+x+y+z+A+B+C+D+E+F+G+ ",
384" H+I+J+K+L+M+N+O+P+5 Q+R+b.S+T+U+V+W+X+Y+Z+ ",
385" `+ @.@+@@@#@$@%@&@b.b.b.b.*@=@-@;@>@,@'@)@ ",
386" !@~@{@]@^@/@(@_@b.b.:@b.b.<@[@}@|@1@'@2@3@ ",
387" 4@5@6@7@8@9@0@0@b.b.a@b@c@d@e@f@g@h@ ",
388" i@&@j@k@l@m@n@o@a@p@q@r@s@t@u@v@w@x@ ",
389" y@z@A@B@C@D@E@F@G@H@I@J@K@0@ ",
390" L@M@N@O@P@o@A+ ",
391" ",
392" "};
0393
=== added file 'debian/menu'
--- debian/menu 1970-01-01 00:00:00 +0000
+++ debian/menu 2014-03-11 10:37:49 +0000
@@ -0,0 +1,4 @@
1?package(eog):needs="X11" section="Applications/Viewers" \
2 title="Eye of GNOME" hints="Images" command="/usr/bin/eog" \
3 longtitle="View many different types of images" \
4 icon="/usr/share/pixmaps/gnome-eog.xpm"
05
=== added directory 'debian/patches'
=== added file 'debian/patches/02_grip_gestures.patch'
--- debian/patches/02_grip_gestures.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/02_grip_gestures.patch 2014-03-11 10:37:49 +0000
@@ -0,0 +1,274 @@
1Description: Add gesture functionality via libgrip.
2Author: Canonical DX Multi-Touch Team <multi-touch-dev@lists.launchpad.net>
3
4---
5 configure.ac | 18 ++++++++
6 src/eog-scroll-view.c | 108 +++++++++++++++++++++++++++++++++++++++++++++++++-
7 src/eog-window.c | 61 ++++++++++++++++++++++++++++
8 3 files changed, 186 insertions(+), 1 deletion(-)
9
10--- a/configure.ac
11+++ b/configure.ac
12@@ -293,6 +293,23 @@ fi
13 AM_CONDITIONAL([HAVE_RSVG], [test "x$have_rsvg" = "xyes"])
14
15 # ****************
16+# Open Input Framework
17+# ****************
18+GRIP_REQUIRED=0.2.1
19+
20+AC_ARG_WITH([libgrip], AC_HELP_STRING([--without-libgrip], [disable libgrip support]))
21+have_libgrip=no
22+if test x$with_libgrip != xno; then
23+ PKG_CHECK_MODULES(GRIP, libgrip >= $GRIP_REQUIRED, have_libgrip=yes, have_libgrip=no)
24+fi
25+if test "x$have_libgrip" = "xyes"; then
26+ AC_DEFINE(HAVE_LIBGRIP, 1, [libgrip support])
27+ EOG_MODULES="$EOG_MODULES libgrip >= $GRIP_REQUIRED"
28+fi
29+
30+AM_CONDITIONAL([HAVE_LIBGRIP], [test "x$have_libgrip" = "xyes"])
31+
32+# ****************
33 # CFLAGS/LIBS init
34 # ****************
35
36@@ -378,4 +395,5 @@ Configure summary:
37 JPEG support ...............: ${have_jpeg}
38 Colour management support ..: ${have_lcms}
39 GObject Introspection.......: ${have_introspection}
40+ Libgrip gestures............: ${have_libgrip}
41 "
42--- a/src/eog-scroll-view.c
43+++ b/src/eog-scroll-view.c
44@@ -9,6 +9,9 @@
45 #ifdef HAVE_RSVG
46 #include <librsvg/rsvg.h>
47 #endif
48+#ifdef HAVE_LIBGRIP
49+#include <libgrip/grip.h>
50+#endif
51
52 #include "eog-config-keys.h"
53 #include "eog-enum-types.h"
54@@ -138,11 +141,15 @@ struct _EogScrollViewPrivate {
55 /* Scroll wheel zoom */
56 gdouble zoom_multiplier;
57
58- /* dragging stuff */
59+ /* drag gesture data */
60 int drag_anchor_x, drag_anchor_y;
61 int drag_ofs_x, drag_ofs_y;
62 guint dragging : 1;
63
64+ /* pinch gesture data */
65+ float begin_radius;
66+ float begin_zoom;
67+
68 #if 0
69 /* status of progressive loading */
70 ProgressiveState progressive_state;
71@@ -1710,6 +1717,82 @@ eog_scroll_view_motion_event (GtkWidget
72 return TRUE;
73 }
74
75+#ifdef HAVE_LIBGRIP
76+static void
77+_oif_gesture_event (GtkWidget *widget,
78+ GripTimeType time_type,
79+ GripGestureEvent *event,
80+ gpointer user_data)
81+{
82+ EogScrollView *view = EOG_SCROLL_VIEW (widget);
83+ EogScrollViewPrivate *priv = view->priv;
84+ GtkWindow *toplevel = (GtkWindow *)gtk_widget_get_toplevel (widget);
85+
86+
87+ if (time_type == GRIP_TIME_START) {
88+ switch (event->type) {
89+ case GRIP_GESTURE_DRAG: {
90+ GripEventGestureDrag *drag = (GripEventGestureDrag *)event;
91+
92+ priv->dragging = TRUE;
93+ priv->drag_anchor_x = drag->position_x;
94+ priv->drag_anchor_y = drag->position_y;
95+
96+ priv->drag_ofs_x = priv->xofs;
97+ priv->drag_ofs_y = priv->yofs;
98+
99+ break;
100+ }
101+ case GRIP_GESTURE_PINCH: {
102+ GripEventGesturePinch *pinch = (GripEventGesturePinch *)event;
103+
104+ priv->begin_radius = pinch->radius;
105+ priv->begin_zoom = priv->zoom;
106+
107+ break;
108+ }
109+
110+ default:
111+ break;
112+ }
113+ } else if (time_type == GRIP_TIME_END) {
114+ switch (event->type) {
115+ case GRIP_GESTURE_DRAG:
116+ priv->dragging = FALSE;
117+ break;
118+
119+ default:
120+ break;
121+ }
122+ } else {
123+ switch (event->type) {
124+ case GRIP_GESTURE_DRAG: {
125+ GripEventGestureDrag *drag = (GripEventGestureDrag *)event;
126+
127+ if (drag->fingers == 2) {
128+ drag_to (view, drag->position_x, drag->position_y);
129+ }
130+
131+ break;
132+ }
133+
134+ case GRIP_GESTURE_PINCH: {
135+ GripEventGesturePinch *pinch = (GripEventGesturePinch *)event;
136+ gdouble zoom_factor = pinch->radius / priv->begin_radius;
137+
138+ set_zoom (view, priv->begin_zoom * zoom_factor,
139+ TRUE, pinch->focus_x, pinch->focus_y);
140+
141+ break;
142+ }
143+
144+ default:
145+ break;
146+ }
147+ }
148+}
149+#endif
150+
151 static void
152 display_map_event (GtkWidget *widget, GdkEvent *event, gpointer data)
153 {
154@@ -2482,6 +2565,29 @@ eog_scroll_view_init (EogScrollView *vie
155 priv->override_bg_color = NULL;
156 priv->background_surface = NULL;
157
158+#ifdef HAVE_LIBGRIP
159+ {
160+ GtkWidget *widget = GTK_WIDGET (view);
161+ GripGestureManager *manager = grip_gesture_manager_get ();
162+
163+ grip_gesture_manager_register_window (manager,
164+ widget,
165+ GRIP_GESTURE_PINCH,
166+ GRIP_DEVICE_ALL,
167+ 2,
168+ _oif_gesture_event,
169+ NULL, NULL);
170+
171+ grip_gesture_manager_register_window (manager,
172+ widget,
173+ GRIP_GESTURE_DRAG,
174+ GRIP_DEVICE_TOUCHSCREEN,
175+ 2,
176+ _oif_gesture_event,
177+ NULL, NULL);
178+ }
179+#endif
180+
181 priv->hadj = GTK_ADJUSTMENT (gtk_adjustment_new (0, 100, 0, 10, 10, 100));
182 g_signal_connect (priv->hadj, "value_changed",
183 G_CALLBACK (adjustment_changed_cb),
184--- a/src/eog-window.c
185+++ b/src/eog-window.c
186@@ -70,6 +70,9 @@
187 #include <gdk/gdkkeysyms.h>
188 #include <gio/gdesktopappinfo.h>
189 #include <gtk/gtk.h>
190+#ifdef HAVE_LIBGRIP
191+#include <libgrip/grip.h>
192+#endif
193
194 #include <libpeas/peas-extension-set.h>
195 #include <libpeas/peas-activatable.h>
196@@ -101,6 +104,10 @@ G_DEFINE_TYPE (EogWindow, eog_window, GT
197
198 #define EOG_WALLPAPER_FILENAME "eog-wallpaper"
199
200+#ifdef HAVE_LIBGRIP
201+#define EOG_GESTURE_ROTATE_THRESHOLD 0.785 /* 45 degrees in rad */
202+#endif
203+
204 #define is_rtl (gtk_widget_get_default_direction () == GTK_TEXT_DIR_RTL)
205
206 typedef enum {
207@@ -4673,6 +4680,51 @@ eog_window_add_open_editor_action (EogWi
208 g_free (tooltip);
209 }
210
211+#ifdef HAVE_LIBGRIP
212+static float zero_angle;
213+static void
214+_oif_window_gesture_event (GtkWidget *widget,
215+ GripTimeType time_type,
216+ GripGestureEvent *event,
217+ gpointer user_data)
218+{
219+ if (time_type == GRIP_TIME_START) {
220+ switch (event->type) {
221+ case GRIP_GESTURE_ROTATE: {
222+ GripEventGestureRotate *rotate = (GripEventGestureRotate *)event;
223+ zero_angle = rotate->angle;
224+ break;
225+ }
226+
227+ default:
228+ break;
229+ }
230+ }
231+ if (time_type == GRIP_TIME_UPDATE) {
232+ switch (event->type) {
233+ case GRIP_GESTURE_ROTATE: {
234+ GripEventGestureRotate *rotate = (GripEventGestureRotate *)event;
235+
236+ if (rotate->angle - zero_angle >= EOG_GESTURE_ROTATE_THRESHOLD) {
237+ apply_transformation (EOG_WINDOW (user_data),
238+ eog_transform_rotate_new (90));
239+ zero_angle = rotate->angle;
240+ } else if (zero_angle - rotate->angle >= EOG_GESTURE_ROTATE_THRESHOLD) {
241+ apply_transformation (EOG_WINDOW (user_data),
242+ eog_transform_rotate_new (270));
243+ zero_angle = rotate->angle;
244+ }
245+
246+ break;
247+ }
248+
249+ default:
250+ break;
251+ }
252+ }
253+}
254+#endif
255+
256 static void
257 eog_window_construct_ui (EogWindow *window)
258 {
259@@ -4892,6 +4944,15 @@ eog_window_construct_ui (EogWindow *wind
260 _eog_zoom_shrink_to_boolean,
261 NULL, NULL, NULL);
262 }
263+#ifdef HAVE_LIBGRIP
264+ grip_gesture_manager_register_window (grip_gesture_manager_get (),
265+ priv->view,
266+ GRIP_GESTURE_ROTATE,
267+ GRIP_DEVICE_ALL,
268+ 2,
269+ _oif_window_gesture_event,
270+ window, NULL);
271+#endif
272 g_settings_bind (priv->view_settings, EOG_CONF_VIEW_SCROLL_WHEEL_ZOOM,
273 priv->view, "scrollwheel-zoom", G_SETTINGS_BIND_GET);
274 g_settings_bind (priv->view_settings, EOG_CONF_VIEW_ZOOM_MULTIPLIER,
0275
=== added file 'debian/patches/03_unity_control_center.patch'
--- debian/patches/03_unity_control_center.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/03_unity_control_center.patch 2014-03-11 10:37:49 +0000
@@ -0,0 +1,30 @@
1Index: eog-3.10.2/src/eog-window.c
2===================================================================
3--- eog-3.10.2.orig/src/eog-window.c 2014-01-15 14:49:46.441568273 +1300
4+++ eog-3.10.2/src/eog-window.c 2014-01-15 14:50:27.969566835 +1300
5@@ -2722,12 +2722,21 @@
6 {
7 if (response == GTK_RESPONSE_YES) {
8 GAppInfo *app_info;
9+ gchar *path;
10 GError *error = NULL;
11
12- app_info = g_app_info_create_from_commandline ("gnome-control-center background",
13- "System Settings",
14- G_APP_INFO_CREATE_NONE,
15- &error);
16+ path = g_find_program_in_path ("unity-control-center");
17+ if (path && g_strcmp0 (g_getenv ("XDG_CURRENT_DESKTOP"), "Unity") == 0)
18+ app_info = g_app_info_create_from_commandline ("unity-control-center appearance",
19+ "System Settings",
20+ G_APP_INFO_CREATE_NONE,
21+ &error);
22+ else
23+ app_info = g_app_info_create_from_commandline ("gnome-control-center background",
24+ "System Settings",
25+ G_APP_INFO_CREATE_NONE,
26+ &error);
27+ g_free (path);
28
29 if (error != NULL) {
30 g_warning ("%s%s", _("Error launching System Settings: "),
031
=== added file 'debian/patches/disable-appmenu-on-unity.patch'
--- debian/patches/disable-appmenu-on-unity.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/disable-appmenu-on-unity.patch 2014-03-11 10:37:49 +0000
@@ -0,0 +1,25 @@
1diff --git a/src/eog-application.c b/src/eog-application.c
2index a77157a..c4f899d 100644
3--- a/src/eog-application.c
4+++ b/src/eog-application.c
5@@ -225,9 +225,19 @@ eog_application_init_app_menu (EogApplication *application)
6 static void
7 eog_application_startup (GApplication *application)
8 {
9+ gboolean shows_app_menu;
10+ gboolean shows_menubar;
11+
12+ g_object_get (gtk_settings_get_default (),
13+ "gtk-shell-shows-app-menu", &shows_app_menu,
14+ "gtk-shell-shows-menubar", &shows_menubar,
15+ NULL);
16+
17+ if (shows_app_menu && !shows_menubar)
18+ eog_application_init_app_menu (EOG_APPLICATION (application));
19+
20 G_APPLICATION_CLASS (eog_application_parent_class)->startup (application);
21
22- eog_application_init_app_menu (EOG_APPLICATION (application));
23 }
24
25 static void
026
=== added file 'debian/patches/git_dialog_dont_lock.patch'
--- debian/patches/git_dialog_dont_lock.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/git_dialog_dont_lock.patch 2014-03-11 10:37:49 +0000
@@ -0,0 +1,44 @@
1From 757128bc3792cca59115df3b956bffedd3732214 Mon Sep 17 00:00:00 2001
2From: Lars Uebernickel <lars.uebernickel@canonical.com>
3Date: Tue, 07 Jan 2014 11:18:19 +0000
4Subject: Don't call gdk_threads_init()
5
6Accessing gdk from outside the main thread is deprecated.
7
8This also replaces an occurence of gdk_threads_add_idle_full() with an
9idle source that is dispatched to the main thread.
10
11https://bugzilla.gnome.org/show_bug.cgi?id=721755
12---
13diff --git a/src/eog-image.c b/src/eog-image.c
14index 08b7173..2b646f5 100644
15--- a/src/eog-image.c
16+++ b/src/eog-image.c
17@@ -493,9 +493,9 @@ do_emit_size_prepared_signal (EogImage *img)
18 static void
19 eog_image_emit_size_prepared (EogImage *img)
20 {
21- gdk_threads_add_idle_full (G_PRIORITY_DEFAULT_IDLE,
22- (GSourceFunc) do_emit_size_prepared_signal,
23- g_object_ref (img), g_object_unref);
24+ g_idle_add_full (G_PRIORITY_DEFAULT_IDLE,
25+ (GSourceFunc) do_emit_size_prepared_signal,
26+ g_object_ref (img), g_object_unref);
27 }
28
29 static gboolean
30diff --git a/src/main.c b/src/main.c
31index 187015b..9c9cbfc 100644
32--- a/src/main.c
33+++ b/src/main.c
34@@ -146,7 +146,6 @@
35 #endif
36 eog_debug_init ();
37 eog_job_scheduler_init ();
38- gdk_threads_init ();
39 eog_thumbnail_init ();
40
41 /* Load special style properties for EogThumbView's scrollbar */
42--
43cgit v0.9.2
44
045
=== added file 'debian/patches/git_icc_color.patch'
--- debian/patches/git_icc_color.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/git_icc_color.patch 2014-03-11 10:37:49 +0000
@@ -0,0 +1,32 @@
1From dfdc1874b09e06d47369d33c2b6bad9f0d664c5c Mon Sep 17 00:00:00 2001
2From: pdknsk <pdknsk@gmail.com>
3Date: Mon, 03 Mar 2014 21:46:19 +0000
4Subject: Assume sRGB when image doesn't have an ICC profile attached
5
6This seems to be no problem with other image viewers and
7is apparently also recommended by W3C.
8
9https://bugzilla.gnome.org/show_bug.cgi?id=554498
10---
11diff --git a/src/eog-image.c b/src/eog-image.c
12index 2b646f5..d94604a 100644
13--- a/src/eog-image.c
14+++ b/src/eog-image.c
15@@ -693,7 +693,14 @@ eog_image_apply_display_profile (EogImage *img, cmsHPROFILE screen)
16
17 priv = img->priv;
18
19- if (screen == NULL || priv->profile == NULL) return;
20+ if (screen == NULL) return;
21+
22+ if (priv->profile == NULL) {
23+ /* Assume sRGB color space for images without ICC profile */
24+ eog_debug_message (DEBUG_LCMS, "Image has no ICC profile. "
25+ "Assuming sRGB.");
26+ priv->profile = cmsCreate_sRGBProfile ();
27+ }
28
29 /* TODO: support other colorspaces than RGB */
30 if (cmsGetColorSpace (priv->profile) != cmsSigRgbData ||
31--
32cgit v0.9.2
033
=== added file 'debian/patches/series'
--- debian/patches/series 1970-01-01 00:00:00 +0000
+++ debian/patches/series 2014-03-11 10:37:49 +0000
@@ -0,0 +1,5 @@
102_grip_gestures.patch
203_unity_control_center.patch
3git_dialog_dont_lock.patch
4git_icc_color.patch
5disable-appmenu-on-unity.patch
06
=== added file 'debian/rules'
--- debian/rules 1970-01-01 00:00:00 +0000
+++ debian/rules 2014-03-11 10:37:49 +0000
@@ -0,0 +1,20 @@
1#! /usr/bin/make -f
2
3include /usr/share/cdbs/1/rules/autoreconf.mk
4include /usr/share/cdbs/1/rules/debhelper.mk
5include /usr/share/cdbs/1/rules/utils.mk
6include /usr/share/cdbs/1/class/gnome.mk
7include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
8-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
9
10LDFLAGS += -Wl,-O1 -Wl,--as-needed
11
12DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc --with-libgrip
13
14DEB_DH_MAKESHLIBS_ARGS_ALL += --no-act
15
16binary-post-install/eog::
17 # remove gir file from eog package, it will be in eog-dev
18 rm -rf `pwd`/debian/eog/usr/share/eog/gir-1.0/
19
20DEB_DH_GIREPOSITORY_ARGS_eog += -ldebian/tmp/usr/share/eog/gir-1.0/ /usr/lib/eog/girepository-1.0/
021
=== added directory 'debian/source'
=== added file 'debian/source/format'
--- debian/source/format 1970-01-01 00:00:00 +0000
+++ debian/source/format 2014-03-11 10:37:49 +0000
@@ -0,0 +1,1 @@
13.0 (quilt)
02
=== added file 'debian/watch'
--- debian/watch 1970-01-01 00:00:00 +0000
+++ debian/watch 2014-03-11 10:37:49 +0000
@@ -0,0 +1,3 @@
1version=3
2http://ftp.gnome.org/pub/GNOME/sources/eog/([\d\.]+[02468])/ \
3 eog-(.*)\.tar\.xz

Subscribers

People subscribed via source and target branches