Hi,

here is an update of MPDCon 1.4.
Some new features:
 * now possible to rate songs
 * new Playlist Inspector
   * allows to configure a random feed to the playlist
   * random feed can be based on the song ratings
 * other minor fixes and additions
 * new dependency to x11/gnustep/sqlclient


OK?

Sebastian

BTW: I'd also like to get the x11/gnustep/sqlclient update in before, then 
no need to bump MPDCon afterward. It was sent to the list some days ago.

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/mpdcon/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile    28 Oct 2012 14:03:12 -0000      1.6
+++ Makefile    30 Dec 2012 18:01:06 -0000
@@ -2,13 +2,14 @@
 
 COMMENT =      GNUstep client for Music Player Daemon
 
-DISTNAME =     MPDCon-1.3
+DISTNAME =     MPDCon-1.4
 
 HOMEPAGE =     http://gap.nongnu.org/mpdcon/
 MASTER_SITES = ${MASTER_SITE_SAVANNAH:=gap/}
 
 MODULES =      x11/gnustep
-LIB_DEPENDS =  audio/libmpdclient
-WANTLIB +=     c m pthread mpdclient
+LIB_DEPENDS =  audio/libmpdclient \
+               x11/gnustep/sqlclient
+WANTLIB +=     c m pthread mpdclient SQLClient
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/gnustep/mpdcon/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo    28 Oct 2012 14:03:12 -0000      1.3
+++ distinfo    30 Dec 2012 18:01:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (gnustep/MPDCon-1.3.tar.gz) = 
qDeIu54iTo7vh/t5VSNIpHpbjMQQ/QPNQCMsDoPDf7s=
-SIZE (gnustep/MPDCon-1.3.tar.gz) = 72544
+SHA256 (gnustep/MPDCon-1.4.tar.gz) = 
4qSxc3yHr/fcRltGb9mIpdrkQu/JsaU+H62hgPMUvkw=
+SIZE (gnustep/MPDCon-1.4.tar.gz) = 87751
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/gnustep/mpdcon/pkg/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- pkg/PLIST   28 Oct 2012 14:03:12 -0000      1.2
+++ pkg/PLIST   30 Dec 2012 18:01:06 -0000
@@ -43,6 +43,10 @@
 libexec/GNUstep/MPDCon.app/Resources/Player.gorm/data.info
 libexec/GNUstep/MPDCon.app/Resources/Player.gorm/objects.gorm
 libexec/GNUstep/MPDCon.app/Resources/Playlist.tiff
+libexec/GNUstep/MPDCon.app/Resources/PlaylistInspector.gorm/
+libexec/GNUstep/MPDCon.app/Resources/PlaylistInspector.gorm/data.classes
+libexec/GNUstep/MPDCon.app/Resources/PlaylistInspector.gorm/data.info
+libexec/GNUstep/MPDCon.app/Resources/PlaylistInspector.gorm/objects.gorm
 libexec/GNUstep/MPDCon.app/Resources/PlaylistViewer.gorm/
 libexec/GNUstep/MPDCon.app/Resources/PlaylistViewer.gorm/Current.tiff
 libexec/GNUstep/MPDCon.app/Resources/PlaylistViewer.gorm/data.classes
@@ -63,6 +67,7 @@
 libexec/GNUstep/MPDCon.app/Resources/SongInspector.gorm/data.classes
 libexec/GNUstep/MPDCon.app/Resources/SongInspector.gorm/data.info
 libexec/GNUstep/MPDCon.app/Resources/SongInspector.gorm/objects.gorm
+libexec/GNUstep/MPDCon.app/Resources/Star.tiff
 libexec/GNUstep/MPDCon.app/Resources/StatisticsViewer.gorm/
 libexec/GNUstep/MPDCon.app/Resources/StatisticsViewer.gorm/data.classes
 libexec/GNUstep/MPDCon.app/Resources/StatisticsViewer.gorm/data.info

Reply via email to