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

« back to all changes in this revision

Viewing changes to libbrasero-media/Makefile.am

  • 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:
159
159
 
160
160
BraseroMedia-@BRASERO_VERSION@.gir: libbrasero-media@BRASERO_LIBRARY_SUFFIX@.la $(INTROSPECTION_SCANNER)
161
161
        $(INTROSPECTION_SCANNER) -v --namespace=BraseroMedia --nsversion=1.0 \
162
 
            --include=Gtk-@GTK_API_VERSION@.0 \
 
162
            --include=Gtk-@GTK_API_VERSION@ \
163
163
            -I$(top_srcdir)/libbrasero-media    \
164
164
            --library=brasero-media@BRASERO_LIBRARY_SUFFIX@ \
165
165
            --libtool="$(LIBTOOL)" \
166
166
            --output $@ \
167
 
            --pkg=gtk+-@GTK_API_VERSION@.0  \
 
167
            --pkg=gtk+-@GTK_API_VERSION@  \
168
168
            --strip-prefix=Brasero      \
169
169
            $(top_srcdir)/libbrasero-media/brasero-drive.h                      \
170
170
            $(top_srcdir)/libbrasero-media/brasero-medium-monitor.h             \