banshee r4976 - in trunk/banshee: . libbanshee src/Backends/Banshee.GStreamer src/Core/Banshee.Services src/Core/Banshee.ThickClient src/Extensions/Banshee.AudioCd src/Extensions/Banshee.Podcasting



Author: gburt
Date: Tue Jan 27 20:27:45 2009
New Revision: 4976
URL: http://svn.gnome.org/viewvc/banshee?rev=4976&view=rev

Log:
2009-01-27  Gabriel Burt  <gabriel burt gmail com>

	* libbanshee/Makefile.am:
	* libbanshee/libbanshee.cproj:
	* src/Backends/Banshee.GStreamer/Banshee.GStreamer.csproj:
	* src/Core/Banshee.Services/Banshee.Services.csproj:
	* src/Core/Banshee.ThickClient/Banshee.ThickClient.csproj:
	* src/Core/Banshee.ThickClient/Makefile.am:
	* src/Extensions/Banshee.AudioCd/Banshee.AudioCd.csproj:
	* src/Extensions/Banshee.Podcasting/Banshee.Podcasting.csproj: Sync with
	Makefiles.

Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/libbanshee/Makefile.am
   trunk/banshee/libbanshee/libbanshee.cproj
   trunk/banshee/src/Backends/Banshee.GStreamer/Banshee.GStreamer.csproj
   trunk/banshee/src/Core/Banshee.Services/Banshee.Services.csproj
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.ThickClient.csproj
   trunk/banshee/src/Core/Banshee.ThickClient/Makefile.am
   trunk/banshee/src/Extensions/Banshee.AudioCd/Banshee.AudioCd.csproj
   trunk/banshee/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.csproj

Modified: trunk/banshee/libbanshee/Makefile.am
==============================================================================
--- trunk/banshee/libbanshee/Makefile.am	(original)
+++ trunk/banshee/libbanshee/Makefile.am	Tue Jan 27 20:27:45 2009
@@ -11,6 +11,7 @@
 
 libbanshee_la_LDFLAGS = -avoid-version -module
 libbanshee_la_SOURCES =  \
+	banshee-bpmdetector.c \
 	banshee-gst.c \
 	banshee-player.c \
 	banshee-player-cdda.c \
@@ -21,7 +22,6 @@
 	banshee-player-video.c \
 	banshee-player-vis.c \
 	banshee-ripper.c \
-	banshee-bpmdetector.c \
 	banshee-tagger.c \
 	banshee-transcoder.c
 

Modified: trunk/banshee/libbanshee/libbanshee.cproj
==============================================================================
--- trunk/banshee/libbanshee/libbanshee.cproj	(original)
+++ trunk/banshee/libbanshee/libbanshee.cproj	Tue Jan 27 20:27:45 2009
@@ -11,6 +11,9 @@
     <Language>C</Language>
     <Target>Bin</Target>
     <SchemaVersion>2.0</SchemaVersion>
+    <Packages>
+      <Packages />
+    </Packages>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -41,6 +44,7 @@
     <Compile Include="banshee-tagger.c" />
     <Compile Include="banshee-player-replaygain.c" />
     <Compile Include="banshee-player-vis.c" />
+    <Compile Include="banshee-bpmdetector.c" />
   </ItemGroup>
   <ItemGroup>
     <None Include="banshee-player-private.h" />

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 27 20:27:45 2009
@@ -57,6 +57,7 @@
     <Compile Include="Banshee.GStreamer\AudioCdRipper.cs" />
     <Compile Include="Banshee.GStreamer\TagList.cs" />
     <Compile Include="Banshee.GStreamer\Transcoder.cs" />
+    <Compile Include="Banshee.GStreamer\BpmDetector.cs" />
   </ItemGroup>
   <ItemGroup>
     <EmbeddedResource Include="Banshee.GStreamer.addin.xml" />

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 27 20:27:45 2009
@@ -244,6 +244,7 @@
     <Compile Include="Banshee.Hardware\VendorProductDeviceNode.cs" />
     <Compile Include="Banshee.Hardware\DeviceCommand.cs" />
     <Compile Include="Banshee.MediaEngine\VideoDisplayContextType.cs" />
+    <Compile Include="Banshee.MediaEngine\IBpmDetector.cs" />
   </ItemGroup>
   <ItemGroup>
     <EmbeddedResource Include="Banshee.Services.addin.xml" />

Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.ThickClient.csproj
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.ThickClient.csproj	(original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.ThickClient.csproj	Tue Jan 27 20:27:45 2009
@@ -222,6 +222,9 @@
     <Compile Include="Banshee.Collection.Gui\ColumnCellDiscAndCount.cs" />
     <Compile Include="Banshee.Collection.Gui\ColumnCellLocation.cs" />
     <Compile Include="Banshee.Gui.TrackEditor\AlbumArtistEntry.cs" />
+    <Compile Include="Banshee.Collection.Gui\ColumnCellCreativeCommons.cs" />
+    <Compile Include="Banshee.Gui.TrackEditor\ITrackEditorModifier.cs" />
+    <Compile Include="Banshee.Gui.Widgets\TaskStatusButton.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ProjectExtensions>

Modified: trunk/banshee/src/Core/Banshee.ThickClient/Makefile.am
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Makefile.am	(original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Makefile.am	Tue Jan 27 20:27:45 2009
@@ -65,8 +65,8 @@
 	Banshee.Gui.TrackEditor/HelpPage.cs \
 	Banshee.Gui.TrackEditor/ICanUndo.cs \
 	Banshee.Gui.TrackEditor/IEditorField.cs \
-	Banshee.Gui.TrackEditor/ITrackEditorPage.cs \
 	Banshee.Gui.TrackEditor/ITrackEditorModifier.cs \
+	Banshee.Gui.TrackEditor/ITrackEditorPage.cs \
 	Banshee.Gui.TrackEditor/LyricsPage.cs \
 	Banshee.Gui.TrackEditor/PageNavigationEntry.cs \
 	Banshee.Gui.TrackEditor/PageType.cs \
@@ -88,10 +88,10 @@
 	Banshee.Gui.Widgets/NextButton.cs \
 	Banshee.Gui.Widgets/PlaylistMenuItem.cs \
 	Banshee.Gui.Widgets/RepeatActionButton.cs \
+	Banshee.Gui.Widgets/TaskStatusButton.cs \
 	Banshee.Gui.Widgets/TrackInfoDisplay.cs \
 	Banshee.Gui.Widgets/UserJobTile.cs \
 	Banshee.Gui.Widgets/UserJobTileHost.cs \
-	Banshee.Gui.Widgets/TaskStatusButton.cs \
 	Banshee.Gui/BansheeActionGroup.cs \
 	Banshee.Gui/BansheeDbFormatMigratorMonitor.cs \
 	Banshee.Gui/BansheeIconFactory.cs \

Modified: trunk/banshee/src/Extensions/Banshee.AudioCd/Banshee.AudioCd.csproj
==============================================================================
--- trunk/banshee/src/Extensions/Banshee.AudioCd/Banshee.AudioCd.csproj	(original)
+++ trunk/banshee/src/Extensions/Banshee.AudioCd/Banshee.AudioCd.csproj	Tue Jan 27 20:27:45 2009
@@ -74,6 +74,7 @@
   <ProjectExtensions>
     <MonoDevelop>
       <Properties>
+        <GtkDesignInfo />
         <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="./Makefile.am">
           <BuildFilesVar Sync="true" Name="SOURCES" />
           <DeployFilesVar />

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 27 20:27:45 2009
@@ -100,6 +100,7 @@
     <Compile Include="Banshee.Podcasting.Gui\ColumnCellDownloadStatus.cs" />
     <Compile Include="Banshee.Podcasting.Gui\ColumnCellYesNo.cs" />
     <Compile Include="Banshee.Podcasting\ItmsPodcast.cs" />
+    <Compile Include="Banshee.Podcasting.Gui\PodcastEpisodePage.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ProjectExtensions>



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