~ubuntu-branches/ubuntu/lucid/gnome-media/lucid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2009-03-17 19:15:41 UTC
  • mfrom: (0.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20090317191541-0q416utvg9uokcuv
Tags: 2.26.0-0ubuntu1
* New upstream version (LP: #344481):
  + gnome-volume-control:
    - Fix tooltip when dB changes.
    - Update the volume immediately.
  + gst-mixer:
    - Add new icon mappings.
    - Make options update when changed.
    - Add sound theme page.
* debian/patches/05_gst-mix_and_new_gvc_no_conflict.patch:
  - Make it possible to build the new gnome-volume-control and
    gst-mixer at the same time without conflicting, by
    renaming the new gnome-volume-control capplet to
    gnome-volume-control-settings.
* debian/patches/06_autoconf.patch:
  - Recreate build system.
* debian/control{.in},
  debian/gnome-media-common.install,
  debian/gnome-media.install,
  debian/gnome-volume-control.install,
  debian/rules:
  - Enable the new gnome-volume-control capplet and gvc-applet
    and install these in to a new binary package - 
    gnome-volume-control-pulse.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.60)
2
2
 
3
3
AC_INIT([gnome-media],
4
 
        [2.25.92],
 
4
        [2.26.0],
5
5
        [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-media])
6
6
 
7
7
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 -Wall -Wno-portability tar-pax])
83
83
AC_SUBST(MEDIA_LIBS)
84
84
 
85
85
dnl=======================================================================
 
86
dnl Check for libcanberra
 
87
dnl=======================================================================
 
88
 
 
89
PKG_CHECK_MODULES(SOUND_THEME,
 
90
        gobject-2.0 >= $GLIB_REQUIRED_VERSION
 
91
        gtk+-2.0 >= $GTK_REQUIRED_VERSION
 
92
        gio-2.0
 
93
        gconf-2.0 >= $GCONF_REQUIRED_VERSION
 
94
        libcanberra-gtk >= $CANBERRA_REQUIRED_VERSION
 
95
        libxml-2.0,
 
96
        have_soundtheme=yes,
 
97
        have_soundtheme=no)
 
98
 
 
99
if test "x$have_soundtheme" = "xyes" ; then
 
100
  AC_DEFINE(HAVE_SOUND_THEME, [], [Define if we can build sound theme])
 
101
fi
 
102
AM_CONDITIONAL(HAVE_SOUND_THEME, test x$have_soundtheme = xyes)
 
103
AC_SUBST(HAVE_SOUND_THEME)
 
104
AC_SUBST(SOUNDTHEME_CFLAGS)
 
105
AC_SUBST(SOUNDTHEME_LIBS)
 
106
 
 
107
dnl=======================================================================
86
108
dnl Check for the new volume control modules
87
109
dnl=======================================================================
88
110
 
567
589
 
568
590
AC_ARG_ENABLE([gstmix],
569
591
  AS_HELP_STRING([--enable-gstmix], [enable gstreamer mixer]),
570
 
  ,enable_gstmix=yes)
571
 
 
572
 
if test "x$have_pulseaudio" = "xno" && test "x$have_gst" = "xyes" && test "x$enable_gstmix" = "xyes";
 
592
  ,enable_gstmix=auto)
 
593
 
 
594
if test "x$enable_gstmix" = "xauto" && test "x$have_pulseaudio" = "xno"; then
 
595
  enable_gstmix=yes
 
596
fi
 
597
 
 
598
if test "x$have_gst" = "xyes" && test "x$enable_gstmix" = "xyes";
573
599
then
574
600
  PKG_CHECK_MODULES(GSTMIXER, [
575
601
    libgnomeui-2.0
649
675
AC_CONFIG_FILES([
650
676
Makefile
651
677
po/Makefile.in
 
678
sound-theme/Makefile
 
679
sound-theme/sounds/Makefile
652
680
gnome-volume-control/Makefile
653
681
gnome-volume-control/data/Makefile
654
682
gnome-volume-control/data/gnome-volume-control.desktop.in
670
698
gnome-volume-control/data/icons/scalable/Makefile
671
699
gnome-volume-control/data/icons/scalable/apps/Makefile
672
700
gnome-volume-control/data/icons/scalable/status/Makefile
673
 
gnome-volume-control/data/sounds/Makefile
674
701
gnome-volume-control/src/Makefile
675
702
vu-meter/Makefile
676
703
cddb-slave2/Makefile