banshee r2953 - in branches/banshee/stable: . build/m4/banshee ext/libmtp-sharp



Author: abock
Date: Tue Jan  8 20:48:24 2008
New Revision: 2953
URL: http://svn.gnome.org/viewvc/banshee?rev=2953&view=rev

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

    * build/m4/banshee/dap-mtp.m4: Sweet ass find command to detect the
    newest libmtp soversion to build the dllmap

    * ext/libmtp-sharp/libmtp-sharp.dll.config.in: Map to the soversion
    found at configure time

    * build/m4/banshee/dap-njb.m4:
    * build/m4/banshee/dap-karma.m4: Remove some verbose spew



Modified:
   branches/banshee/stable/ChangeLog
   branches/banshee/stable/NEWS
   branches/banshee/stable/build/m4/banshee/dap-karma.m4
   branches/banshee/stable/build/m4/banshee/dap-mtp.m4
   branches/banshee/stable/build/m4/banshee/dap-njb.m4
   branches/banshee/stable/ext/libmtp-sharp/   (props changed)
   branches/banshee/stable/ext/libmtp-sharp/libmtp-sharp.dll.config.in

Modified: branches/banshee/stable/NEWS
==============================================================================
--- branches/banshee/stable/NEWS	(original)
+++ branches/banshee/stable/NEWS	Tue Jan  8 20:48:24 2008
@@ -46,6 +46,8 @@
 
  * Podsleuth (0.6.1) and ipod-sharp (0.8.0) are required for iPod support.
 
+ * libmtp (0.2.1) is required for MTP support (experimental)
+
  * The location of the user configuration directory for Banshee changed from
    ~/.gnome2/banshee to and XDG based directory, typically ~/.config/banshee
 
@@ -80,9 +82,6 @@
    http://banshee-project.org/files/mono-zeroconf/mono-zeroconf-0.7.3.tar.bz2
    http://banshee-project.org/files/mono-zeroconf/mono-zeroconf-0.7.3.tar.gz
 
- * njb-sharp 0.3.0 Tarball:
-   http://banshee-project.org/files/njb-sharp/njb-sharp-0.3.0.tar.gz
-
 ChangeLogs
 ----------
  
@@ -113,6 +112,10 @@
  * New Last.fm radio plugin supporting streaming from Last.fm and creating 
    stations based on a number of metrics. (Gabriel Burt)
 
+ * MTP support (experimental, pass --enable-mtp to configure) through 
+   libmtp; we do not recommend distributions package MTP support at this
+   time as it is not fully tested nor stable (Alan McGovern)
+
  * Skip song button in the notification popup (Aaron Bockover, Jackson Harper)
 
 ===============================================================================
@@ -134,11 +137,13 @@
  * 479237 - Fixed crash when filtering caused by null fields (Sebastian DrÃge)
  * 490254 - Fixed bug with writing the Artist metadata in the wrong location,
             and not writing the year or genre when ripping (Gabriel Burt)
+ * 502628 - Fixed metadata writing for OGG
+ * 495981 - Fixed ripping OGG to wrong bitrates
 
 Show all bugs marked FIXED during this release cycle
 ----------------------------------------------------
 
- * http://banshee-project.org/files/closedbugs.php/2007-08-20,2007-12-19
+ * http://banshee-project.org/files/closedbugs.php/2007-08-20,2008-01-09
 
 File Bugs... Be Proactive... Contribute to Open Source!
 -------------------------------------------------------
@@ -160,8 +165,9 @@
    
    Community makes Open Source work!
 
-   Aaron Bockover, Gabriel Burt, Jackson Harper, Michael Monreal, Sebastian
-   DrÃge, Stephane Loeuillet, Wade Menard
+   Aaron Bockover, Gabriel Burt, Sebastian DrÃge, Jackson Harper, 
+   Stephane Loeuillet, Alan McGovern, Wade Menard, Michael Monreal, 
+   Mike Urbanski
 
 Contributors for past releases [1]
 ----------------------------------
@@ -183,3 +189,4 @@
 -------
 
    Enjoy the release! We appreciate your support and involvement!
+

Modified: branches/banshee/stable/build/m4/banshee/dap-karma.m4
==============================================================================
--- branches/banshee/stable/build/m4/banshee/dap-karma.m4	(original)
+++ branches/banshee/stable/build/m4/banshee/dap-karma.m4	Tue Jan  8 20:48:24 2008
@@ -11,8 +11,6 @@
 		karma-sharp >= $KARMASHARP_REQUIRED,
 		enable_karmasharp="$enable_karmasharp", enable_karmasharp=no)
 
-	AC_MSG_RESULT([$enable_karmasharp])
-
 	if test "x$enable_karmasharp" = "xyes"; then
 		KARMASHARP_ASSEMBLIES="`$PKG_CONFIG --variable=Libraries karma-sharp`"
 		AC_SUBST(KARMASHARP_ASSEMBLIES)

Modified: branches/banshee/stable/build/m4/banshee/dap-mtp.m4
==============================================================================
--- branches/banshee/stable/build/m4/banshee/dap-mtp.m4	(original)
+++ branches/banshee/stable/build/m4/banshee/dap-mtp.m4	Tue Jan  8 20:48:24 2008
@@ -15,12 +15,11 @@
 		AC_MSG_ERROR([libmtp was not found or is not up to date. Please install libmtp of at least version $LIBMTP_REQUIRED, or disable MTP support by not passing --enable-mtp])
 	fi
 
-	AC_MSG_RESULT([$enable_mtp_dap])
-	
 	if test "x$enable_mtp_dap" = "xyes"; then
-		echo null > /dev/null
+		LIBMTP_SO_MAP=$(basename $(find $($PKG_CONFIG --variable=libdir libmtp) -maxdepth 1 -regex '.*libmtp\.so\.\w+$' | sort | tail -n 1))
 	fi
-	
+
+	AC_SUBST(LIBMTP_SO_MAP)
 	AM_CONDITIONAL(ENABLE_MTP, test "x$enable_mtp_dap" = "xyes")
 ])
 

Modified: branches/banshee/stable/build/m4/banshee/dap-njb.m4
==============================================================================
--- branches/banshee/stable/build/m4/banshee/dap-njb.m4	(original)
+++ branches/banshee/stable/build/m4/banshee/dap-njb.m4	Tue Jan  8 20:48:24 2008
@@ -27,8 +27,6 @@
 		fi
 		AC_SUBST(NJBSHARP_INSTALL_FILES)
 		AC_SUBST(NJBSHARP_LIBS)	
-	else 
-		AC_MSG_RESULT([no])
 	fi
 
 	AM_CONDITIONAL(ENABLE_NJB, test "x$enable_njbsharp" = "xyes")

Modified: branches/banshee/stable/ext/libmtp-sharp/libmtp-sharp.dll.config.in
==============================================================================
--- branches/banshee/stable/ext/libmtp-sharp/libmtp-sharp.dll.config.in	(original)
+++ branches/banshee/stable/ext/libmtp-sharp/libmtp-sharp.dll.config.in	Tue Jan  8 20:48:24 2008
@@ -1,4 +1,4 @@
 <configuration>
-  <dllmap dll="libmtp.dll" target="libmtp.so.6"/>
+  <dllmap dll="libmtp.dll" target="@LIBMTP_SO_MAP@"/>
 </configuration>
 



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