~ubuntu-branches/debian/sid/banshee-community-extensions/sid

« back to all changes in this revision

Viewing changes to src/StreamRecorder/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-04-07 23:29:55 UTC
  • mfrom: (1.2.10)
  • Revision ID: package-import@ubuntu.com-20120407232955-hc1ej3txxmrl1gdp
Tags: 2.4.0-1
* [4da6afd] Imported Upstream version 2.4.0:
  - New extensions since 2.2.0:
    + FolderSync: Copy and synchronize tracks from playlists into specified
      folders
  - Enhancements since 2.2.0:
    + AlbumArtWriter: Allow forcing a copy of the album art into the album
      folders
    + AlbumArtWriter: Add configuration of the name and the type of the image
      file
    + DuplicateSongDetector: Use a more aggressive algorithm for detecting
      duplicates
  - Notable bugs fixed since 2.2.0:
    + DuplicateSongDetector: Fix bug causing the window to be blank
    + Karaoke: Don't change the visual style of the lyrics
    + Karaoke: Disable keybindings in the context pane
    + LiveRadio: Fix crash when updating the genre list
    + LiveRadio: Disable non-functional plugins: shoutcast, magnatune,
      realradios
    + LiveRadio: Fix crash when live365 session stream cannot be retrieved
    + LiveRadio: Fix crash when clicking multiple genres quickly (bgo#662794)
    + Lyrics: Use HTTP proxy management provided by Banshee (bgo#664710)
    + Telepathy: Fix dllmap for cross-architecture support
* [45db91b] Drop patches.
   - 0001-LiveRadio….patch: Applied upstream
   - fsck-intltool.patch: No longer needed
* [4e33173] Override DMCS instead of MCS
* [7e2960a] Add foldersync extension
* [d5287de] Update d/copyright
* [11dcf27] Update banshee build-dep version
* [9c06b83] Bump Standards-Version (3.9.2 → 3.9.3)

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        $(top_srcdir)/build/m4/extensions/common.m4 \
52
52
        $(top_srcdir)/build/m4/extensions/coverwallpaper.m4 \
53
53
        $(top_srcdir)/build/m4/extensions/duplicatesongdetector.m4 \
 
54
        $(top_srcdir)/build/m4/extensions/foldersync.m4 \
54
55
        $(top_srcdir)/build/m4/extensions/jamendo.m4 \
55
56
        $(top_srcdir)/build/m4/extensions/karaoke.m4 \
56
57
        $(top_srcdir)/build/m4/extensions/lastfmfingerprint.m4 \
113
114
ACLOCAL = @ACLOCAL@
114
115
ALL_LINGUAS = @ALL_LINGUAS@
115
116
AMTAR = @AMTAR@
 
117
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
116
118
AM_MAKEFLAGS = @AM_MAKEFLAGS@
117
119
APPINDICATORSHARP_CFLAGS = @APPINDICATORSHARP_CFLAGS@
118
120
APPINDICATORSHARP_LIBS = @APPINDICATORSHARP_LIBS@
155
157
DEFS = @DEFS@
156
158
DEPDIR = @DEPDIR@
157
159
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
160
DLLTOOL = @DLLTOOL@
 
161
DMCS = @DMCS@
158
162
DOC_USER_FORMATS = @DOC_USER_FORMATS@
159
163
DSYMUTIL = @DSYMUTIL@
160
164
DUMPBIN = @DUMPBIN@
180
184
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
181
185
GLIB_CFLAGS = @GLIB_CFLAGS@
182
186
GLIB_LIBS = @GLIB_LIBS@
 
187
GMCS = @GMCS@
183
188
GMCS_FLAGS = -unsafe
184
189
GMOFILES = @GMOFILES@
185
190
GMSGFMT = @GMSGFMT@
200
205
INTLTOOL_MERGE = @INTLTOOL_MERGE@
201
206
INTLTOOL_PERL = @INTLTOOL_PERL@
202
207
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
208
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
209
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
210
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
211
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
203
212
JAY = @JAY@
204
213
LD = @LD@
205
214
LDFLAGS = @LDFLAGS@
214
223
MAINT = @MAINT@
215
224
MAKEFLAGS = @MAKEFLAGS@
216
225
MAKEINFO = @MAKEINFO@
 
226
MANIFEST_TOOL = @MANIFEST_TOOL@
217
227
MCS = @MCS@
218
228
MKDIR_P = @MKDIR_P@
219
229
MKINSTALLDIRS = @MKINSTALLDIRS@
277
287
abs_srcdir = @abs_srcdir@
278
288
abs_top_builddir = @abs_top_builddir@
279
289
abs_top_srcdir = @abs_top_srcdir@
 
290
ac_ct_AR = @ac_ct_AR@
280
291
ac_ct_CC = @ac_ct_CC@
281
292
ac_ct_CXX = @ac_ct_CXX@
282
293
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
309
320
includedir = @includedir@
310
321
infodir = @infodir@
311
322
install_sh = @install_sh@
 
323
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
324
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
312
325
libdir = @libdir@
313
326
libexecdir = @libexecdir@
314
327
localedir = @localedir@
315
328
localstatedir = @localstatedir@
316
 
lt_ECHO = @lt_ECHO@
317
329
mandir = @mandir@
318
330
mkdir_p = @mkdir_p@
319
331
oldincludedir = @oldincludedir@