~ubuntu-branches/ubuntu/wily/brasero/wily

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-11-18 11:30:50 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20081118113050-hoy0pi04uv7ww9d8
Tags: 0.8.3-0ubuntu1
* New upstream release (LP: #299411)
  - allow use of remote files
  - drives are now probed asynchronously and may not popup immediatly
    but brasero starts faster
  - some parts of GUI were revisited (in particular the burn
    option dialogs)
  - command line option for video projects (LP: #273140)
  - brasero crashed with SIGSEGV in g_main_context_dispatch()
    (LP: #281599)
  - Brasero main GUI appears after closing the dialog
    when opening an ISO file using Nautilus (LP: #242022)
  - brasero delete original files in VIDEO_TS folder (LP: #280835)
  - brasero crashed with SIGSEGV in 
    brasero_mkisofs_base_write_to_files() (LP: #275312)
  - brasero crashed with SIGSEGV in 
    brasero_project_save_project_as() (LP: #275086)
  - brasero crashed with SIGSEGV in 
    IA__g_sequence_iter_get_sequence() (LP: #282622)
  - brasero crashed with SIGSEGV in brasero_medium_get_drive()
    (LP: #283197)
  - Dialog contains a lot of empty space (LP: #190192)
 * debian/patches/008-add-gettext-domain-to-desktop-file.patch:
   - Dropped, we don't need this anymore
 * debian/control:
  - Add Build-deps on libeel2-dev and libnautilus-extension-dev
 * debian/brasero.install:
  - Install nautilus extension

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        $(BRASERO_CFLAGS)                                               \
18
18
        $(BRASERO_LIBXML_CFLAGS)
19
19
 
 
20
EXTRA_DIST = brasero-marshal.list
20
21
CLEANFILES = $(RECMARSHALFILES)
21
22
 
22
23
AM_CFLAGS = -g
93
94
        brasero-layout.h         \
94
95
        brasero-file-chooser.c         \
95
96
        brasero-file-chooser.h         \
96
 
        brasero-project-size.c         \
97
 
        brasero-project-size.h         \
98
97
        burn-session.h          \
99
98
        brasero-sum-dialog.c         \
100
99
        brasero-sum-dialog.h         \
175
174
        burn-task-ctx.c         \
176
175
        burn-mkisofs-base.c         \
177
176
        burn-mkisofs-base.h         \
178
 
        brasero-drive-selection.h         \
179
 
        brasero-drive-selection.c         \
180
177
        brasero-src-selection.h         \
181
178
        brasero-src-selection.c         \
182
179
        brasero-dest-selection.h         \
183
180
        brasero-dest-selection.c         \
184
 
        brasero-drive-info.c         \
185
 
        brasero-drive-info.h         \
186
181
        brasero-drive-properties.h         \
187
182
        brasero-drive-properties.c         \
188
183
        brasero-image-properties.h         \
271
266
        scsi-sbc.h              \
272
267
        brasero-app.c           \
273
268
        brasero-app.h           \
274
 
        brasero-src-info.c           \
275
 
        brasero-src-info.h
 
269
        brasero-session-cfg.h           \
 
270
        brasero-session-cfg.c           \
 
271
        brasero-burn-options.h           \
 
272
        brasero-burn-options.c           \
 
273
        brasero-project-name.c           \
 
274
        brasero-project-name.h           \
 
275
        brasero-medium-properties.h           \
 
276
        brasero-medium-properties.c           \
 
277
        brasero-src-image.h           \
 
278
        brasero-src-image.c           \
 
279
        burn-media.c           \
 
280
        burn-media.h           \
 
281
        burn-hal-watch.c           \
 
282
        burn-hal-watch.h           \
 
283
        scsi-test-unit-ready.c
276
284
 
277
285
if BUILD_INOTIFY
278
286
brasero_SOURCES += brasero-file-monitor.c brasero-file-monitor.h