Add auto mode to replaygain option and bump libmpd dep.
authorQball Cow <qball@sarine.nl>
Tue, 3 Aug 2010 15:22:16 +0000 (17:22 +0200)
committerQball Cow <qball@sarine.nl>
Tue, 3 Aug 2010 15:22:16 +0000 (17:22 +0200)
configure.ac
glade/preferences-server.ui

index 3a68c4d..80b446d 100644 (file)
@@ -197,7 +197,7 @@ AC_SUBST(gmodule_LIBS)
 AC_SUBST(gmodule_CFLAGS)
 
 # libmpd
-PKG_CHECK_MODULES([libmpd], libmpd >= 0.19.2)
+PKG_CHECK_MODULES([libmpd], libmpd >= 0.20.95)
 AC_SUBST(libmpd_LIBS)
 AC_SUBST(libmpd_CFLAGS)
 
index 2a8c934..1873ca2 100644 (file)
         <col id="0">2</col>
         <col id="1" translatable="yes">Album</col>
       </row>
+      <row>
+        <col id="0">3</col>
+        <col id="1" translatable="yes">Auto</col>
+      </row>
     </data>
   </object>
   <object class="GtkVBox" id="server-vbox">
     <property name="visible">True</property>
-    <property name="orientation">vertical</property>
     <property name="spacing">6</property>
     <child>
       <object class="GtkFrame" id="frame6">