~woodrow-shen/totem/mybranch

« back to all changes in this revision

Viewing changes to debian/patches/01_gecko_iceape.patch

Tags: 2.24.3-3
* totem-mozilla.docs: ship README.browser-plugin which explains how to 
  disable the plugin for some MIME types.
* rules: remove the hack that only let totem-xine support VCDs and 
  DVDs, now that GStreamer supports them. Closes: #370789.
* 01_fake_keypresses.patch: new patch. Completely disable the broken 
  XTEST code that generates fake keypresses. Closes: #500330.
* 90_autotools.patch: regenerated.
* Build-depend on nautilus 2.22 to be sure to build the extension for 
  the correct version.
* totem-xine depends on libxine1-x.
* Standards version is 3.8.1.
* Upload to unstable.
* 04_tracker_build.patch: new patch, stolen upstream. Fix build with 
  latest tracker version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: totem-2.22.2/configure.in
2
 
===================================================================
3
 
--- totem-2.22.2.orig/configure.in      2008-05-12 15:02:18.940935777 +0200
4
 
+++ totem-2.22.2/configure.in   2008-05-12 15:10:37.900429391 +0200
5
 
@@ -584,7 +584,7 @@ if test "$enable_browser_plugins" != "no
6
 
        # backward compat
7
 
        AC_ARG_WITH([mozilla],[],[with_gecko=$withval])
8
 
 
9
 
-       GECKOS="xulrunner firefox mozilla-firefox seamonkey mozilla"
10
 
+       GECKOS="xulrunner firefox mozilla-firefox seamonkey mozilla iceape"
11
 
        gecko=$with_gecko
12
 
 
13
 
        if test -z "$with_gecko"; then
14
 
@@ -615,7 +615,7 @@ if test "$enable_browser_plugins" != "no
15
 
 
16
 
        case "$gecko" in
17
 
                mozilla) MOZILLA_VERSION_MIN=1.7 ;;
18
 
-               seamonkey) MOZILLA_VERSION_MIN=1.0 ;;
19
 
+               seamonkey|iceape) MOZILLA_VERSION_MIN=1.0 ;;
20
 
                *firefox) MOZILLA_VERSION_MIN=1.0 ;;
21
 
                xulrunner) MOZILLA_VERSION_MIN=1.8 ;;
22
 
        esac