~ubuntu-branches/ubuntu/intrepid/rhythmbox/intrepid

« back to all changes in this revision

Viewing changes to debian/patches/01_install_podcast_xul1.9.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-09-03 10:54:50 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20080903105450-mslsln15n2ap6g7o
Tags: 0.11.6svn20080903-0ubuntu1
* New upstream snapshot:
  - doesn't crash when eject an audio player (lp: #263268)
* debian/patches/80_new_libmtp_build.patch:
  - the change is in the new version
* debian/rules:
  - don't specify a gecko variant that's not required in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur -x '*.orig' -x '*~' rhythmbox-0.11.5.90/configure.ac rhythmbox-0.11.5.90.new/configure.ac
2
 
--- rhythmbox-0.11.5.90/configure.ac    2008-07-02 13:10:16.000000000 +0200
3
 
+++ rhythmbox-0.11.5.90.new/configure.ac        2008-07-02 18:06:57.000000000 +0200
4
 
@@ -998,7 +998,7 @@
5
 
                [glib-2.0 $gecko-plugin],
6
 
                [],[enable_browser_plugins=no])
7
 
 fi
 
1
diff -Nur -x '*.orig' -x '*~' rhythmbox-0.11.6svn20080903/configure.ac rhythmbox-0.11.6svn20080903.new/configure.ac
 
2
--- rhythmbox-0.11.6svn20080903/configure.ac    2008-09-03 10:52:26.000000000 +0200
 
3
+++ rhythmbox-0.11.6svn20080903.new/configure.ac        2008-09-03 10:59:23.000000000 +0200
 
4
@@ -861,7 +861,7 @@
 
5
        [AS_HELP_STRING([--enable-browser-plugin],[compile the iTunes detection browser plugin])],
 
6
        [],[enable_browser_plugin=yes])
 
7
 
8
8
-MOZILLA_PLUGINDIR="${MOZILLA_PLUGINDIR:="\${libdir}/mozilla/plugins"}"
9
9
+MOZILLA_PLUGINDIR="${MOZILLA_PLUGINDIR:="\${libdir}/xulrunner-addons/plugins"}"
10
10
 AC_ARG_VAR([MOZILLA_PLUGINDIR],[Where to install the browser plugin to])