~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to libbrasero-media/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-30 00:57:57 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20100330005757-ugoop0td80dcth72
Tags: 2.30.0-0ubuntu1
* New upstream version
  Bug Fixes:
  - Fix a problem if multiple tracks were processed in a single pass by
    a plugin then progress was not smooth 
  - Fix video options so that for SVCD we do have a proper default for
    aspect ratio 
  - Fix two problem with video transcoding: 
    - a hang that was caused by buffers being too little  
    - progress reporting that did not always properly work 
  - Make soft autodetection. 
  - Update to latest GTK code 
  - Fix #Bug 611111 - brasero burn:/// hangs 
  - Use gtk_widget_style_attach  () in realize implementations
* debian/control.in: 
  - updated gtk requirement

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        $(WARN_CFLAGS)                                                  \
11
11
        $(DISABLE_DEPRECATED)                                           \
12
12
        $(BRASERO_GLIB_CFLAGS)                                          \
 
13
        $(BRASERO_GMODULE_EXPORT_CFLAGS)                                        \
13
14
        $(BRASERO_GIO_CFLAGS)                                           \
14
15
        $(BRASERO_GTK_CFLAGS)
15
16
 
35
36
        brasero-medium-selection.h      \
36
37
        brasero-drive-selection.h
37
38
 
38
 
libbrasero_media_la_LIBADD =                                    \
39
 
        $(BRASERO_GLIB_LIBS)                                    \
40
 
        $(BRASERO_GTHREAD_LIBS)                         \
41
 
        $(BRASERO_GIO_LIBS)                                     \
42
 
        $(BRASERO_GTK_LIBS)                                     \
 
39
libbrasero_media_la_LIBADD =                                     \
 
40
        $(BRASERO_GLIB_LIBS)                                     \
 
41
        $(BRASERO_GMODULE_EXPORT_LIBS)                                     \
 
42
        $(BRASERO_GTHREAD_LIBS)                                     \
 
43
        $(BRASERO_GIO_LIBS)                                     \
 
44
        $(BRASERO_GTK_LIBS)                                     \
43
45
        $(BRASERO_SCSI_LIBS)
44
46
 
45
47
libbrasero_media_la_LDFLAGS =                                   \
176
178
            $(top_srcdir)/libbrasero-media/*.c      
177
179
 
178
180
BraseroMedia-1.0.typelib: $(gir_DATA) $(INTROSPECTION_COMPILER)
179
 
        $(INTROSPECTION_COMPILER) $(top_builddir)/libbrasero-media/$(gir_DATA) --shared-library=libbrasero-media.la -o $(typelibs_DATA)
 
181
        $(INTROSPECTION_COMPILER) $(top_builddir)/libbrasero-media/$(gir_DATA) --shared-library=libbrasero-media -o $(typelibs_DATA)
180
182
endif
181
183
 
182
184
EXTRA_DIST =                    \