~ubuntu-branches/ubuntu/oneiric/rhythmbox/oneiric-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-06-01 10:04:34 UTC
  • Revision ID: james.westby@ubuntu.com-20110601100434-7tig4ca6two4s43y
Tags: 2.90.1~20110329-1ubuntu4
* Add 00git-daap-password-handling.patch and 00git-dacp-enums.patch:
  Backport DAAP fixes from upstream trunk to fix building against current
  daap.
* debian/control.in: Bump libdmapsharing-3.0-dev build dependency, above
  patches now need the new API.
* debian/control.in: Add Breaks: to the current version of
  rhythmbox-ubuntuone-music-store, as that is still using GTK2, and thus
  crashing RB on startup. (Assuming that the next upload will fix that
  somehow).

Show diffs side-by-side

added added

removed removed

Lines of Context:
791
791
                             [Disable DAAP support]),,
792
792
              enable_daap=auto)
793
793
if test "x$enable_daap" != "xno"; then
794
 
        PKG_CHECK_MODULES(DMAPSHARING, libdmapsharing-3.0,
 
794
        PKG_CHECK_MODULES(DMAPSHARING, libdmapsharing-3.0 >= 2.9.11,
795
795
                          have_libdmapsharing=yes,
796
796
                          have_libdmapsharing=no)
797
797
        if test "x$have_libdmapsharing" = "xno" -a "x$enable_daap" = "xyes"; then