~ubuntu-branches/ubuntu/maverick/banshee/maverick-proposed

« back to all changes in this revision

Viewing changes to src/Core/Banshee.WebBrowser/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2011-01-30 02:42:20 UTC
  • mfrom: (1.7.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130024220-723himtgqxkjn4hv
Tags: 1.8.1-0ubuntu1
* [338f8fe] New upstream bugfix release:
  + Sync dialog would sometimes be displayed forever
  + Nereid: Always grab search entry focus on ctrl+f
  + Lastfm: Fix NRE in LastfmRequest when the request times out
  + bgo#486543: Playlists: Fix parsing when started from root directory
    (LP: #674116)
  + bgo#540394: AudioCdRipper: Don't overwrite existing files when
    ripping (LP: #348502)
  + bgo#540525: TrackActions: Stop when the playing track is deleted
    (LP: #366893)
  + bgo#587936: AppleDevice: Sync the Sort+ fields
  + bgo#609463: Equalizer: Fix distortion by using floating math
  + bgo#620010: Fix displaying random image for "All Albums"
  + bgo#623441: DatabaseImportManager: Fix duplicates on import
  + bgo#624734: InternetRadio: Allow editing stations again
  + bgo#629005: FullscreenWindow: Fix full-screen on multi-head displays
  + bgo#630209: AppleDevice: Fix podcast flag for video podcasts
  + bgo#631172: AppleDevice: Fix podcast support
  + bgo#631961: Gio: Fix InvalidCastException
  + bgo#632114: Fix hang when replaying video
  + bgo#632196: AlbumListView: Fix MissingIntPtrCtorException
  + bgo#632246: ThickClient: Fix IntPtr ctor issue in SourceComboBox
    (LP: #669857)
  + bgo#632420: Booter: Use the MeeGo client if appropriate
  + bgo#632715: Bookmarks: Fix UI not getting loaded
  + bgo#633764: Dap: Fix not transcoding some files when we should
  + bgo#633841: StreamTagger: Recognize webm as video (LP: #669682)
  + bgo#634652: AppleDevice: Remove invalid tracks before syncing
  + bgo#634686: Streaming: Fix streaming broken after first play
  + bgo#635453: Importing: Fix regression with importing mkv
  + bgo#635776: build: Ensure karma-sharp's DLLmap is copied in the
    build
  + bgo#635791: Metrics: Fix translation of the preference label
  + bgo#637303: FileChooserDialog: Fix error message on first launch
    (LP: #687402)
  + bgo#637627: FullscreenWindow: Keep fullscreen when showing volume
    osd
  + bgo#637991: SourceRowRenderer: Fix vertical alignment calculation
  + bgo#638477: X11NotificationArea: Enhance check for RGBA visual
    (LP: #689505)
  + bgo#638755: Dap.MassStorage: Add support for Xperia X10 mini pro
  + bgo#638989: Dap.MassStorage: Add support for Nexus S
  + bgo#635088: Dap.MassStorage: Add support for the LG Ally phone
  + bgo#633551: Dap.MassStorage: Add support for Huawei Ideos Android
    phones
  + bgo#631687: Dap.MassStorage: Fix extensionless files
  + bgo#639603: PlayerEngine: Fix NRE when current track doesn't have a
    Uri
  + bnc#642505: Fix insecure LD_LIBRARY_PATH
* [7fd9862] Drop patch for bgo#623441 (applied upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
subdir = src/Core/Banshee.WebBrowser
41
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
42
am__aclocal_m4_deps = $(top_srcdir)/build/m4/shave/shave.m4 \
 
43
        $(top_srcdir)/build/m4/shamrock/expansions.m4 \
 
44
        $(top_srcdir)/build/m4/shamrock/gnome-doc.m4 \
 
45
        $(top_srcdir)/build/m4/shamrock/i18n.m4 \
 
46
        $(top_srcdir)/build/m4/shamrock/mono.m4 \
 
47
        $(top_srcdir)/build/m4/shamrock/monodoc.m4 \
 
48
        $(top_srcdir)/build/m4/shamrock/nunit.m4 \
 
49
        $(top_srcdir)/build/m4/shamrock/programs.m4 \
 
50
        $(top_srcdir)/build/m4/shamrock/util.m4 \
43
51
        $(top_srcdir)/build/m4/banshee/bnpx11.m4 \
44
52
        $(top_srcdir)/build/m4/banshee/boo.m4 \
45
53
        $(top_srcdir)/build/m4/banshee/daap.m4 \
66
74
        $(top_srcdir)/build/m4/banshee/taglib.m4 \
67
75
        $(top_srcdir)/build/m4/banshee/torrent.m4 \
68
76
        $(top_srcdir)/build/m4/banshee/youtube.m4 \
69
 
        $(top_srcdir)/build/m4/shamrock/expansions.m4 \
70
 
        $(top_srcdir)/build/m4/shamrock/gnome-doc.m4 \
71
 
        $(top_srcdir)/build/m4/shamrock/i18n.m4 \
72
 
        $(top_srcdir)/build/m4/shamrock/mono.m4 \
73
 
        $(top_srcdir)/build/m4/shamrock/monodoc.m4 \
74
 
        $(top_srcdir)/build/m4/shamrock/nunit.m4 \
75
 
        $(top_srcdir)/build/m4/shamrock/programs.m4 \
76
 
        $(top_srcdir)/build/m4/shamrock/util.m4 \
77
77
        $(top_srcdir)/configure.ac
78
78
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
79
79
        $(ACLOCAL_M4)
157
157
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
158
158
GDATASHARP_CFLAGS = @GDATASHARP_CFLAGS@
159
159
GDATASHARP_LIBS = @GDATASHARP_LIBS@
 
160
GDK_2_22_CFLAGS = @GDK_2_22_CFLAGS@
 
161
GDK_2_22_LIBS = @GDK_2_22_LIBS@
160
162
GDK_QUARTZ_CFLAGS = @GDK_QUARTZ_CFLAGS@
161
163
GDK_QUARTZ_LIBS = @GDK_QUARTZ_LIBS@
162
164
GDK_X11_CFLAGS = @GDK_X11_CFLAGS@