~ubuntu-branches/ubuntu/oneiric/unity-lens-music/oneiric

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-09-27 18:30:39 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: package-import@ubuntu.com-20110927183039-7n1jezqbf5ulsut5
Tags: 0.2.4-0ubuntu1
* New upstream release.
  - Clicking song/album in music lens loads in Banshee but does not
    focus on play queue (LP: #834933)
  - [FFE] Add support for U1 in the music lens (LP: #851691)
* debian/control:
  - makes u-l-m now recommends u-s-m as we want it by default now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT(unity-lens-music, 0.1.4, https://launchpad.net/unity-lens-music)
 
1
AC_INIT(unity-lens-music, 0.2.4, https://launchpad.net/unity-lens-music)
2
2
AC_COPYRIGHT([Copyright 2011 Canonical])
3
3
 
4
4
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
60
60
                  gobject-2.0 >= $GLIB_REQUIRED
61
61
                  gio-2.0 >= $GLIB_REQUIRED
62
62
                  gio-unix-2.0 >= $GLIB_REQUIRED
63
 
                  gee-1.0
64
63
                  dee-1.0 >= 0.5.16
65
64
                  sqlite3 >= 3.7.7
 
65
                  gee-1.0
 
66
                  json-glib-1.0
66
67
                  unity >= 4.0.2)
67
68
 
68
 
 
69
69
AC_SUBST(LENS_DAEMON_CFLAGS)
70
70
AC_SUBST(LENS_DAEMON_LIBS)
71
71