diff -ruN --exclude=CVS /usr/home/decke/blueports/audio/decibel-audio-player.orig/Makefile /usr/home/decke/blueports/audio/decibel-audio-player/Makefile --- /usr/home/decke/blueports/audio/decibel-audio-player.orig/Makefile 2011-02-25 00:25:52.000000000 +0100 +++ /usr/home/decke/blueports/audio/decibel-audio-player/Makefile 2011-04-19 19:03:53.000000000 +0200 @@ -6,8 +6,7 @@ # PORTNAME= decibel-audio-player -PORTVERSION= 1.06 -PORTREVISION= 1 +PORTVERSION= 1.07 CATEGORIES= audio multimedia gnome python MASTER_SITES= http://decibel.silent-blade.org/uploads/Main/ diff -ruN --exclude=CVS /usr/home/decke/blueports/audio/decibel-audio-player.orig/distinfo /usr/home/decke/blueports/audio/decibel-audio-player/distinfo --- /usr/home/decke/blueports/audio/decibel-audio-player.orig/distinfo 2010-12-08 15:25:21.000000000 +0100 +++ /usr/home/decke/blueports/audio/decibel-audio-player/distinfo 2011-04-19 19:03:53.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (decibel-audio-player-1.06.tar.gz) = e8870f30b683be9eb4bd87d173b25653d5a3d17ed25effd8330572724bdf906a -SIZE (decibel-audio-player-1.06.tar.gz) = 371617 +SHA256 (decibel-audio-player-1.07.tar.gz) = 00959c3ab5d72eab4270649f915d8ab46d2941895858ff648f10ada9a044c9c1 +SIZE (decibel-audio-player-1.07.tar.gz) = 381877 diff -ruN --exclude=CVS /usr/home/decke/blueports/audio/decibel-audio-player.orig/pkg-plist /usr/home/decke/blueports/audio/decibel-audio-player/pkg-plist --- /usr/home/decke/blueports/audio/decibel-audio-player.orig/pkg-plist 2010-12-08 15:25:21.000000000 +0100 +++ /usr/home/decke/blueports/audio/decibel-audio-player/pkg-plist 2011-04-19 19:03:53.000000000 +0200 @@ -20,6 +20,7 @@ %%DATADIR%%/pix/star-16.png %%DATADIR%%/res/AudioCD.glade %%DATADIR%%/res/Authentication.glade +%%DATADIR%%/res/AutoShuffle.glade %%DATADIR%%/res/Covers.glade %%DATADIR%%/res/DesktopNotification.glade %%DATADIR%%/res/Equalizer.glade @@ -42,6 +43,7 @@ %%DATADIR%%/src/gui/extTreeview.py %%DATADIR%%/src/gui/fileChooser.py %%DATADIR%%/src/gui/help.py +%%DATADIR%%/src/gui/mainWindow.py %%DATADIR%%/src/gui/preferences.py %%DATADIR%%/src/gui/progressDlg.py %%DATADIR%%/src/gui/selectPath.py @@ -56,6 +58,7 @@ %%DATADIR%%/src/media/format/mp4.py %%DATADIR%%/src/media/format/mpc.py %%DATADIR%%/src/media/format/ogg.py +%%DATADIR%%/src/media/format/wav.py %%DATADIR%%/src/media/format/wavpack.py %%DATADIR%%/src/media/playlist.py %%DATADIR%%/src/media/track/__init__.py @@ -63,6 +66,8 @@ %%DATADIR%%/src/media/track/fileTrack.py %%DATADIR%%/src/modules/AudioCD.py %%DATADIR%%/src/modules/AudioScrobbler.py +%%DATADIR%%/src/modules/AutoResume.py +%%DATADIR%%/src/modules/AutoShuffle.py %%DATADIR%%/src/modules/CommandLine.py %%DATADIR%%/src/modules/Covers.py %%DATADIR%%/src/modules/CtrlPanel.py