~ubuntu-branches/ubuntu/vivid/imagination/vivid

« back to all changes in this revision

Viewing changes to debian/patches/15_PLUGINS_INSTALLED.patch

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2011-05-19 13:22:01 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110519132201-4az49l8yvxrag1x0
Tags: 3.0-1
* New upstream release (Closes: #627240).
 - Fixes inverted tooltips in the toolbar (Closes: #599442).
 - Adds updated Brazilian Portuguese (pt_BR) translation.
   Thanks to Sérgio Cipolla (Closes: #599448).
* imagination.install: Don't install la files (Closes: #621684).
* Drop debian/README.source. Not needed with source
  version 3.0 (quilt).
* Bump Standards-Version to 3.9.2, no changes needed.
* debian/rules: Convert to minimal dh 7 style rules file.
* Drop debian/patches/20_lang-zh_TW.patch: zh_TW translation
  have been added upstream. 
* Update debian/patches/15_PLUGINS_INSTALLED.patch and
  debian/patches/10_link_math_lib.patch for new release.
* debian/{control, rules}: Maintain the different Ubuntu and
  Debian recommends in the same source package using dpkg-vendor
  and a ${dist:Recommends} substvar. Thanks to Alessio Treglia.
  (Closes: #627246)
* debian/copyright: Minor tweaks to bring up to rev 174
  of Dep 5.
* debian/control: Update suggests for libavutil-extra-50.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: imagination-2.1/src/support.c
 
1
Index: imagination-2.1/src/support.h
2
2
===================================================================
3
 
--- imagination-2.1.orig/src/support.c  2009-10-19 01:48:57.274802470 -0400
4
 
+++ imagination-2.1/src/support.c       2009-10-19 01:49:08.175803822 -0400
 
3
--- imagination-2.1.orig/src/support.h  2011-01-30 02:39:26.000000000 -0500
 
4
+++ imagination-2.1/src/support.h       2011-05-18 18:10:24.442737668 -0400
5
5
@@ -20,7 +20,7 @@
6
 
 #include "support.h"
7
 
 #include <glib/gstdio.h>
 
6
 #ifndef __IMAGINATION_SUPPORT_H
 
7
 #define __IMAGINATION_SUPPORT_H
8
8
 
9
9
-#define PLUGINS_INSTALLED 0
10
10
+#define PLUGINS_INSTALLED 1
11
11
 
12
 
 static gboolean img_plugin_is_loaded(img_window_struct *, GModule *);
13
 
 
 
12
 #ifdef HAVE_CONFIG_H
 
13
 #  include <config.h>