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

« back to all changes in this revision

Viewing changes to libbrasero-burn/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich, Robert Ancell
  • Date: 2009-11-06 17:23:58 UTC
  • mfrom: (1.1.33 upstream)
  • Revision ID: james.westby@ubuntu.com-20091106172358-hke0i08w2r14t6ii
Tags: 2.29.1-0ubuntu1
[ Robert Ancell ]
* New upstream release: (LP: #475008)
  - New cdda2wav plugin to copy more accurately audio CDs
  - Support burning DTS wav files
  - Multiple copies: now brasero will chain up copies on every insertion
  - Start to move away from 
  - Lots of code cleanups
  - New dialog when ejection did not work
  - Lots of strings changed (and hopefully improved)
* debian/control.in:
  - Build-depends on libcanberra-dev, libcanberra-gtk-dev
* debian/patches/012_build_error.patch:
  - Fix build error

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        $(BRASERO_GIO_CFLAGS)                                           \
19
19
        $(BRASERO_GTK_CFLAGS)                                           \
20
20
        $(BRASERO_GSTREAMER_CFLAGS)                                     \
21
 
        $(BRASERO_DBUS_CFLAGS)
 
21
        $(BRASERO_DBUS_CFLAGS)                                          \
 
22
        $(BRASERO_CANBERRA_CFLAGS)
22
23
 
23
24
GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0`
24
25
RECMARSHALFILES = libbrasero-marshal.h libbrasero-marshal.c
67
68
        $(BRASERO_GCONF_LIBS)                                   \
68
69
        $(BRASERO_GTK_LIBS)                                     \
69
70
        $(BRASERO_GSTREAMER_LIBS)       \
70
 
        $(BRASERO_DBUS_LIBS)
 
71
        $(BRASERO_DBUS_LIBS)                                    \
 
72
        $(BRASERO_CANBERRA_LIBS)
71
73
 
72
74
libbrasero_burn_la_LDFLAGS =                                    \
73
75
        -version-info $(LIBBRASERO_LT_VERSION)                  \
192
194
        brasero-video-options.h                 \
193
195
        brasero-video-options.c                 \
194
196
        brasero-session-span.h                 \
195
 
        brasero-session-span.c
 
197
        brasero-session-span.c                 \
 
198
        brasero-plugin-private.h
196
199
 
197
200
if BUILD_INOTIFY
198
201
libbrasero_burn_la_SOURCES += brasero-file-monitor.c brasero-file-monitor.h