~ubuntu-branches/ubuntu/maverick/brasero/maverick

« back to all changes in this revision

Viewing changes to debian/patches/31_link_libice.patch

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-09-14 10:23:22 UTC
  • mfrom: (1.1.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20100914102322-7eigq8pge5wqfol1
Tags: 2.31.92-0ubuntu1
* New upstream release:
  - Revert to libunique from GApplication (Luis Medinas)
  - Remove dbus-glib requires from pkgconfig file (Luis Medinas)
  - Some more debugging to find out about problems with encrypted DVDs
    (Philippe Rouquier)
  - Fix minor issues in gdbus conversion. (Luis Medinas)
  - Remove dbus-glib check from configure (Luis Medinas)
  - Replace last part of dbus-glib by GDBus (Luis Medinas)
  - Fix Inhibit() d-bus parameters (Robert Ancell)
  - Remove dbus libraries from the Makefile. (Luis Medinas)
  - Use --with-gtk switch for gtk 2/3 selection (Christian Persch)
  - Fix image checksuming that did not occur when GConf or GSetting returned 0
    as a value for the checksum type key (Philippe Rouquier)
  - Don't hardcode gconf gsettings backend (Robert Ancell)
  - Fix brasero plugin directory (Robert Ancell)
* debian/control:
  - build-dep on libunique
* debian/patches/010_lpi.patch,31_link_libice.patch:
  - adapt to latest code
* debian/patches/013_gsettings_backend.patch,014_plugin_directory.patch,
  015_inhibit_params.patch:
  - removed, now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Debian #554057
2
2
GNOME #600591 (upstream refuses to include the fix)
3
3
 
4
 
Index: brasero-2.31.90/configure.in
 
4
Index: brasero-2.31.92/configure.in
5
5
===================================================================
6
 
--- brasero-2.31.90.orig/configure.in   2010-08-27 12:33:55.684659002 +1000
7
 
+++ brasero-2.31.90/configure.in        2010-08-27 12:34:08.904659001 +1000
8
 
@@ -214,7 +214,7 @@
9
 
 AC_SUBST(BRASERO_DBUS_LIBS)
 
6
--- brasero-2.31.92.orig/configure.in   2010-09-14 09:31:10.304625701 +0200
 
7
+++ brasero-2.31.92/configure.in        2010-09-14 09:31:10.484625702 +0200
 
8
@@ -213,7 +213,7 @@
 
9
 AC_SUBST(BRASERO_GMODULE_EXPORT_LIBS)
10
10
 
11
11
 PKG_CHECK_MODULES(BRASERO_SM,                  \
12
12
-       sm)