banshee r3052 - in trunk/banshee: . build src/Core/Banshee.Services/Banshee.AudioProfiles



Author: abock
Date: Sun Jan 27 05:43:52 2008
New Revision: 3052
URL: http://svn.gnome.org/viewvc/banshee?rev=3052&view=rev

Log:
More build fixes

Removed:
   trunk/banshee/NOTES
Modified:
   trunk/banshee/build/build.environment.mk
   trunk/banshee/configure.ac
   trunk/banshee/src/Core/Banshee.Services/Banshee.AudioProfiles/Pipeline.cs

Modified: trunk/banshee/build/build.environment.mk
==============================================================================
--- trunk/banshee/build/build.environment.mk	(original)
+++ trunk/banshee/build/build.environment.mk	Sun Jan 27 05:43:52 2008
@@ -15,10 +15,11 @@
 LINK_GTK = $(GTKSHARP_LIBS)
 LINK_GCONF = $(GCONFSHARP_LIBS)
 LINK_DBUS = $(NDESK_DBUS_LIBS)
+LINK_TAGLIB = $(TAGLIB_SHARP_LIBS)
+
 LINK_MONO_ADDINS_DEPS = $(MONO_ADDINS_LIBS)
 LINK_MONO_ADDINS_SETUP_DEPS = $(MONO_ADDINS_SETUP_LIBS)
 LINK_MONO_ADDINS_GUI_DEPS = $(MONO_ADDINS_GUI_LIBS)
-LINK_TAGLIB_DEPS = $(TAGLIB_SHARP_LIBS)
 
 # Internal directories/libraries
 

Modified: trunk/banshee/configure.ac
==============================================================================
--- trunk/banshee/configure.ac	(original)
+++ trunk/banshee/configure.ac	Sun Jan 27 05:43:52 2008
@@ -119,9 +119,6 @@
 
 libbanshee/Makefile
 
-ext/Makefile
-ext/hal-sharp/Makefile
-
 src/Makefile
 src/AssemblyInfo.cs
 

Modified: trunk/banshee/src/Core/Banshee.Services/Banshee.AudioProfiles/Pipeline.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.Services/Banshee.AudioProfiles/Pipeline.cs	(original)
+++ trunk/banshee/src/Core/Banshee.Services/Banshee.AudioProfiles/Pipeline.cs	Sun Jan 27 05:43:52 2008
@@ -33,7 +33,7 @@
 using System.Collections.Generic;
 using System.Text.RegularExpressions;
 
-using SExpEngine;
+using Hyena.SExpEngine;
 using Banshee.Base;
 
 namespace Banshee.AudioProfiles
@@ -164,7 +164,7 @@
                 
                 Console.WriteLine("-----");
                 Console.WriteLine("Expression Tree:");
-                SExpEngine.TreeNode.DumpTree(eval.ExpressionTree);
+                Hyena.SExpEngine.TreeNode.DumpTree(eval.ExpressionTree);
             }
             
             return null;



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