~woodrow-shen/totem/mybranch

« back to all changes in this revision

Viewing changes to debian/patches/70_autoconf.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
2
 
===================================================================
3
 
--- totem-2.22.2.orig/configure 2008-05-12 15:10:22.048430159 +0200
4
 
+++ totem-2.22.2/configure      2008-05-12 15:10:49.460428383 +0200
5
 
@@ -24601,7 +24601,7 @@ if test "${with_mozilla+set}" = set; the
6
 
 fi
7
 
 
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
 
@@ -24638,7 +24638,7 @@ echo "${ECHO_T}$gecko" >&6; }
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