banshee r4360 - in trunk/banshee: . po src/Extensions src/Extensions/Banshee.SqlDebugConsole



Author: abock
Date: Tue Aug 12 20:21:49 2008
New Revision: 4360
URL: http://svn.gnome.org/viewvc/banshee?rev=4360&view=rev

Log:
2008-08-12  Aaron Bockover  <abock gnome org>

    * configure.ac: Bump version to 1.2.1

    * NEWS: Update

    * src/Extensions/Banshee.SqlDebugConsole/Makefile.am:
    * src/Extensions/Makefile.am: Fix build



Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/NEWS
   trunk/banshee/configure.ac
   trunk/banshee/po/ChangeLog
   trunk/banshee/po/POTFILES.in
   trunk/banshee/po/sort-potfiles
   trunk/banshee/src/Extensions/Banshee.SqlDebugConsole/Makefile.am
   trunk/banshee/src/Extensions/Makefile.am

Modified: trunk/banshee/NEWS
==============================================================================
--- trunk/banshee/NEWS	(original)
+++ trunk/banshee/NEWS	Tue Aug 12 20:21:49 2008
@@ -37,22 +37,22 @@
 -------
 
     * Banshee 1.2.1 Tarballs:
-      http://banshee-project.org/files/banshee/banshee-1-1.2.1.tar.bz2
-      http://banshee-project.org/files/banshee/banshee-1-1.2.1.tar.gz
+      http://download.banshee-project.org/banshee/banshee-1-1.2.1.tar.bz2
+      http://download.banshee-project.org/banshee/banshee-1-1.2.1.tar.gz
 
 Packages
 --------
 
-    Packages for openSUSE 11/Factory and openSUSE 10.3 are available from 
-	the openSUSE Build Service in the Banshee project.
+    Packages for openSUSE 11.0, openSUSE 10.3, and openSUSE Factory are 
+	available from the openSUSE Build Service in the Banshee project.
 
     * http://download.opensuse.org/repositories/Banshee/
 
 ChangeLogs & Checksums
 ----------------------
 
-    * http://banshee-project.org/files/banshee/banshee-1-1.2.1.changes
-	* http://banshee-project.org/files/banshee/banshee-1-1.2.1.sha1sum
+    * http://download.banshee-project.org/banshee/banshee-1-1.2.1.changes
+	* http://download.banshee-project.org/banshee/banshee-1-1.2.1.sha1sum
 
 
 ===============================================================================

Modified: trunk/banshee/configure.ac
==============================================================================
--- trunk/banshee/configure.ac	(original)
+++ trunk/banshee/configure.ac	Tue Aug 12 20:21:49 2008
@@ -1,7 +1,7 @@
 dnl Automake setup
 
-AC_INIT([banshee-1], [1.2.0]) 
-ASM_DISPLAY_VERSION="1.2"
+AC_INIT([banshee-1], [1.2.1]) 
+ASM_DISPLAY_VERSION="1.2.1"
 DEVEL_BUILD=no
 
 AC_CANONICAL_SYSTEM

Modified: trunk/banshee/po/POTFILES.in
==============================================================================
--- trunk/banshee/po/POTFILES.in	(original)
+++ trunk/banshee/po/POTFILES.in	Tue Aug 12 20:21:49 2008
@@ -77,6 +77,7 @@
 src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTile.cs
 src/Core/Banshee.ThickClient/Banshee.Library.Gui/FileImportSource.cs
 src/Core/Banshee.ThickClient/Banshee.Library.Gui/FolderImportSource.cs
+src/Core/Banshee.ThickClient/Banshee.Library.Gui/PhotoFolderImportSource.cs
 src/Core/Banshee.ThickClient/Banshee.MediaProfiles.Gui/ProfileComboBox.cs
 src/Core/Banshee.ThickClient/Banshee.MediaProfiles.Gui/ProfileConfigurationDialog.cs
 src/Core/Banshee.ThickClient/Banshee.Playlist.Gui/PlaylistExportDialog.cs
@@ -149,6 +150,7 @@
 src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastManager/Dialog/PodcastSubscribeDialog.cs
 src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastManager/Dialog/SyncPreferenceComboBox.cs
 src/Extensions/Banshee.Sample/Banshee.Sample/SampleSource.cs
+src/Extensions/Banshee.SqlDebugConsole/Banshee.SqlDebugConsole/SqlActions.cs
 src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Header.cs
 src/Libraries/Hyena.Gui/Hyena.Gui.Dialogs/ExceptionDialog.cs
 src/Libraries/Hyena.Gui/Hyena.Gui.Dialogs/VersionInformationDialog.cs

Modified: trunk/banshee/po/sort-potfiles
==============================================================================
--- trunk/banshee/po/sort-potfiles	(original)
+++ trunk/banshee/po/sort-potfiles	Tue Aug 12 20:21:49 2008
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-head -n 3 < POTFILES.in > POTFILES.in.tmp 
+head -n 4 < POTFILES.in > POTFILES.in.tmp 
 grep -v "^[\\[#]" < POTFILES.in | sort >> POTFILES.in.tmp
 mv POTFILES.in.tmp POTFILES.in
 

Modified: trunk/banshee/src/Extensions/Banshee.SqlDebugConsole/Makefile.am
==============================================================================
--- trunk/banshee/src/Extensions/Banshee.SqlDebugConsole/Makefile.am	(original)
+++ trunk/banshee/src/Extensions/Banshee.SqlDebugConsole/Makefile.am	Tue Aug 12 20:21:49 2008
@@ -9,4 +9,6 @@
 	Banshee.SqlDebugConsole.addin.xml \
 	Resources/GlobalUI.xml
 
-include $(top_srcdir)/build/build.mk
+EXTRA_DIST = $(SOURCES) $(RESOURCES)
+
+#include $(top_srcdir)/build/build.mk

Modified: trunk/banshee/src/Extensions/Makefile.am
==============================================================================
--- trunk/banshee/src/Extensions/Makefile.am	(original)
+++ trunk/banshee/src/Extensions/Makefile.am	Tue Aug 12 20:21:49 2008
@@ -14,6 +14,7 @@
 	Banshee.NowPlaying \
 	Banshee.PlayQueue \
 	Banshee.Podcasting \
-	Banshee.Sample
+	Banshee.Sample \
+	Banshee.SqlDebugConsole
 
 MAINTAINERCLEANFILES = Makefile.in



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