~ubuntu-branches/ubuntu/raring/banshee/raring

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2013-02-15 13:32:06 UTC
  • mfrom: (6.3.31 experimental)
  • Revision ID: package-import@ubuntu.com-20130215133206-tw11r3dsi8ewj8ed
Tags: 2.6.0-6ubuntu1
* [6e1f0dd] 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
  - [9b356d6] Add workaround for set_Height exception.
  - [ccbcbbd] Make Banshee translatable in Launchpad
  - [2094ee5] Bump libgpod build-dep version to 0.8.2-7~
  - [03c8cad] Set debian-branch to ubuntu/raring

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
dnl Ubuntu One Music Store (optional)
172
172
BANSHEE_CHECK_UBUNTUONE
173
173
 
174
 
dnl Gapless, if we have a new-enough playbin2
175
 
ENABLE_GAPLESS="no"
176
 
AC_ARG_ENABLE(gapless-playback,
177
 
        AC_HELP_STRING([--enable-gapless-playback],
178
 
                [Enable gapless playback engine (requires gst-plugins-base > 0.10.25.2)]),
179
 
                enable_gapless=$enableval,
180
 
                enable_gapless=auto)
181
 
if test "x$enable_gapless" != "xno" ; then
182
 
        enable_gapless=yes
183
 
fi
184
 
AM_CONDITIONAL(ENABLE_GAPLESS, test "x$ENABLE_GAPLESS" = "xyes")   
185
 
 
186
174
dnl i18n
187
175
SHAMROCK_CONFIGURE_I18N($PACKAGE)
188
176