- Update to 1.07

PR:		ports/156499
Submitted by:	myself
Approved by:	kipz <somicide@gmail.com> (maintainer)
This commit is contained in:
Bernhard Froehlich 2011-04-26 09:04:44 +00:00
parent 21e419637c
commit 07c83844fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273193
3 changed files with 8 additions and 4 deletions

View file

@ -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/

View file

@ -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

View file

@ -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