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

« back to all changes in this revision

Viewing changes to src/OpenVP/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:
46
46
        $(top_srcdir)/build/m4/extensions/common.m4 \
47
47
        $(top_srcdir)/build/m4/extensions/coverwallpaper.m4 \
48
48
        $(top_srcdir)/build/m4/extensions/duplicatesongdetector.m4 \
 
49
        $(top_srcdir)/build/m4/extensions/foldersync.m4 \
49
50
        $(top_srcdir)/build/m4/extensions/jamendo.m4 \
50
51
        $(top_srcdir)/build/m4/extensions/karaoke.m4 \
51
52
        $(top_srcdir)/build/m4/extensions/lastfmfingerprint.m4 \
126
127
ACLOCAL = @ACLOCAL@
127
128
ALL_LINGUAS = @ALL_LINGUAS@
128
129
AMTAR = @AMTAR@
 
130
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
129
131
AM_MAKEFLAGS = @AM_MAKEFLAGS@
130
132
APPINDICATORSHARP_CFLAGS = @APPINDICATORSHARP_CFLAGS@
131
133
APPINDICATORSHARP_LIBS = @APPINDICATORSHARP_LIBS@
168
170
DEFS = @DEFS@
169
171
DEPDIR = @DEPDIR@
170
172
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
173
DLLTOOL = @DLLTOOL@
 
174
DMCS = @DMCS@
171
175
DOC_USER_FORMATS = @DOC_USER_FORMATS@
172
176
DSYMUTIL = @DSYMUTIL@
173
177
DUMPBIN = @DUMPBIN@
193
197
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
194
198
GLIB_CFLAGS = @GLIB_CFLAGS@
195
199
GLIB_LIBS = @GLIB_LIBS@
 
200
GMCS = @GMCS@
196
201
GMCS_FLAGS = @GMCS_FLAGS@
197
202
GMOFILES = @GMOFILES@
198
203
GMSGFMT = @GMSGFMT@
213
218
INTLTOOL_MERGE = @INTLTOOL_MERGE@
214
219
INTLTOOL_PERL = @INTLTOOL_PERL@
215
220
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
221
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
222
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
223
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
224
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
216
225
JAY = @JAY@
217
226
LD = @LD@
218
227
LDFLAGS = @LDFLAGS@
227
236
MAINT = @MAINT@
228
237
MAKEFLAGS = @MAKEFLAGS@
229
238
MAKEINFO = @MAKEINFO@
 
239
MANIFEST_TOOL = @MANIFEST_TOOL@
230
240
MCS = @MCS@
231
241
MKDIR_P = @MKDIR_P@
232
242
MKINSTALLDIRS = @MKINSTALLDIRS@
290
300
abs_srcdir = @abs_srcdir@
291
301
abs_top_builddir = @abs_top_builddir@
292
302
abs_top_srcdir = @abs_top_srcdir@
 
303
ac_ct_AR = @ac_ct_AR@
293
304
ac_ct_CC = @ac_ct_CC@
294
305
ac_ct_CXX = @ac_ct_CXX@
295
306
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
322
333
includedir = @includedir@
323
334
infodir = @infodir@
324
335
install_sh = @install_sh@
 
336
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
337
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
325
338
libdir = @libdir@
326
339
libexecdir = @libexecdir@
327
340
localedir = @localedir@
328
341
localstatedir = @localstatedir@
329
 
lt_ECHO = @lt_ECHO@
330
342
mandir = @mandir@
331
343
mkdir_p = @mkdir_p@
332
344
oldincludedir = @oldincludedir@