--- eog-2.20.0.orig/debian/patches/01_lpi.patch +++ eog-2.20.0/debian/patches/01_lpi.patch @@ -0,0 +1,45 @@ +diff -Nur eog-2.19.1/configure.ac eog-2.19.1.new/configure.ac +--- eog-2.19.1/configure.ac 2007-04-30 22:50:06.000000000 +0200 ++++ eog-2.19.1.new/configure.ac 2007-05-02 10:29:26.000000000 +0200 +@@ -69,6 +69,7 @@ + libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ + libglade-2.0 >= $LIBGLADE_REQUIRED \ + gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED \ ++ launchpad-integration \ + gconf-2.0 >= $GCONF_REQUIRED \ + libart-2.0 >= $LIBART_REQUIRED \ + gnome-desktop-2.0 >= $GNOME_DESKTOP_REQUIRED \ +diff -Nur eog-2.19.1/data/eog-ui.xml eog-2.19.1.new/data/eog-ui.xml +--- eog-2.19.1/data/eog-ui.xml 2007-04-29 22:00:40.000000000 +0200 ++++ eog-2.19.1.new/data/eog-ui.xml 2007-05-02 10:29:26.000000000 +0200 +@@ -57,6 +57,9 @@ + + + ++ ++ ++ + + + +diff -Nur eog-2.19.1/src/eog-window.c eog-2.19.1.new/src/eog-window.c +--- eog-2.19.1/src/eog-window.c 2007-04-30 00:23:43.000000000 +0200 ++++ eog-2.19.1.new/src/eog-window.c 2007-05-02 10:29:50.000000000 +0200 +@@ -68,6 +68,7 @@ + #include + #include + #include ++#include + + #if HAVE_LCMS + #include +@@ -3500,6 +3501,9 @@ + g_error_free (error); + } + ++ launchpad_integration_add_ui (priv->ui_mgr, ++ "/MainMenu/Help/LaunchpadItems"); ++ + g_signal_connect (priv->ui_mgr, "connect_proxy", + G_CALLBACK (connect_proxy_cb), window); + g_signal_connect (priv->ui_mgr, "disconnect_proxy", --- eog-2.20.0.orig/debian/patches/02_autoconf.patch +++ eog-2.20.0/debian/patches/02_autoconf.patch @@ -0,0 +1,11 @@ +diff -Nur eog-2.19.1/configure eog-2.19.1.new/configure +--- eog-2.19.1/configure 2007-04-30 23:54:27.000000000 +0200 ++++ eog-2.19.1.new/configure 2007-05-02 10:21:52.000000000 +0200 +@@ -24369,6 +24369,7 @@ + libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ + libglade-2.0 >= $LIBGLADE_REQUIRED \ + gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED \ ++ launchpad-integration \ + gconf-2.0 >= $GCONF_REQUIRED \ + libart-2.0 >= $LIBART_REQUIRED \ + gnome-desktop-2.0 >= $GNOME_DESKTOP_REQUIRED \ --- eog-2.20.0.orig/debian/patches/03_hide_menu_item.patch +++ eog-2.20.0/debian/patches/03_hide_menu_item.patch @@ -0,0 +1,11 @@ +diff -Nur eog-2.19.1/data/eog.desktop.in.in eog-2.19.1.new/data/eog.desktop.in.in +--- eog-2.19.1/data/eog.desktop.in.in 2007-03-18 00:52:08.000000000 +0100 ++++ eog-2.19.1.new/data/eog.desktop.in.in 2007-05-02 10:23:57.000000000 +0200 +@@ -5,6 +5,7 @@ + TryExec=eog + Exec=eog %U + Icon=eog ++NoDisplay=true + StartupNotify=true + Terminal=false + Type=Application --- eog-2.20.0.orig/debian/patches/90_from_svn_fix_duplicate_widget.patch +++ eog-2.20.0/debian/patches/90_from_svn_fix_duplicate_widget.patch @@ -0,0 +1,116 @@ +--- trunk/data/eog.glade 2007/09/19 17:49:35 4109 ++++ trunk/data/eog.glade 2007/09/19 17:50:32 4110 +@@ -2369,113 +2369,6 @@ + 6 + + +- +- True +- Destination folder: +- False +- False +- GTK_JUSTIFY_LEFT +- False +- False +- 0 +- 0.5 +- 0 +- 0 +- PANGO_ELLIPSIZE_NONE +- -1 +- False +- 0 +- +- +- 0 +- 1 +- 0 +- 1 +- +- +- +- +- +- True +- Choose a folder +- GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER +- False +- False +- False +- -1 +- +- +- 1 +- 3 +- 0 +- 1 +- +- +- +- +- +- True +- Filename format: +- False +- False +- GTK_JUSTIFY_LEFT +- False +- False +- 0 +- 0.5 +- 0 +- 0 +- PANGO_ELLIPSIZE_NONE +- -1 +- False +- 0 +- +- +- 0 +- 1 +- 1 +- 2 +- +- +- +- +- +- True +- True +- GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK +- True +- True +- 0 +- %f +- True +- * +- False +- +- +- +- 1 +- 2 +- 1 +- 2 +- +- +- +- +- +- True +- +- False +- True +- +- +- 2 +- 3 +- 1 +- 2 +- +- +- +- + + True + False --- eog-2.20.0.orig/debian/patches/91_from_svn_fix_mimetype_crasher.patch +++ eog-2.20.0/debian/patches/91_from_svn_fix_mimetype_crasher.patch @@ -0,0 +1,34 @@ +--- trunk/src/eog-thumb-view.c 2007/09/21 23:03:06 4112 ++++ trunk/src/eog-thumb-view.c 2007/09/22 12:05:04 4113 +@@ -365,6 +365,7 @@ + gchar *uri_str, *mime_str; + const gchar *type_str; + GError *error = NULL; ++ GnomeVFSURI *uri; + #ifdef HAVE_EXIF + ExifData *exif_data; + #endif +@@ -408,9 +409,22 @@ + + eog_image_get_size (image, &width, &height); + +- uri_str = eog_image_get_uri_for_display (image); ++ uri = eog_image_get_uri (image); ++ uri_str = gnome_vfs_uri_to_string (uri, GNOME_VFS_URI_HIDE_NONE); ++ gnome_vfs_uri_unref (uri); + + mime_str = gnome_vfs_get_mime_type (uri_str); ++ ++ if (G_UNLIKELY (mime_str == NULL)) { ++ g_free (uri_str); ++ g_free (bytes); ++#ifdef HAVE_EXIF ++ exif_data_unref (exif_data); ++#endif ++ g_object_unref (image); ++ return FALSE; ++ } ++ + type_str = gnome_vfs_mime_get_description (mime_str); + + tooltip_string = g_strdup_printf ("%s\n" --- eog-2.20.0.orig/debian/patches/92_from_svn_update_images_collection.patch +++ eog-2.20.0/debian/patches/92_from_svn_update_images_collection.patch @@ -0,0 +1,17 @@ +--- trunk/src/eog-list-store.c 2007/09/22 12:07:56 4114 ++++ trunk/src/eog-list-store.c 2007/09/23 02:37:03 4115 +@@ -396,6 +396,14 @@ + uri = gnome_vfs_uri_new (info_uri); + eog_list_store_append_image_from_uri (store, uri); + gnome_vfs_uri_unref (uri); ++ } else { ++ mimetype = gnome_vfs_get_mime_type (info_uri); ++ if (eog_image_is_supported_mime_type (mimetype)) { ++ uri = gnome_vfs_uri_new (info_uri); ++ eog_list_store_append_image_from_uri (store, uri); ++ gnome_vfs_uri_unref (uri); ++ } ++ g_free (mimetype); + } + break; + --- eog-2.20.0.orig/debian/NEWS +++ eog-2.20.0/debian/NEWS @@ -0,0 +1,14 @@ +eog (2.8.1-1) experimental; urgency=low + + * The Nautilus "View as Collection" component isn't available anymore. + + The release note explanations: + + The by far biggest change for the default GNOME image viewer is the removal + of the bonobo components. It comes now as a monolithic program again and + makes use of the new wonderful GtkUIManager API. This change leads to great + speed improvements and a much better user interface. On the shadow side the + Nautilus "View as Collection" component isn't available anymore. It's + planned to provide a new Nautilus extension in the future as a replacement. + + - Sebastien Bacher Mon, 25 Oct 2004 22:03:56 +0200 --- eog-2.20.0.orig/debian/changelog +++ eog-2.20.0/debian/changelog @@ -0,0 +1,774 @@ +eog (2.20.0-0ubuntu3) gutsy; urgency=low + + * debian/control.in: + - Build-Depends on intltool so the translations template is updated + (LP: #147638) + + -- Sebastien Bacher Mon, 01 Oct 2007 15:42:52 +0200 + +eog (2.20.0-0ubuntu2) gutsy; urgency=low + + * debian/patches/90_from_svn_fix_duplicate_widget.patch: + - patch from SVN, fix duplicate widget declaration breaking combobox + * debian/patches/91_from_svn_fix_mimetype_crasher.patch: + - patch from SVN, fix crasher when the mimetype is not correct (LP: #140729) + * debian/patches/92_from_svn_update_images_collection.patch: + - patch from SVN, update the images collection correctly (LP: #146135) + + -- Sebastien Bacher Fri, 28 Sep 2007 11:21:40 +0200 + +eog (2.20.0-0ubuntu1) gutsy; urgency=low + + * New upstream version + New features: + - Complete rewrite of application core which means more stable, + maintanable, faster image viewer for GNOME + - New plugin system which allows developers to extend EOG's UI + and behavior. Python support is available. + - Editable application toolbar + - New image collection pane with on-demand thumbnail loading, + polished look, and continuous scrolling side buttons. + - Side Pane to be extended by plugins + - New image properties dialog which replaces the image info sidepane + - Single instance D-Bus-based activation support + - Revamped error/warning UI + - "Open with" support to quickly open images on other applications + - Mouse scrollwheel improvements: HIG compliancy and zoom factor setting + - General UI polishing + - Command line options for fullscreen, slideshow and image collection + disabling + - Display EXIF MakerNotes + - XMP Support + Misc improvements/fixes: + - Small refactorings in metadata readers + Bug fixes: + - #354352, Show incomplete images + - #394803, Fails to load .svgz + - #440254, Eog crashes when opening an image with invalid unicode + as filename (LP: #126974) + - #447063, eog hangs when opening SVG files that include external images + (LP: #119603) + - #459665, opened images should take as much screen space as possible + - #465583, thumbnails badly rotated (autorotation enabled) + - #470521, some image is rendered with a wrong rotation + - #471530, Confusing PyGtk configure failure message + - #474642, ./configure is semi-broken + - #474710, eog crashes when you try to open this .jpg file + (it works fine on Vista/XP) (LP: #138730) + - #474931, factore out some code in the metadata consumer + New and updated translation + New and updated manual translations + + -- Sebastien Bacher Tue, 18 Sep 2007 10:45:35 +0200 + +eog (2.19.92-0ubuntu1) gutsy; urgency=low + + * New upstream version: + New features: + - New image collection pane layout with continuous scrolling side buttons + Misc improvements/fixes: + - Several code cleanups and improvements + Bug fixes: + - #427046, Scrollwheel on image list doesn't work + - #458663, Kill the scrollbar! + New and updated translations + + -- Sebastien Bacher Tue, 04 Sep 2007 09:53:15 +0200 + +eog (2.19.91-0ubuntu1) gutsy; urgency=low + + * New upstram version: + Misc improvements/fixes: + - Small improvements on thumbnails appearance + Bug fixes: + - #470297, eog doesn't display images from an empty window (LP: #134934) + - #311308, Drag and Dropping the same image twice in EOG will + open 2 windows + - #467835, Patch to HIGify plugin list + - #470416, Icon install location + - #470686, zooming documentation is confusing (LP: #134914) + - #466681, Page Setup/Properties/Trash items not accessible + New and updated translations + * debian/control.in: + - set XS-Vcs-Bzr location + + -- Sebastien Bacher Tue, 28 Aug 2007 10:25:57 +0200 + +eog (2.19.5-0ubuntu1) gutsy; urgency=low + + * New upstream version: + New features: + - XMP Support + - Side Pane to be extended by plugins + - Inhibit screensaver when running slideshow/fullscreen + - Improved selection visual feedback in image collection pane + Misc improvements/fixes: + - Several code cleanup and fixes + Bug fixes: + - crash in EOG: Saving rotated image (LP: #125146) + - Add wbmp to supported image types + - Crash: when specifying an invalid extension in save as dialog + (LP: #126175, #131639) + - Support Adobe XMP metadata + - Changing scale of image in print dialog is slow + - Use "document-page-setup" named icon for File->Setup Page + - tooltips in collection don't update + - Inhibit screensaver when running slideshow + - Weird preferences window + - Application specific icons are installed in the wrong directory + - Fail to build with undefined reference to + `eog_application_register_service' + -Thumbnails of modified images wrongly loaded from thumbnail factory + - thumbnails not updated after applying a transformation + - [patch] make thumbnail of modified and saved images actually appear + - [patch] get rid of compilation warnings + - configure doesn't check for libexif/exif-data.h + + -- Sebastien Bacher Tue, 14 Aug 2007 10:01:54 +0200 + +eog (2.19.4-0ubuntu2) gutsy; urgency=low + + * debian/rules: + - Added DEB_CONFIGURE_EXTRA_FLAGS += --enable-python + - Added DEB_PYTHON_SYSTEM=pycentral + - Added dh_pycentral to binary-arch + - Added 'rm -vf config.status.lineno' to clean + * debian/control.in: + - Added python-gnome2-dev to Build-Depends + - Added libdbus-glib-1-dev to Build-Depends + - Added debhelper to Build-Depends + - Added python-central to Build-Depends + - Added ${python:Depends} to Depends + - Added XS-Python-Version: current + + + -- Fernando Ribeiro Mon, 23 Jul 2007 14:48:37 -0300 + +eog (2.19.4-0ubuntu1) gutsy; urgency=low + + * New upstream release. + * debian/control.in: + - bump libexif-dev Build-Depends. + + -- Adilson Oliveira Tue, 10 Jul 2007 16:19:54 +0000 + +eog (2.19.3-0ubuntu1) gutsy; urgency=low + + * New Upstream Release + + -- Fernando Ribeiro Mon, 04 Jun 2007 20:13:03 -0300 + +eog (2.19.2-0ubuntu1) gutsy; urgency=low + + * New upstream version: + New features: + - New plugin system which allows developers to extend EOG's UI + and behavior + Misc improvements/fixes: + - Several code cleanups + - Correctly set slideshow delay when being entered with the keyboard + Bug fixes: + - #435614, When DnD rotate left/right icons to "Toolbar Editor" the + icon not appear + - #437691, README files needs an update + + -- Sebastien Bacher Tue, 15 May 2007 10:59:35 +0200 + +eog (2.19.1-0ubuntu1) gutsy; urgency=low + + * New upstream version: + - Complete rewrite of application core which means more stable, + maintanable, faster image viewer for GNOME + - Editable application toolbar + - New image collection pane with on-demand thumbnail loading + (Ubuntu: #37429) + - Support for setting image collection position (left, right, top, + bottom) and wether it's resizable or not. No preference UI yet + - New image properties dialog which replaces the image info sidepane + - Single instance D-Bus-based activation support + - Revamped error/warning UI + - "Open with" support to quickly open images on other applications + - Mouse scrollwheel improvements: HIG compliancy and zoom factor setting + - Migration to GtkRecent + - UI polishing on multiple images save as dialog + - Command line options for fullscreen, slideshow and image collection + disabling + - Rotate work in fullscreen (Ubuntu: #31783) + - Don't crash when cancelling a slideshow load (Ubuntu: #43322) + - Trash work on different volume (Ubuntu: #42571) + - Display the correct window icon (Ubuntu: #43609) + - Don't write wrong rotation information (Ubuntu: #88248) + - Enhanced shortcuts work (Ubuntu: #44343) + Bug fixes: + - #377123, [eog-ng] implement EogJobSave + - #319859, "open image with" function + - #334321, Should be possible move the collection in EOG + - #316175, EOG gives no error upon opening non image files + - #432439, Run gtk-update-icon-cache in uninstall-hook + - #429156, [patch] "Save As" dialog for multiple files is way too ugly + - #427154, Some strings are not translated in save-as-multiple dialog. + - #419756, Slideshow background should be black. + - #404708, eog crashed with SIGSEGV in g_closure_invoke() + - #404126, Convert debug messages to eog_debug_message + - #401939, [eog-ng] Remove leaftag support. + - #399333, EOG-NG crash while opening Print dialog + - #398250, build bug: missing symbols from libpangoft2 + - #389314, eog should use stock_print-setup from g-i-t for the + "Page setup..." action + - #376513, TRACKER: command-line options + - #355858, switching image forward and back quickly can display wrong image + - #351040, [eog-ng] use GtkRecent + - #344140, [eog-ng] remove duplicate code in fullscreen-code + - #342817, crash trying to view profile image + - #342103, [patch] [eog-ng] update about dialog + - #341935, Should not zoom with mouse wheel + - #341831, [eog-ng] memory usage increases when switching fastly between + images + - #341600, [eog-ng] EOG eats a lot o CPU when inactive + - #340957, Filenames containing numbers are not properly sorted (as how + nautilus does) + - #335689, Middle mouse drag should also scroll + - #327424, progress bar changes view size which forces re-zooming of image + - #322057, eog print output is corrupt + - #305823, The rotate buttons on the toolbar are blurred + - #404907, [eog-ng] Crash when opening properties dialog (broken EXIF). + - #372820, First call to PKG_CHECK_MODULES is conditional without a prior + call to PKG_PROG_PKG_CONFIG + - #381867, mouse cursor disappear after exit fullscreen mode + - #383090, Slideshow / Slide Show + - #336973, [eog-ng] Migration of the collection pane to GtkIconView and + GtkListStore + - #356947, [eog-ng] GtkPrint support + - #393586, [eog-ng] Editable toolbar for EOG + - #401946, [eog-ng] [patch] D-Bus based activation + - #416321, [eog-ng] Use tooltips to show image information in the thumbview + - #89512, Setting for how much the mouse wheel should affect zoom + - #321400, mouse side-buttons for navigation + * debian/control.in: + - the maintainer is Ubuntu Desktop Team + * debian/patches/01_lpi.patch, debian/patches/02_autoconf.patch, + debian/patches/03_hide_menu_item.patch: + - updated + + -- Sebastien Bacher Wed, 02 May 2007 10:05:47 +0200 + +eog (2.18.1-1ubuntu1) gutsy; urgency=low + + * Merge with Debian. + * debian/control.in: + - Build-Depends on liblaunchpad-integration-dev + * debian/patches/01_lpi.patch: + - launchpad integration + * debian/patches/02_autoconf.patch: + - configure update + * debian/patches/03_hide_menu_item.patch: + - menu simplication (MenuRevisited spec) + + -- Christian Bjälevik Fri, 27 Apr 2007 00:32:54 +0200 + +eog (2.18.1-1) unstable; urgency=low + + * Include the new check-dist Makefile to prevent accidental uploads to + unstable; bump build-dep on gnome-pkg-tools to >= 0.10. + * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on + cdbs >= 0.4.41. + * Preprend -Wl,-z,defs before -Wl,--as-needed in LDFLAGS. + * Upload to unstable; drop check-dist include. + * Wrap build-deps and deps. + * Bump up Debhelper compatibility level to 5. + * Fix watch file to track all stable releases and use HTTP. + * Verbose the rm calls. + * Drop obsolete debian/NEWS which concerns pre-sarge versions. + * New upstream stable release. + + -- Loic Minier Wed, 25 Apr 2007 15:32:14 +0200 + +eog (2.18.0.1-1) experimental; urgency=low + + * New upstream release: + - debian/control.in: + + Updated build-depends to new requirements + + Added new dependency on gnome-icon-theme, as eog now uses icons from + there. + - debian/patches/01_error-loading.patch: + Dropped, included upstream. + - Changed scroll wheel behaviour to not switch images, but actually + scroll. (Closes: #414128) + - Fixed handling of external file removal. (Closes: #370452) + - Fixed segfaults when exiting the collection view. (Closes: #404325) + + -- Marc 'HE' Brockschmidt Sun, 25 Mar 2007 13:17:10 +0200 + +eog (2.16.3-3) unstable; urgency=medium + + [ Sven Arvidsson ] + * New patch, 01_error-loading, show an error message instead of + closing the program if the image loading has failed; thanks + Claudio Saavedra. GNOME #399988 (Closes: #391582) + + -- Sven Arvidsson Tue, 27 Feb 2007 15:07:47 +0100 + +eog (2.16.3-2) unstable; urgency=low + + * Upload to unstable. + + -- Loic Minier Sat, 3 Feb 2007 11:45:07 +0100 + +eog (2.16.3-1) experimental; urgency=low + + * Add a get-orig-source target to retrieve the upstream tarball. + * New upstream stable release; bug fixes and translation updates. + + -- Loic Minier Mon, 29 Jan 2007 22:07:49 +0100 + +eog (2.16.2-1) unstable; urgency=low + + * New upstream stable release with code cleanups and translations. + + -- Loic Minier Sat, 18 Nov 2006 09:41:07 +0100 + +eog (2.16.1.1-1) unstable; urgency=low + + * Upload to unstable. + * Add CDBS' utils. + * New upstream release. + * Don't trust the upstream configure to honor its advertized + --disable-scrollkeper and remove generated /var/scrollkeeper for + additional safety. + + -- Loic Minier Fri, 20 Oct 2006 10:59:06 +0200 + +eog (2.16.1-1) experimental; urgency=low + + * New upstream release. + - build in a non-broken environment (Closes: #389242). + + * debian/watch: updated. + + -- Guilherme de S. Pastore Fri, 29 Sep 2006 19:42:52 -0300 + +eog (2.16.0.1-1) experimental; urgency=low + + * New upstream release + - Fixed printing of GIF images (Closes: #343496) + + * debian/control.in: + - updated my e-mail address + - added build-dependency on gnome-doc-utils + + * debian/patches/10_no_scrollkeeper_update.patch: + - dropped; not needed anymore + + * debian/rules: + - use --disable-scrollkeeper + + -- Guilherme de S. Pastore Mon, 4 Sep 2006 16:25:06 -0300 + +eog (2.14.3-1) unstable; urgency=low + + * New upstream release. + * Bump up Standards-Version to 3.7.2. + + -- Loic Minier Tue, 8 Aug 2006 13:05:41 +0200 + +eog (2.14.2-1) unstable; urgency=low + + * New upstream release. + + -- Loic Minier Tue, 30 May 2006 17:06:44 +0200 + +eog (2.14.1-1) unstable; urgency=low + + * New upstream release. + + -- Guilherme de S. Pastore Fri, 21 Apr 2006 11:37:34 -0300 + +eog (2.14.0-1) unstable; urgency=low + + Oystein Gisnas : + * New upstream release + - Print preview bugs fixed (Closes: #247544) + - Can display on multiple displays (Closes: #275693) + - Can display SVG images (Closes: #280922) + - Hides information sidebar as default (Closes: #292447) + - Fixes crash opening some SVGs (Closes: #322879) + * Update libgtk2.0-dev build depenency to (>= 2.7.1) + * Add build dependencies liblcms-dev, libart-2.0-dev (>= 2.3.16), + libgnome-desktop-dev (>= 2.10.0) + * Update watch file + + * Segfaults when opening two jpeg files are no longer reproducible. + (Closes: #358372) + * Full-screen can be left by pressing F11 again. (Closes: #307716) + + -- J.H.M. Dassen (Ray) Sat, 1 Apr 2006 21:08:21 +0200 + +eog (2.12.3-1) unstable; urgency=low + + * New upstream release (bug fixes and translation updates). + * [debian/rules] Have the linker work harder to produce a faster loading + binary and to trim down unneeded direct dependencies. + + Josselin Mouette : + * Recommend librsvg2-common. + + -- J.H.M. Dassen (Ray) Wed, 8 Feb 2006 20:54:57 +0100 + +eog (2.12.2-2) unstable; urgency=low + + * Upload to unstable. + + -- Josselin Mouette Sun, 8 Jan 2006 14:24:29 +0100 + +eog (2.12.2-1) experimental; urgency=low + + [ Guilherme de S. Pastore ] + * New upstream release + - Fixes some crashes (Closes: #322879) + * debian/patches/02_svg.diff: dropped; applied upstream + + [ Loic Minier ] + * Comment out scrollkeeper-update calls. + [debian/patches/10_no_scrollkeeper_update.patch] + + -- Loic Minier Sun, 4 Dec 2005 22:02:02 +0100 + +eog (2.12.1-1) experimental; urgency=low + + * New upstream release + * debian/watch: + - added to help tracking upstream + * debian/patches/00_overwrite_error.diff: + - removed, the relevant code has been rewritten, the patch no + longer applies (in both senses) + * debian/patches/02_svg.diff: + - updated to the new upstream version + * debian/patches/01_threads.diff: + - removed; issue fixed upstream with a different patch + * debian/control.in: + - added Build-Depends to libglade2-dev, libgnomeprint{,ui}2.2-dev + based on pkg-config requirements + + -- Gustavo Noronha Silva Fri, 14 Oct 2005 12:13:19 -0300 + +eog (2.10.2-3) unstable; urgency=medium + + [ Guilherme de S. Pastore ] + * debian/control.in: + - added ${misc:Depends} dependency (higher urgency) + - bumped standards-version to 3.6.2.1 with no changes + + [ Sebastien Bacher ] + * debian/patches/02_svg.diff + - open svg files (Closes: #306188) + + -- Guilherme de S. Pastore Thu, 13 Oct 2005 14:25:20 -0300 + +eog (2.10.2-2) unstable; urgency=low + + * debian/patches/00_overwrite_error.diff: + - apply patch from Gustavo Noronha Silva + to fix the error message displayed when overwriting a file. + Thanks! (Closes: #287980) + * debian/patches/01_threads.diff: + - don't create threads as joinable if we're not going to join + them, otherwise we end up with huge memory usage and even + crashes (Closes: #288163) + * debian/eog-collection-view.1: + - removed, there's only one binary that handles this on the UI now + * debian/control.in: + - updated my e-mail address + + -- Guilherme de S. Pastore Wed, 10 Aug 2005 19:46:22 -0300 + +eog (2.10.2-1) unstable; urgency=low + + * New maintainer (Closes: #322092) + * Acknowledge NMUs (Closes: #223366, #237201, #253005, #289293, #321312) + * debian/control.in: + - Added, to auto-generate debian/control + - Added the Debian GNOME Team to Uploaders: + + Added Build-Dependency on gnome-pkg-tools + - Updated to Standards-Version 3.6.2 with no changes + * debian/copyright: + - Updated list of Upstream Authors + - Fixed Copyright and License notices + - Updated the URL from which tarball was downloaded + * debian/dirs: + - Removed + * debian/eog.1: + - Escaped all hyphens + * debian/eog.install: + - Install gnome-eog.xpm, the Debian menu icon + * debian/rules: + - Include uploaders.mk from gnome-pkg-tools + - Clean the clean:: target up, as most of the removals are already + handled by CDBS itself + + -- Guilherme de S. Pastore Mon, 8 Aug 2005 22:14:55 -0300 + +eog (2.10.2-0.2) unstable; urgency=low + + * Non-maintainer upload by the GNOME team. + * Build-depend on libexif-dev 0.6.12 (closes: #321312) + + -- Ross Burton Mon, 8 Aug 2005 09:14:04 +0100 + +eog (2.10.2-0.1) unstable; urgency=low + + * Non-maintainer upload by the GNOME team. + * New upstream release. + + -- Jordi Mallach Thu, 7 Jul 2005 19:38:12 +0200 + +eog (2.10.0-0.2) unstable; urgency=low + + * Non-maintainer upload by the GNOME team. + * Upload to unstable. + * debian/control: drop gettext, add cdbs and bump debhelper for + build-depends. + * debian/rules: rewrite to use cdbs. + - cdbs doesn't use dh_installmanpages (closes: #289293). + + -- Jordi Mallach Fri, 10 Jun 2005 17:12:43 +0200 + +eog (2.10.0-0.1) experimental; urgency=low + + * GNOME team upload for GNOME 2.10. + * New upstream release. + * debian/control: updated Build-Depends. + + -- Jordi Mallach Mon, 9 May 2005 16:45:11 +0200 + +eog (2.8.2-0.1) unstable; urgency=low + + * Non-Maintainer upload. + * New upstream release. + * po/ca.po: fix a bad translation. + + -- Jordi Mallach Wed, 29 Dec 2004 21:02:36 +0100 + +eog (2.8.1-1.1) unstable; urgency=low + + * NMU for GNOME 2.8 in unstable. + * Upload to unstable. + * debian/control: + - Build-Depends on libxml-parser-perl. + + -- Sebastien Bacher Wed, 24 Nov 2004 16:39:09 +0100 + +eog (2.8.1-1) experimental; urgency=low + + * NMU with maintainer approval. + * New upstream release: + - the Nautilus "View as Collection" component isn't available anymore. + (Closes: #223366). + - fix the image collection mode (Closes: #253005). + - fix the problem with fix/normal buttons (Closes: #237201). + * debian/compat: + - added. + * debian/control: + - updated Standards-Version to 3.6.1.0. + - updated the Build-Depends. + * debian/postinst, debian/postrm: + - removed, dh_gconf handles this. + * debian/NEWS: + - added a note about the removal of the nautilus view. + * debian/rules: + - added a call to dh_gconf and dh_desktop. + + -- Sebastien Bacher Mon, 25 Oct 2004 22:03:56 +0200 + +eog (2.6.1-2) unstable; urgency=high + + * Rebuilt without libexif support to let collection view mode work + properly, it'll be readded in the future, thanks Paul Brossier. + closes: #253005, #267869. + + -- Davide Puricelli (evo) Sat, 4 Sep 2004 18:05:26 +0200 + +eog (2.6.1-1) unstable; urgency=low + + * Acknowledge NMUs, thanks Sebastien. + closes: #245329, #255186, #228639. + * Fixed wrong manpage header; closes: #261034. + * debian/menu: used a xpm file; closes: #265940. + + -- Davide Puricelli (evo) Sun, 22 Aug 2004 17:31:59 +0200 + +eog (2.6.1-0.4) unstable; urgency=high + + * NMU + * Fixed the FTBFS with the new libexif (Closes: #255186). + * debian/control: + - updated the Build-Depends on libexif-dev. + + -- Sebastien Bacher Sat, 26 Jun 2004 14:24:01 +0200 + +eog (2.6.1-0.3) unstable; urgency=low + + * NMU + * Updated build depends. + + -- Sebastien Bacher Fri, 28 May 2004 22:55:17 +0200 + +eog (2.6.1-0.2) unstable; urgency=low + + * Non-Maintainer Upload. + * Upload to unstable. + + -- Jordi Mallach Fri, 28 May 2004 12:36:04 +0200 + +eog (2.6.1-0.1) experimental; urgency=low + + * NMU. + * New upstream release. + * debian/control.in + + updated Build-Depends (Closes: #245329). + * debian/menu: + + updated menu entry with Luca Capello suggestions + (Closes: #228639). + + -- Sebastien Bacher Sun, 16 May 2004 14:28:53 +0200 + +eog (2.6.0-1) experimental; urgency=low + + * New upstream release; closes: #242060. + + -- Davide Puricelli (evo) Sun, 18 Apr 2004 11:55:33 +0200 + +eog (2.4.1-2) unstable; urgency=high + + * Added a missing Build-Depends on libgnomeprintui2.2-dev. + + -- Davide Puricelli (evo) Sat, 25 Oct 2003 15:22:48 +0200 + +eog (2.4.1-1) unstable; urgency=low + + * New upstream version. + * Fixed an issue on viewing some pictures twice, closes: #190889. + * "Load image" file selector is no longer case sensitive, closes: #199431. + * Added .jpeg support, closes: #208359. + * Removed useless Build-Depends on liblinc-dev, closes: #214819. + + -- Davide Puricelli (evo) Fri, 24 Oct 2003 18:41:44 +0200 + +eog (2.2.2-2) unstable; urgency=high + + * Added a missing Build-Depends on libeel2-dev. + + -- Davide Puricelli (evo) Sat, 7 Jun 2003 10:22:39 +0200 + +eog (2.2.2-1) unstable; urgency=high + + * New upstream version: + - fixed "GNOME's Eye Of Gnome incorrect file name handling" + (http://marc.theaimsgroup.com/?l=bugtraq&m=104887189724146&w=2) + closes: #189002. + * Added support for "image/svg+xml" too, closes: #192421. + * Fixed a typo into xmldocs.make (now it's a tab and not eight spaces). + closes: #195668. + + -- Davide Puricelli (evo) Fri, 6 Jun 2003 22:22:19 +0200 + +eog (2.2.0-1) unstable; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Mon, 10 Feb 2003 19:46:06 +0100 + +eog (1.1.4-1) unstable; urgency=low + + * New upstream version. + * Segfault on Edit/Preferences is not reproducible, please try this + version; closes: #166689. + * Removed an old Depends on libgnomeprint2-0; closes: #177328. + * eog is not a core app, I think that 1.1 branch is really better than + Gnome 2.0.x version, so I'll continue to package it; closes: #170404. + + -- Davide Puricelli (evo) Sat, 18 Jan 2003 23:36:32 +0100 + +eog (1.1.0-2) unstable; urgency=low + + * First upload to unstable! + + -- Davide Puricelli (evo) Sat, 26 Oct 2002 23:31:04 +0200 + +eog2 (1.1.0-1) experimental; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Fri, 18 Oct 2002 15:25:12 +0200 + +eog2 (1.0.3-3) experimental; urgency=low + + * Removed the 2 suffix from the binary package name. + + -- Davide Puricelli (evo) Sat, 5 Oct 2002 12:55:32 +0200 + +eog2 (1.0.3-2) experimental; urgency=low + + * Removed any external DTD call in xml files; closes: #161883. + + -- Davide Puricelli (evo) Sat, 28 Sep 2002 12:09:32 +0200 + +eog2 (1.0.3-1) experimental; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Fri, 13 Sep 2002 14:23:12 +0200 + +eog2 (1.0.1-5) experimental; urgency=low + + * Recompiled against gnome-vfs2 2.0.2-4. + + -- Davide Puricelli (evo) Wed, 14 Aug 2002 17:41:06 +0200 + +eog2 (1.0.1-4) experimental; urgency=low + + * Recompiled against libpng3 and libgtk2.0-0png3. + + -- Davide Puricelli (evo) Tue, 13 Aug 2002 11:46:01 +0200 + +eog2 (1.0.1-3) experimental; urgency=low + + * Now we don't ship /etc/gconf/gconf.xml.defaults, it's generated by + gconftool; closes: #151856. + + -- Davide Puricelli (evo) Fri, 12 Jul 2002 19:01:13 +0200 + +eog2 (1.0.1-2) experimental; urgency=low + + * Recompiled against librsvg2-2. + + -- Davide Puricelli (evo) Mon, 1 Jul 2002 11:01:47 +0200 + +eog2 (1.0.1-1) experimental; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Sat, 22 Jun 2002 11:49:19 +0200 + +eog2 (0.118.0-1) experimental; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Sat, 25 May 2002 15:03:53 +0200 + +eog2 (0.116.1-1) experimental; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Thu, 25 Apr 2002 15:32:27 +0200 + +eog2 (0.115.0-1) experimental; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Sun, 31 Mar 2002 21:40:36 +0200 + +eog2 (0.114.0-1) experimental; urgency=low + + * Initial Release, closes: #130119. + + -- Davide Puricelli (evo) Sun, 17 Mar 2002 12:49:05 +0100 --- eog-2.20.0.orig/debian/compat +++ eog-2.20.0/debian/compat @@ -0,0 +1 @@ +5 --- eog-2.20.0.orig/debian/control +++ eog-2.20.0/debian/control @@ -0,0 +1,22 @@ +Source: eog +Section: gnome +Priority: optional +XSBC-Original-Maintainer: Guilherme de S. Pastore +Maintainer: Ubuntu Desktop Team +Uploaders: Debian GNOME Maintainers +Standards-Version: 3.7.2 +Build-Depends: cdbs (>= 0.4.41), libgconf2-dev (>= 2.6.1-2), libgnomecanvas2-dev (>= 2.6.1.1-2), libgnomeui-dev (>= 2.6.1.1-2), libgnomevfs2-dev (>= 2.6.1.1-3), libgnomeprintui2.2-dev, libgnomeprint2.2-dev, libgtk2.0-dev (>= 2.10), libglade2-dev (>= 2.3.6), libxml2-dev, scrollkeeper, libjpeg62-dev, libpng12-dev, zlib1g-dev, libexif-dev (>= 0.6.14), libxt-dev, libxml-parser-perl, gnome-pkg-tools (>= 0.10), liblcms-dev, libart-2.0-dev (>= 2.3.16), libgnome-desktop-dev (>= 2.10.0), gnome-doc-utils, gnome-icon-theme (>= 2.17.1), liblaunchpad-integration-dev, python-gnome2-dev (>= 2.19.1-0ubuntu2), libdbus-glib-1-dev (>= 0.74-1), debhelper (>= 5.0.38), python-central (>= 0.5.6), intltool +XS-Python-Version: current +XS-Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/eog/ubuntu + +Package: eog +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-icon-theme (>= 2.17.1), ${python:Depends} +Recommends: librsvg2-common +Conflicts: eog2 +XB-Python-Version: ${python:Versions} +Description: Eye of Gnome graphics viewer program + eog or the Eye of Gnome is a graphics viewer for GNOME which uses the + gdk-pixbuf library. It can deal with large images, and zoom and + scroll with constant memory usage. The goal is a standard graphics + viewer for future releases of Gnome. --- eog-2.20.0.orig/debian/control.in +++ eog-2.20.0/debian/control.in @@ -0,0 +1,22 @@ +Source: eog +Section: gnome +Priority: optional +XSBC-Original-Maintainer: Guilherme de S. Pastore +Maintainer: Ubuntu Desktop Team +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.7.2 +Build-Depends: cdbs (>= 0.4.41), libgconf2-dev (>= 2.6.1-2), libgnomecanvas2-dev (>= 2.6.1.1-2), libgnomeui-dev (>= 2.6.1.1-2), libgnomevfs2-dev (>= 2.6.1.1-3), libgnomeprintui2.2-dev, libgnomeprint2.2-dev, libgtk2.0-dev (>= 2.10), libglade2-dev (>= 2.3.6), libxml2-dev, scrollkeeper, libjpeg62-dev, libpng12-dev, zlib1g-dev, libexif-dev (>= 0.6.14), libxt-dev, libxml-parser-perl, gnome-pkg-tools (>= 0.10), liblcms-dev, libart-2.0-dev (>= 2.3.16), libgnome-desktop-dev (>= 2.10.0), gnome-doc-utils, gnome-icon-theme (>= 2.17.1), liblaunchpad-integration-dev, python-gnome2-dev (>= 2.19.1-0ubuntu2), libdbus-glib-1-dev (>= 0.74-1), debhelper (>= 5.0.38), python-central (>= 0.5.6), intltool +XS-Python-Version: current +XS-Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/eog/ubuntu + +Package: eog +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-icon-theme (>= 2.17.1), ${python:Depends} +Recommends: librsvg2-common +Conflicts: eog2 +XB-Python-Version: ${python:Versions} +Description: Eye of Gnome graphics viewer program + eog or the Eye of Gnome is a graphics viewer for GNOME which uses the + gdk-pixbuf library. It can deal with large images, and zoom and + scroll with constant memory usage. The goal is a standard graphics + viewer for future releases of Gnome. --- eog-2.20.0.orig/debian/copyright +++ eog-2.20.0/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Guilherme de S. Pastore on +Mon, 8 Aug 2005 22:14:55 -0300. + +It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/eog/ + +Upstream Authors: Tim Gerla + Philip Van Hoof + Paolo Borelli + Jens Finke + Federico Mena Quintero + Arik Devens + Michael Meeks + Martin Baulig + +Copyright: + +Copyright (C) 2000-2004 The Free Software Foundation + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + + On Debian Systems, the full text of the license can be found on + /usr/share/common-licenses/GPL --- eog-2.20.0.orig/debian/eog-collection-view.1 +++ eog-2.20.0/debian/eog-collection-view.1 @@ -0,0 +1,52 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33. +.TH eog-collection-view "1" "October 2003" "eog-collection-view" "User Commands" +.SH NAME +eog-collection-view \- manual page for Gnome eog-collection-view +.SH SYNOPSIS +.B eog-collection-view +[\fIOPTION\fR...] +.SH DESCRIPTION +.TP +\fB\-\-load\-modules\fR=\fIMODULE1\fR,MODULE2,... +Dynamic modules to load +.PP +Help options +.TP +-?, \fB\-\-help\fR +Show this help message +.TP +\fB\-\-usage\fR +Display brief usage message +.PP +Bonobo activation Support +.TP +\fB\-\-oaf\-ior\-fd\fR=\fIFD\fR +File descriptor to print IOR on +.TP +\fB\-\-oaf\-activate\-iid\fR=\fIIID\fR +IID to activate +.TP +\fB\-\-oaf\-private\fR +Prevent registering of server with OAF +.PP +GNOME GConf Support +.PP +GNOME Library +.TP +\fB\-\-disable\-sound\fR +Disable sound server usage +.TP +\fB\-\-enable\-sound\fR +Enable sound server usage +.TP +\fB\-\-espeaker\fR=\fIHOSTNAME\fR:PORT +Host:port on which the sound server +to use is running +.HP +\fB\-\-version\fR +.SH AUTHOR +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +.PP +This manual page was written by Davide Puricelli , +for the Debian GNU/Linux system (but may be used by others). --- eog-2.20.0.orig/debian/eog-image-viewer.1 +++ eog-2.20.0/debian/eog-image-viewer.1 @@ -0,0 +1,107 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24. +.TH EOG-IMAGE-VIEWER 1 "April 2001" +.SH NAME +eog-image-viewer \- a GNOME image viewer +.SH SYNOPSIS +.B eog-image-viewer +[\fIOPTION\fR...] +.SH DESCRIPTION +GNOME options +.TP +\fB\-\-disable\-sound\fR +Disable sound server usage +.TP +\fB\-\-enable\-sound\fR +Enable sound server usage +.TP +\fB\-\-espeaker\fR=\fIHOSTNAME\fR:PORT +Host:port on which the sound server to use is +running +.HP +\fB\-\-version\fR +.PP +Help options +.TP +-?, \fB\-\-help\fR +Show this help message +.TP +\fB\-\-usage\fR +Display brief usage message +.PP +GTK options +.TP +\fB\-\-gdk\-debug\fR=\fIFLAGS\fR +Gdk debugging flags to set +.TP +\fB\-\-gdk\-no\-debug\fR=\fIFLAGS\fR +Gdk debugging flags to unset +.TP +\fB\-\-display\fR=\fIDISPLAY\fR +X display to use +.TP +\fB\-\-sync\fR +Make X calls synchronous +.TP +\fB\-\-no\-xshm\fR +Don't use X shared memory extension +.TP +\fB\-\-name\fR=\fINAME\fR +Program name as used by the window manager +.TP +\fB\-\-class\fR=\fICLASS\fR +Program class as used by the window manager +.HP +\fB\-\-gxid_host\fR=\fIHOST\fR +.HP +\fB\-\-gxid_port\fR=\fIPORT\fR +.HP +\fB\-\-xim\-preedit\fR=\fISTYLE\fR +.HP +\fB\-\-xim\-status\fR=\fISTYLE\fR +.TP +\fB\-\-gtk\-debug\fR=\fIFLAGS\fR +Gtk+ debugging flags to set +.TP +\fB\-\-gtk\-no\-debug\fR=\fIFLAGS\fR +Gtk+ debugging flags to unset +.TP +\fB\-\-g\-fatal\-warnings\fR +Make all warnings fatal +.TP +\fB\-\-gtk\-module\fR=\fIMODULE\fR +Load an additional Gtk module +.PP +GNOME GUI options +.HP +\fB\-\-disable\-crash\-dialog\fR +.PP +Session management options +.TP +\fB\-\-sm\-client\-id\fR=\fIID\fR +Specify session management ID +.TP +\fB\-\-sm\-config\-prefix\fR=\fIPREFIX\fR +Specify prefix of saved configuration +.TP +\fB\-\-sm\-disable\fR +Disable connection to session manager +.PP +eog-image-viewer options +.TP +\fB\-\-oaf\-od\-ior\fR=\fIIOR\fR +Object directory to use when registering servers +.TP +\fB\-\-oaf\-ior\-fd\fR=\fIFD\fR +File descriptor to print IOR on +.TP +\fB\-\-oaf\-activate\-iid\fR=\fIIID\fR +IID to activate +.TP +\fB\-\-oaf\-private\fR +Prevent registering of server with OAF +.SH AUTHOR +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +.PP +This manual page was written by Davide Puricelli , +for the Debian GNU/Linux system (but may be used by others). --- eog-2.20.0.orig/debian/eog.1 +++ eog-2.20.0/debian/eog.1 @@ -0,0 +1,62 @@ +.\" -*- nroff -*- +.TH EOG 1 "April 22, 2000" +.SH "NAME" +eog \- a GNOME image viewer +.SH "SYNOPSIS" +.B eog +.RI [ options ] " files" ... +.SH "DESCRIPTION" +An image viewer for GNOME which uses gdk_pixbuf +.SH "USAGE" +Usage: eog [OPTION...] +.PP +GNOME Options + \-\-disable\-sound Disable sound server usage + \-\-enable\-sound Enable sound server usage + \-\-espeaker=HOSTNAME:PORT Host:port on which the sound + server to use is running + \-\-version +.PP +Help options + \-?, \-\-help Show this help message + \-\-usage Display brief usage message +.PP +GTK options + \-\-gdk-debug=FLAGS Gdk debugging flags to set + \-\-gdk-no-debug=FLAGS Gdk debugging flags to unset + \-\-display=DISPLAY X display to use + \-\-sync Make X calls synchronous + \-\-no-xshm Don't use X shared + memory extension + \-\-name=NAME Program name as used by the + window manager + \-\-class=CLASS Program class as used by the + window manager + \-\-gxid_host=HOST + \-\-gxid_port=PORT + \-\-xim\-preedit=STYLE + \-\-xim\-status=STYLE + \-\-gtk\-debug=FLAGS Gtk+ debugging flags to set + \-\-gtk\-no\-debug=FLAGS Gtk+ debugging flags + to unset + \-\-g\-fatal\-warnings Make all warnings fatal + \-\-gtk\-module=MODULE Load an additional + Gtk module +.PP +GNOME GUI options + \-\-disable\-crash\-dialog +.PP +Session management options + \-\-sm\-client\-id=ID Specify session management ID + \-\-sm\-config\-prefix=PREFIX Specify prefix of saved + configuration + \-\-sm-disable Disable connection to + session manager + + +.SH AUTHOR +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +.PP +This manual page was written by Dan Nguyen , +for the Debian GNU/Linux system (but may be used by others). --- eog-2.20.0.orig/debian/eog.install +++ eog-2.20.0/debian/eog.install @@ -0,0 +1 @@ +debian/gnome-eog.xpm usr/share/pixmaps --- eog-2.20.0.orig/debian/eog.manpages +++ eog-2.20.0/debian/eog.manpages @@ -0,0 +1,3 @@ +debian/eog.1 +debian/eog-collection-view.1 +debian/eog-image-viewer.1 --- eog-2.20.0.orig/debian/gnome-eog.xpm +++ eog-2.20.0/debian/gnome-eog.xpm @@ -0,0 +1,392 @@ +/* XPM */ +static char * gnome_eog_xpm[] = { +"32 32 357 2", +" c None", +". c #0E0000", +"+ c #040000", +"@ c #010000", +"# c #1D0B0B", +"$ c #461515", +"% c #0E0404", +"& c #020000", +"* c #0B0303", +"= c #1D0C0C", +"- c #331A1A", +"; c #6B2929", +"> c #933434", +", c #511D1D", +"' c #080404", +") c #160606", +"! c #4E1D1D", +"~ c #7D3E3E", +"{ c #9C5454", +"] c #B25C5C", +"^ c #A33434", +"/ c #852626", +"( c #1F0A0A", +"_ c #070101", +": c #2B0D0D", +"< c #7A2C2C", +"[ c #9C4343", +"} c #B56060", +"| c #B96464", +"1 c #B15151", +"2 c #A23232", +"3 c #7D1E1E", +"4 c #481212", +"5 c #020101", +"6 c #260B0B", +"7 c #732A2A", +"8 c #A24A4A", +"9 c #B66161", +"0 c #BE6A6A", +"a c #B15656", +"b c #9D3535", +"c c #872121", +"d c #6B1F1F", +"e c #220909", +"f c #110606", +"g c #7A3131", +"h c #A64D4D", +"i c #BE6B6B", +"j c #C47474", +"k c #B05555", +"l c #A33C3C", +"m c #912626", +"n c #7B1F1F", +"o c #571919", +"p c #270D0D", +"q c #050101", +"r c #411616", +"s c #A44C4C", +"t c #B55C5C", +"u c #BA6666", +"v c #B76060", +"w c #A94848", +"x c #A33636", +"y c #882525", +"z c #732121", +"A c #3B1414", +"B c #240E0E", +"C c #1E0707", +"D c #813434", +"E c #B86363", +"F c #C97B7B", +"G c #C06E6E", +"H c #A53C3C", +"I c #A03232", +"J c #551818", +"K c #3B1515", +"L c #431B1B", +"M c #411515", +"N c #9A4B4B", +"O c #C67777", +"P c #CC7F7F", +"Q c #B96363", +"R c #AD4E4E", +"S c #9F2E2E", +"T c #942424", +"U c #782222", +"V c #421313", +"W c #481B1B", +"X c #542323", +"Y c #170909", +"Z c #762525", +"` c #B16060", +" . c #BF6C6C", +".. c #BD6969", +"+. c #AD5151", +"@. c #A84444", +"#. c #A52D2D", +"$. c #992C2C", +"%. c #6D2121", +"&. c #461818", +"*. c #4C2020", +"=. c #4D2020", +"-. c #3E1A1A", +";. c #090404", +">. c #1A0404", +",. c #812525", +"'. c #BF6B6B", +"). c #C47373", +"!. c #B76161", +"~. c #AE5151", +"{. c #AC3C3C", +"]. c #A52C2C", +"^. c #962F2F", +"/. c #6C2020", +"(. c #511C1C", +"_. c #4F2121", +":. c #491E1E", +"<. c #160909", +"[. c #370808", +"}. c #8F3434", +"|. c #C16E6E", +"1. c #C16F6F", +"2. c #B65E5E", +"3. c #B24F4F", +"4. c #A93030", +"5. c #9D2929", +"6. c #8A2828", +"7. c #701E1E", +"8. c #631F1F", +"9. c #4E2020", +"0. c #4C1D1D", +"a. c #110707", +"b. c #000000", +"c. c #490B0B", +"d. c #A44848", +"e. c #BC6868", +"f. c #B55D5D", +"g. c #AC4A4A", +"h. c #A72F2F", +"i. c #A12C2C", +"j. c #8D2626", +"k. c #7E1E1E", +"l. c #721E1E", +"m. c #521B1B", +"n. c #512121", +"o. c #562424", +"p. c #532222", +"q. c #3E1919", +"r. c #090303", +"s. c #050000", +"t. c #080101", +"u. c #0D0707", +"v. c #450F0F", +"w. c #A04949", +"x. c #CB7A7A", +"y. c #C46E6E", +"z. c #B75959", +"A. c #AC4848", +"B. c #A83737", +"C. c #A02828", +"D. c #8B2323", +"E. c #7E2121", +"F. c #7E2525", +"G. c #622626", +"H. c #532323", +"I. c #401A1A", +"J. c #290808", +"K. c #410505", +"L. c #550606", +"M. c #230000", +"N. c #190404", +"O. c #592A2A", +"P. c #9A6A6A", +"Q. c #5F4343", +"R. c #331313", +"S. c #4A2424", +"T. c #6C2929", +"U. c #822727", +"V. c #982E2E", +"W. c #9F2626", +"X. c #922828", +"Y. c #862929", +"Z. c #7F2A2A", +"`. c #682727", +" + c #2F1414", +".+ c #1E0A0A", +"++ c #420E0E", +"@+ c #610707", +"#+ c #680202", +"$+ c #670101", +"%+ c #2D0000", +"&+ c #230404", +"*+ c #7B3434", +"=+ c #BA5C5C", +"-+ c #CE7373", +";+ c #D89090", +">+ c #D29191", +",+ c #815353", +"'+ c #4E2E2E", +")+ c #401E1E", +"!+ c #421D1D", +"~+ c #4A1D1D", +"{+ c #5B1E1E", +"]+ c #651E1E", +"^+ c #541717", +"/+ c #551212", +"(+ c #6D1515", +"_+ c #7C1717", +":+ c #7A1414", +"<+ c #680505", +"[+ c #550505", +"}+ c #370202", +"|+ c #0B0000", +"1+ c #1E0202", +"2+ c #431515", +"3+ c #A55252", +"4+ c #C05F5F", +"5+ c #C56262", +"6+ c #C96666", +"7+ c #CD6C6C", +"8+ c #CE6C6C", +"9+ c #C66060", +"0+ c #BB5555", +"a+ c #B65050", +"b+ c #A64040", +"c+ c #952F2F", +"d+ c #973131", +"e+ c #862020", +"f+ c #7B1717", +"g+ c #631111", +"h+ c #360606", +"i+ c #1F0000", +"j+ c #130606", +"k+ c #3C3C3C", +"l+ c #171717", +"m+ c #363232", +"n+ c #625555", +"o+ c #3E3838", +"p+ c #361C1C", +"q+ c #4A2525", +"r+ c #572B2B", +"s+ c #653232", +"t+ c #834343", +"u+ c #854343", +"v+ c #793838", +"w+ c #702F2F", +"x+ c #5D2525", +"y+ c #401818", +"z+ c #0E0506", +"A+ c #020303", +"B+ c #121718", +"C+ c #0D0F10", +"D+ c #525454", +"E+ c #B8B8B8", +"F+ c #989898", +"G+ c #353535", +"H+ c #585858", +"I+ c #EBEBEB", +"J+ c #DDDDDD", +"K+ c #131D1D", +"L+ c #2F4A4A", +"M+ c #111B1C", +"N+ c #3F3F3F", +"O+ c #5A5959", +"P+ c #302F2F", +"Q+ c #030101", +"R+ c #040101", +"S+ c #111D22", +"T+ c #204154", +"U+ c #284B61", +"V+ c #17252D", +"W+ c #858989", +"X+ c #A5A5A5", +"Y+ c #868686", +"Z+ c #343434", +"`+ c #282828", +" @ c #DADADA", +".@ c #E7E7E7", +"+@ c #233337", +"@@ c #53808E", +"#@ c #1C2628", +"$@ c #AAABAB", +"%@ c #CFCFCF", +"&@ c #2C2C2C", +"*@ c #081519", +"=@ c #19404F", +"-@ c #265062", +";@ c #112025", +">@ c #717474", +",@ c #848484", +"'@ c #636363", +")@ c #1E1E1E", +"!@ c #0B0B0B", +"~@ c #B7B7B7", +"{@ c #C8C8C8", +"]@ c #434B4E", +"^@ c #2E5460", +"/@ c #0C1A1B", +"(@ c #757676", +"_@ c #727272", +":@ c #050505", +"<@ c #182D2F", +"[@ c #3D6C6E", +"}@ c #294C4D", +"|@ c #111919", +"1@ c #6E7171", +"2@ c #333333", +"3@ c #0F0F0F", +"4@ c #3E3E3E", +"5@ c #8F8F8F", +"6@ c #636464", +"7@ c #243839", +"8@ c #254957", +"9@ c #04090D", +"0@ c #010101", +"a@ c #000101", +"b@ c #162224", +"c@ c #0A242F", +"d@ c #22424C", +"e@ c #2E3838", +"f@ c #313434", +"g@ c #4A4A4A", +"h@ c #2E2E2E", +"i@ c #121212", +"j@ c #505050", +"k@ c #2B2F32", +"l@ c #2E526C", +"m@ c #254758", +"n@ c #040607", +"o@ c #010202", +"p@ c #010303", +"q@ c #12272B", +"r@ c #335A6B", +"s@ c #315569", +"t@ c #091920", +"u@ c #232C2C", +"v@ c #3C3E3E", +"w@ c #151515", +"x@ c #030303", +"y@ c #040404", +"z@ c #1B1B1B", +"A@ c #282C2D", +"B@ c #4A5F61", +"C@ c #3E5962", +"D@ c #243A3E", +"E@ c #2C4449", +"F@ c #19363C", +"G@ c #1C3941", +"H@ c #163543", +"I@ c #213644", +"J@ c #101718", +"K@ c #060606", +"L@ c #0E0E0E", +"M@ c #101617", +"N@ c #0D1213", +"O@ c #0B1011", +"P@ c #030607", +" ", +" ", +" ", +" ", +" . + ", +" @ # $ % ", +" & * = - ; > , ' ", +" @ ) ! ~ { ] ^ / ( ", +" _ : < [ } | 1 2 3 4 5 ", +" 6 7 8 9 0 a b c d e ", +" f g h i j k l m n o p ", +" q r s t u v w x y z A B ", +" C D E F G i H I 3 J K L @ ", +" M N O P Q R S T U V W X Y ", +" q Z ` ...+.@.#.$.%.&.*.=.-.;. ", +" >.,.'.).!.~.{.].^./.(._._.:.<. ", +" [.}.|.1.2.3.4.5.6.7.8.! =.9.0.a. ", +" b. c.d.F e.f.g.h.i.j.k.l.m.n.o.p.q.r.b.s. ", +" t.u.# v.w.x.y.z.A.B.C.D.E.F.G.H.*.I.J.K.L.M. ", +" N.O.P.Q.R.S.T.U.V.W.X.Y.Z.`. +p .+++@+#+$+%+ ", +" &+*+=+-+;+>+,+'+)+!+~+{+]+^+/+(+_+:+<+[+}+|+ ", +" 1+2+3+4+5+6+7+8+9+0+a+b+c+d+e+f+g+h+i+j+k+l+ ", +" m+n+o+p+q+r+s+t+u+v+w+x+y+z+A+B+C+D+E+F+G+ ", +" H+I+J+K+L+M+N+O+P+5 Q+R+b.S+T+U+V+W+X+Y+Z+ ", +" `+ @.@+@@@#@$@%@&@b.b.b.b.*@=@-@;@>@,@'@)@ ", +" !@~@{@]@^@/@(@_@b.b.:@b.b.<@[@}@|@1@'@2@3@ ", +" 4@5@6@7@8@9@0@0@b.b.a@b@c@d@e@f@g@h@ ", +" i@&@j@k@l@m@n@o@a@p@q@r@s@t@u@v@w@x@ ", +" y@z@A@B@C@D@E@F@G@H@I@J@K@0@ ", +" L@M@N@O@P@o@A+ ", +" ", +" "}; --- eog-2.20.0.orig/debian/menu +++ eog-2.20.0/debian/menu @@ -0,0 +1,4 @@ +?package(eog):needs="X11" section="Apps/Viewers" \ + title="Eye of GNOME" hints="Images" command="/usr/bin/eog" \ + longtitle="View many different types of images" \ + icon="/usr/share/pixmaps/gnome-eog.xpm" --- eog-2.20.0.orig/debian/rules +++ eog-2.20.0/debian/rules @@ -0,0 +1,26 @@ +#! /usr/bin/make -f + +DEB_PYTHON_SYSTEM=pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed + +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper +DEB_CONFIGURE_EXTRA_FLAGS += --enable-python + +# DIE SCROLLKEEPER +binary-post-install/eog:: + rm -rvf debian/eog/var/scrollkeeper + +clean:: + rm -vf eog.desktop eog.schemas + rm -vf config.status.lineno + +binary-arch: + dh_pycentral --- eog-2.20.0.orig/debian/watch +++ eog-2.20.0/debian/watch @@ -0,0 +1,4 @@ +version=3 +http://ftp.gnome.org/pub/GNOME/sources/eog/([\d\.]+)[02468]/ \ + eog-(.*)\.tar\.gz \ + debian uupdate