~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-06-28 10:33:09 UTC
  • mfrom: (1.1.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20100628103309-k45pmq2bfld2s6j1
Tags: 2.30.2-0ubuntu2
* New upstream release
  - Lot's of memleak fixes
  - Fixed a runtime warning related to cancelling tracker searches
  - Crash in brasero_data_project_node_removed at
    brasero-data-project.c:1163
  - brasero crashed with SIGSEGV in brasero_data_project_remove_node()
    (LP: #561319)
  - Fix a few runtime warnings with the Cover Editor
  - Text in cover editor does not show up automatically (LP: #469459)
  - Removed use of deprecated flags
  - Use accessor functions instead direct access (use GSEAL GnomeGoal)
  - Fix a bug in the layout on first start (side pane was hidden and
    remained so until the user moved it)
  - Save printer settings for cover printing
  - Write the contents of the GtkTextBuffer displayed line by displayed
    line which should improve the layout
  - "Write to Disc" button sensitivity regression
  - Fix flaw in mask that led libburn plugin not to work (not to be picked
    up actually) in some circumstances
  - Fails to burn ANY audio project
  - Move columns doesn't work (LP: #581759)
  - Brasero does not correctly handle double clicking on column separators
    (LP: #581885)
  - Bad info when burning, high CPU usage and slow burn
  - Change the priority for cdrdao and raised the one of cdda2wav plugin
  - brasero crashed with SIGSEGV in
    brasero_mmc3_get_performa nce_wrt_spd_desc() (LP: #564766)
  - brasero crashed with SIGSEGV in brasero_scsi_command_issue_sync()
    (LP: #444832)
  - Do not check for symlinks on cdda2wav so the plugin can use icedax.
  - Brasero's failure with some file names (LP: #380643)
  - Pressing create audio cd does nothing
  - Empty project not available
  - can't actually save error logs
  - doesn't handle incorrect temp dirs properly
  - Fix multi DND in GtkFileChooser
  - Displays "starting to record" during whole burn process
  - Fix wrong report of speed with both cdrecord and wodim
  - Disk project doesn't save the disk title (LP: #587924)
  - Brasero reports outdated cdrtools on cdrtools-3.00 (LP: #592075)
  - misc bug fixes
  - Updated Translations
* Removed upstream patches:
  - debian/patches/90_git_audio_project_creation.patch,
    debian/patches/91_git_audio_project_creation.patch,
    debian/patches/92_git_audio_cd_recording.patch,
    debian/patches/93_git_new_caps_function_definition.patch
* debian/rules, debian/control.in:
  - use dh-autoreconf to launch autoreconf on build

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
255
255
PACKAGE_NAME = @PACKAGE_NAME@
256
256
PACKAGE_STRING = @PACKAGE_STRING@
257
257
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
258
PACKAGE_URL = @PACKAGE_URL@
258
259
PACKAGE_VERSION = @PACKAGE_VERSION@
259
260
PATH_SEPARATOR = @PATH_SEPARATOR@
260
261
PKG_CONFIG = @PKG_CONFIG@
 
262
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
263
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
261
264
POFILES = @POFILES@
262
265
POSUB = @POSUB@
263
266
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
308
311
libexecdir = @libexecdir@
309
312
localedir = @localedir@
310
313
localstatedir = @localstatedir@
311
 
lt_ECHO = @lt_ECHO@
312
314
mandir = @mandir@
313
315
mkdir_p = @mkdir_p@
314
316
oldincludedir = @oldincludedir@
494
496
#     (which will cause the Makefiles to be regenerated when you run `make');
495
497
# (2) otherwise, pass the desired values on the `make' command line.
496
498
$(RECURSIVE_TARGETS):
497
 
        @failcom='exit 1'; \
 
499
        @fail= failcom='exit 1'; \
498
500
        for f in x $$MAKEFLAGS; do \
499
501
          case $$f in \
500
502
            *=* | --[!k]*);; \
519
521
        fi; test -z "$$fail"
520
522
 
521
523
$(RECURSIVE_CLEAN_TARGETS):
522
 
        @failcom='exit 1'; \
 
524
        @fail= failcom='exit 1'; \
523
525
        for f in x $$MAKEFLAGS; do \
524
526
          case $$f in \
525
527
            *=* | --[!k]*);; \