banshee r4913 - in trunk/banshee: . src/Backends/Banshee.GStreamer src/Backends/Banshee.Gnome src/Core/Banshee.Services src/Extensions/Banshee.Lastfm src/Extensions/Banshee.Podcasting src/Libraries/Lastfm src/Libraries/Lastfm.Gui



Author: blorentz
Date: Tue Jan 13 19:54:08 2009
New Revision: 4913
URL: http://svn.gnome.org/viewvc/banshee?rev=4913&view=rev

Log:
2009-01-13  Bertrand Lorentz  <bertrand lorentz gmail com>

	* src/Extensions/Banshee.Lastfm/Banshee.Lastfm.csproj:
	* src/Extensions/Banshee.Podcasting/Banshee.Podcasting.csproj:
	* src/Core/Banshee.Services/Banshee.Services.csproj:
	* src/Backends/Banshee.Gnome/Banshee.Gnome.csproj:
	* src/Backends/Banshee.GStreamer/Banshee.GStreamer.csproj: Various fixes and 
	updates.

	* src/Libraries/Lastfm/Lastfm.csproj:
	* src/Libraries/Lastfm.Gui/Lastfm.Gui.csproj: Enable Makefile integration.

	* src/Libraries/Lastfm/Makefile.am:
	* src/Libraries/Lastfm.Gui/Makefile.am: Whitespace changes and re-ordering,
	to keep MonoDevelop happy, now that Makefile integration is enabled for these
	projects.



Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Backends/Banshee.GStreamer/Banshee.GStreamer.csproj
   trunk/banshee/src/Backends/Banshee.Gnome/Banshee.Gnome.csproj
   trunk/banshee/src/Core/Banshee.Services/Banshee.Services.csproj
   trunk/banshee/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.csproj
   trunk/banshee/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.csproj
   trunk/banshee/src/Libraries/Lastfm.Gui/Lastfm.Gui.csproj
   trunk/banshee/src/Libraries/Lastfm.Gui/Makefile.am
   trunk/banshee/src/Libraries/Lastfm/Lastfm.csproj
   trunk/banshee/src/Libraries/Lastfm/Makefile.am

Modified: trunk/banshee/src/Backends/Banshee.GStreamer/Banshee.GStreamer.csproj
==============================================================================
--- trunk/banshee/src/Backends/Banshee.GStreamer/Banshee.GStreamer.csproj	(original)
+++ trunk/banshee/src/Backends/Banshee.GStreamer/Banshee.GStreamer.csproj	Tue Jan 13 19:54:08 2009
@@ -7,7 +7,7 @@
     <ProjectGuid>{6171E5DE-5B36-4AE4-8707-F6BEE0AD945B}</ProjectGuid>
     <OutputType>Library</OutputType>
     <UseParentDirectoryAsNamespace>true</UseParentDirectoryAsNamespace>
-    <AssemblyName>Banshee.MediaEngine.GStreamer</AssemblyName>
+    <AssemblyName>Banshee.GStreamer</AssemblyName>
     <SchemaVersion>2.0</SchemaVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

Modified: trunk/banshee/src/Backends/Banshee.Gnome/Banshee.Gnome.csproj
==============================================================================
--- trunk/banshee/src/Backends/Banshee.Gnome/Banshee.Gnome.csproj	(original)
+++ trunk/banshee/src/Backends/Banshee.Gnome/Banshee.Gnome.csproj	Tue Jan 13 19:54:08 2009
@@ -78,7 +78,7 @@
     <MonoDevelop>
       <Properties>
         <GtkDesignInfo />
-        <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am" BuildTargetName="" CleanTargetName="">
+        <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am">
           <BuildFilesVar Sync="true" Name="SOURCES" />
           <DeployFilesVar />
           <ResourcesVar Sync="true" Name="RESOURCES" />

Modified: trunk/banshee/src/Core/Banshee.Services/Banshee.Services.csproj
==============================================================================
--- trunk/banshee/src/Core/Banshee.Services/Banshee.Services.csproj	(original)
+++ trunk/banshee/src/Core/Banshee.Services/Banshee.Services.csproj	Tue Jan 13 19:54:08 2009
@@ -243,6 +243,7 @@
     <Compile Include="Banshee.Hardware\VendorProductInfo.cs" />
     <Compile Include="Banshee.Hardware\IUsbDevice.cs" />
     <Compile Include="Banshee.Hardware\VendorProductDeviceNode.cs" />
+    <Compile Include="Banshee.Hardware\DeviceCommand.cs" />
   </ItemGroup>
   <ItemGroup>
     <EmbeddedResource Include="Banshee.Services.addin.xml" />

Modified: trunk/banshee/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.csproj
==============================================================================
--- trunk/banshee/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.csproj	(original)
+++ trunk/banshee/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.csproj	Tue Jan 13 19:54:08 2009
@@ -7,14 +7,14 @@
     <ProjectGuid>{02FD8195-9796-4AF5-A9D2-D310721963F4}</ProjectGuid>
     <OutputType>Library</OutputType>
     <UseParentDirectoryAsNamespace>true</UseParentDirectoryAsNamespace>
-    <AssemblyName>Banshee.Plugins.LastFM</AssemblyName>
+    <AssemblyName>Banshee.LastFM</AssemblyName>
     <SchemaVersion>2.0</SchemaVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>.</OutputPath>
+    <OutputPath>..\..\..\bin</OutputPath>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>

Modified: trunk/banshee/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.csproj
==============================================================================
--- trunk/banshee/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.csproj	(original)
+++ trunk/banshee/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.csproj	Tue Jan 13 19:54:08 2009
@@ -99,6 +99,7 @@
     <Compile Include="Banshee.Podcasting.Gui\DownloadStatusFilterView.cs" />
     <Compile Include="Banshee.Podcasting.Gui\ColumnCellDownloadStatus.cs" />
     <Compile Include="Banshee.Podcasting.Gui\ColumnCellYesNo.cs" />
+    <Compile Include="Banshee.Podcasting\ItmsPodcast.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ProjectExtensions>

Modified: trunk/banshee/src/Libraries/Lastfm.Gui/Lastfm.Gui.csproj
==============================================================================
--- trunk/banshee/src/Libraries/Lastfm.Gui/Lastfm.Gui.csproj	(original)
+++ trunk/banshee/src/Libraries/Lastfm.Gui/Lastfm.Gui.csproj	Tue Jan 13 19:54:08 2009
@@ -7,14 +7,14 @@
     <ProjectGuid>{7271F1DF-1E15-4324-8102-E3D911A62BC5}</ProjectGuid>
     <OutputType>Library</OutputType>
     <UseParentDirectoryAsNamespace>true</UseParentDirectoryAsNamespace>
-    <AssemblyName>Lastfm</AssemblyName>
+    <AssemblyName>Lastfm.Gui</AssemblyName>
     <SchemaVersion>2.0</SchemaVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>.</OutputPath>
+    <OutputPath>..\..\..\bin</OutputPath>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
@@ -49,7 +49,24 @@
     <MonoDevelop>
       <Properties>
         <GtkDesignInfo />
+        <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am">
+          <BuildFilesVar Sync="true" Name="SOURCES" />
+          <DeployFilesVar />
+          <ResourcesVar Sync="true" Name="RESOURCES" />
+          <OthersVar />
+          <GacRefVar />
+          <AsmRefVar />
+          <ProjectRefVar />
+        </MonoDevelop.Autotools.MakefileInfo>
       </Properties>
     </MonoDevelop>
   </ProjectExtensions>
+  <ItemGroup>
+    <EmbeddedResource Include="Resources\badge-hover.png">
+      <LogicalName>badge-hover.png</LogicalName>
+    </EmbeddedResource>
+    <EmbeddedResource Include="Resources\badge.png">
+      <LogicalName>badge.png</LogicalName>
+    </EmbeddedResource>
+  </ItemGroup>
 </Project>
\ No newline at end of file

Modified: trunk/banshee/src/Libraries/Lastfm.Gui/Makefile.am
==============================================================================
--- trunk/banshee/src/Libraries/Lastfm.Gui/Makefile.am	(original)
+++ trunk/banshee/src/Libraries/Lastfm.Gui/Makefile.am	Tue Jan 13 19:54:08 2009
@@ -2,15 +2,15 @@
 TARGET = library
 LINK = $(REF_LASTFM_GUI)
 
-SOURCES = \
+SOURCES =  \
 	Lastfm.Gui/AccountLoginDialog.cs \
 	Lastfm.Gui/AccountLoginForm.cs \
 	Lastfm.Gui/Badge.cs \
 	Lastfm.Gui/LinkButton.cs
 
 RESOURCES =  \
-	Resources/badge-hover.png \
-	Resources/badge.png
+	Resources/badge.png \
+	Resources/badge-hover.png
 
 include $(top_srcdir)/build/build.mk
 

Modified: trunk/banshee/src/Libraries/Lastfm/Lastfm.csproj
==============================================================================
--- trunk/banshee/src/Libraries/Lastfm/Lastfm.csproj	(original)
+++ trunk/banshee/src/Libraries/Lastfm/Lastfm.csproj	Tue Jan 13 19:54:08 2009
@@ -14,7 +14,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>.</OutputPath>
+    <OutputPath>..\..\..\bin</OutputPath>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
@@ -65,6 +65,15 @@
     <MonoDevelop>
       <Properties>
         <GtkDesignInfo />
+        <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am">
+          <BuildFilesVar Sync="true" Name="SOURCES" />
+          <DeployFilesVar />
+          <ResourcesVar />
+          <OthersVar />
+          <GacRefVar />
+          <AsmRefVar />
+          <ProjectRefVar />
+        </MonoDevelop.Autotools.MakefileInfo>
       </Properties>
     </MonoDevelop>
   </ProjectExtensions>

Modified: trunk/banshee/src/Libraries/Lastfm/Makefile.am
==============================================================================
--- trunk/banshee/src/Libraries/Lastfm/Makefile.am	(original)
+++ trunk/banshee/src/Libraries/Lastfm/Makefile.am	Tue Jan 13 19:54:08 2009
@@ -2,20 +2,20 @@
 TARGET = library
 LINK = $(REF_LASTFM)
 
-SOURCES = \
-	Lastfm/Account.cs \
-	Lastfm/AudioscrobblerConnection.cs \
-	Lastfm/Browser.cs \
-	Lastfm/IQueue.cs \
-	Lastfm/LastfmCore.cs \
-	Lastfm/RadioConnection.cs \
+SOURCES =  \
 	Lastfm.Data/DataCore.cs \
 	Lastfm.Data/DataEntry.cs \
 	Lastfm.Data/DataEntryCollection.cs \
-	Lastfm.Data/LastfmData.cs \
+	Lastfm.Data/LastfmAlbumData.cs \
 	Lastfm.Data/LastfmArtistData.cs \
+	Lastfm.Data/LastfmData.cs \
 	Lastfm.Data/LastfmUserData.cs \
-	Lastfm.Data/LastfmAlbumData.cs 
+	Lastfm/Account.cs \
+	Lastfm/AudioscrobblerConnection.cs \
+	Lastfm/Browser.cs \
+	Lastfm/IQueue.cs \
+	Lastfm/LastfmCore.cs \
+	Lastfm/RadioConnection.cs 
 
 include $(top_srcdir)/build/build.mk
 



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