~ubuntu-branches/ubuntu/quantal/banshee/quantal

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-02-18 22:17:24 UTC
  • mfrom: (6.3.23 experimental)
  • Revision ID: package-import@ubuntu.com-20120218221724-cnwdvn490wjjue8t
Tags: 2.3.5-1ubuntu1
* Merge from Debian Experimental, remaining changes:
  + Enable and recommend SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
dnl Remember to also update the Display Version
3
3
m4_define([banshee_version_major], [2])
4
4
m4_define([banshee_version_minor], [3])
5
 
m4_define([banshee_version_micro], [4])
 
5
m4_define([banshee_version_micro], [5])
6
6
 
7
7
dnl this can sometimes differ manually
8
 
m4_define([banshee_display_version], ["2.3.4"])
 
8
m4_define([banshee_display_version], ["2.3.5"])
9
9
 
10
10
dnl set to 0 when doing an official release
11
11
m4_define([banshee_version_pre_release], [0])
132
132
dnl OS X (optional through --enable-osx)
133
133
BANSHEE_CHECK_OSX
134
134
 
 
135
dnl Mono.Upnp libraries
 
136
BANSHEE_CHECK_MONO_UPNP
 
137
 
135
138
PKG_CHECK_MODULES(SQLITE, sqlite3 >= 3.4)
136
139
 
137
140
dnl GNOME (optional)
346
349
src/Extensions/Banshee.Torrent/Makefile
347
350
src/Extensions/Banshee.RemoteAudio/Makefile
348
351
src/Extensions/Banshee.UbuntuOneMusicStore/Makefile
 
352
src/Extensions/Banshee.UPnPClient/Makefile
349
353
src/Extensions/Banshee.Wikipedia/Makefile
350
354
src/Extensions/Banshee.YouTube/Makefile
351
355
 
392
396
    YouTube:               ${enable_youtube} (gdata-sharp >= 1.4)
393
397
    Sound Menu:            ${enable_soundmenu}
394
398
    Ubuntu One Store:      ${enable_ubuntuone} (ubuntuone-sharp >= 0.3.2)
 
399
    UPnP:                  ${enable_upnp} (mono-upnp >= $MONOUPNP_REQUIRED)
395
400
 
396
401
  Build/Development:
397
402
    Unit Tests:            ${do_tests} (nunit >= ${NUNIT_REQUIRED})