[banshee] extras: remove boo from the list of dependencies



commit 57b4ca8e1975c4eee190d765e03933a6b81db3a9
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Mon Oct 7 14:59:57 2013 +0200

    extras: remove boo from the list of dependencies
    
    As Boo became non-default recently[1], remove the dependency from
    the deps list in the script from extras called "create-release-notes".
    
    Also: move the m4 check in the configure script a bit further down,
    where the other optional dependencies are.
    
    [1] https://git.gnome.org/browse/banshee/commit/?id=e1263f866625847abc5aa2e216433edc0a9936dc

 configure.ac                |    6 +++---
 extras/create-release-notes |    1 -
 2 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a8eeda8..a892c73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,9 +100,6 @@ BANSHEE_CHECK_MONO_ADDINS
 dnl notify-sharp library
 BANSHEE_CHECK_NOTIFY_SHARP
 
-dnl Boo
-BANSHEE_CHECK_BOO
-
 dnl Monodoc (optional through --disable-docs)
 SHAMROCK_CHECK_MONODOC
 
@@ -170,6 +167,9 @@ BANSHEE_CHECK_SOUNDMENU
 dnl Ubuntu One Music Store (optional)
 BANSHEE_CHECK_UBUNTUONE
 
+dnl Boo (optional)
+BANSHEE_CHECK_BOO
+
 dnl Gapless, if we have a new-enough playbin2
 ENABLE_GAPLESS="no"
 AC_ARG_ENABLE(gapless-playback,
diff --git a/extras/create-release-notes b/extras/create-release-notes
index 322fa43..cbc3b73 100755
--- a/extras/create-release-notes
+++ b/extras/create-release-notes
@@ -83,7 +83,6 @@ $features
 <ul>
        <li>libmtp &gt;= 1.1.0</li>
        <li>mono-zeroconf &gt;= 0.8.0</li>
-       <li>boo &gt;= 0.8.1</li>
        <li>webkit-1.0 &gt;= 1.2.2</li>
        <li>gdata-sharp-youtube &gt;= 1.4</li>
        <li>gio-sharp &gt;= 2.22.3, gtk-sharp-beans &gt;= 2.14.1, gudev-sharp and gkeyfile-sharp</li>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]