diff options
author | decke <decke@FreeBSD.org> | 2011-04-26 17:04:44 +0800 |
---|---|---|
committer | decke <decke@FreeBSD.org> | 2011-04-26 17:04:44 +0800 |
commit | d63563f3af48ed8eed498f0f2ff703a0e97a222b (patch) | |
tree | 373f5425cda5f250a8017a47107b645a3b8fdaab /audio | |
parent | e3840f4e1a068244e1def6951586517a12abda85 (diff) | |
download | freebsd-ports-gnome-d63563f3af48ed8eed498f0f2ff703a0e97a222b.tar.gz freebsd-ports-gnome-d63563f3af48ed8eed498f0f2ff703a0e97a222b.tar.zst freebsd-ports-gnome-d63563f3af48ed8eed498f0f2ff703a0e97a222b.zip |
- Update to 1.07
PR: ports/156499
Submitted by: myself
Approved by: kipz <somicide@gmail.com> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/decibel-audio-player/Makefile | 3 | ||||
-rw-r--r-- | audio/decibel-audio-player/distinfo | 4 | ||||
-rw-r--r-- | audio/decibel-audio-player/pkg-plist | 5 |
3 files changed, 8 insertions, 4 deletions
diff --git a/audio/decibel-audio-player/Makefile b/audio/decibel-audio-player/Makefile index 574c600382f3..bfafdac8ec37 100644 --- a/audio/decibel-audio-player/Makefile +++ b/audio/decibel-audio-player/Makefile @@ -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 --git a/audio/decibel-audio-player/distinfo b/audio/decibel-audio-player/distinfo index c874423a4e7e..9f8480fc0f87 100644 --- a/audio/decibel-audio-player/distinfo +++ b/audio/decibel-audio-player/distinfo @@ -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 --git a/audio/decibel-audio-player/pkg-plist b/audio/decibel-audio-player/pkg-plist index ccd9c825532f..1e5003650477 100644 --- a/audio/decibel-audio-player/pkg-plist +++ b/audio/decibel-audio-player/pkg-plist @@ -20,6 +20,7 @@ share/applications/decibel-audio-player.desktop %%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 @@ share/applications/decibel-audio-player.desktop %%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 @@ share/applications/decibel-audio-player.desktop %%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 @@ share/applications/decibel-audio-player.desktop %%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 |