ports/151530: port update: bump decibel-audio-player to 1.06

kipz somicide at gmail.com
Mon Oct 18 09:50:09 UTC 2010


>Number:         151530
>Category:       ports
>Synopsis:       port update: bump decibel-audio-player to 1.06
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 18 09:50:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     kipz
>Release:        Stable
>Organization:
n/a
>Environment:
FreeBSD backpedal.net 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010     root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
A few things:

   * Update from 1.05 to 1.06
   * Add support for audio CDs

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN decibel-audio-player.bak/Makefile decibel-audio-player/Makefile
--- decibel-audio-player.bak/Makefile	2010-09-23 16:52:16.000000000 -0400
+++ decibel-audio-player/Makefile	2010-10-18 05:28:42.000000000 -0400
@@ -6,14 +6,14 @@
 #
 
 PORTNAME=	decibel-audio-player
-PORTVERSION=	1.05
+PORTVERSION=	1.06
 CATEGORIES=	audio multimedia gnome python
 MASTER_SITES=	http://decibel.silent-blade.org/uploads/Main/
 
 MAINTAINER=	somicide at gmail.com
 COMMENT=	A fast GTK+ audio player with an clean and user friendly interface
 
-RUN_DEPENDS=	py*-dbus>=0.83.1:${PORTSDIR}/devel/py-dbus \
+RUN_DEPENDS=	py*-dbus>=0.83:${PORTSDIR}/devel/py-dbus \
 		py*-mutagen>=1.19:${PORTSDIR}/audio/py-mutagen
 
 LICENSE=	GPLv2
@@ -27,7 +27,8 @@
 MAN1=		decibel-audio-player.1 decibel-audio-player-remote.1
 
 #Audio gstreamer plugins
-OPTIONS=	FLAC "FLAC support" on \
+OPTIONS=	AUDIOCD "AudioCD support" on \
+		FLAC "FLAC support" on \
 		MP3 "MP3 support" on \
 		MPEG4IP "AAC/MP4P support" on \
 		OGG "OGG support" on \
@@ -40,9 +41,15 @@
 
 .include <bsd.port.pre.mk>
 
+.if !defined(WITHOUT_AUDIOCD)
+RUN_DEPENDS+=	cd-discid>=0.9:${PORTSDIR}/audio/cd-discid \
+		py*-cddb>=1.4:${PORTSDIR}/audio/py-cddb \
+		gstreamer-plugins-cdio>=0.10.16:${PORTSDIR}/sysutils/gstreamer-plugins-cdio
+.endif
+
 .if !defined(WITHOUT_EXTRAS)
 RUN_DEPENDS+=	py*-imaging>=1.1.7:${PORTSDIR}/graphics/py-imaging \
-		py*-notify>=0.1.1:${PORTSDIR}/devel/py-notify		
+		py*-notify>=0.1.1:${PORTSDIR}/devel/py-notify
 .endif
 
 .if !defined(WITHOUT_FLAC)
@@ -54,6 +61,8 @@
 .endif
 
 .if !defined(WITHOUT_MPEG4IP)
+#I think this should automatically be pulled in at some point
+#LIB_DEPENDS+=	mp4v2>=1.9.1:${PORTSDIR}/multimedia/mp4v2
 USE_GSTREAMER+=	faad
 .endif
 
@@ -70,6 +79,8 @@
 .endif
 
 .if !defined(WITHOUT_WAVPACK)
+#I think this should automatically be pulled in at some point
+#LIB_DEPENDS+=	wavpack>=4.60.1:${PORTSDIR}/audio/wavpack
 USE_GSTREAMER+=	wavpack
 .endif
 
diff -ruN decibel-audio-player.bak/distinfo decibel-audio-player/distinfo
--- decibel-audio-player.bak/distinfo	2010-09-23 11:17:17.000000000 -0400
+++ decibel-audio-player/distinfo	2010-10-18 04:11:20.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (decibel-audio-player-1.05.tar.gz) = dfebf66d5d6063e99cda9ea6217a6a0b
-SHA256 (decibel-audio-player-1.05.tar.gz) = 4cde7a50a8956f1aa4b9d744fa914231607a5646e8878472a52bf8c363ccf631
-SIZE (decibel-audio-player-1.05.tar.gz) = 350196
+MD5 (decibel-audio-player-1.06.tar.gz) = 60e63607a260a909052f4ba2723df65d
+SHA256 (decibel-audio-player-1.06.tar.gz) = e8870f30b683be9eb4bd87d173b25653d5a3d17ed25effd8330572724bdf906a
+SIZE (decibel-audio-player-1.06.tar.gz) = 371617
diff -ruN decibel-audio-player.bak/pkg-plist decibel-audio-player/pkg-plist
--- decibel-audio-player.bak/pkg-plist	2010-09-23 11:17:17.000000000 -0400
+++ decibel-audio-player/pkg-plist	2010-10-18 05:35:24.000000000 -0400
@@ -2,42 +2,11 @@
 bin/decibel-audio-player
 bin/decibel-audio-player-remote
 share/applications/decibel-audio-player.desktop
-share/locale/ar/LC_MESSAGES/decibel-audio-player.mo
-share/locale/bg/LC_MESSAGES/decibel-audio-player.mo
-share/locale/bs/LC_MESSAGES/decibel-audio-player.mo
-share/locale/ca/LC_MESSAGES/decibel-audio-player.mo
-share/locale/cs/LC_MESSAGES/decibel-audio-player.mo
-share/locale/da/LC_MESSAGES/decibel-audio-player.mo
-share/locale/de/LC_MESSAGES/decibel-audio-player.mo
-share/locale/el/LC_MESSAGES/decibel-audio-player.mo
-share/locale/en_GB/LC_MESSAGES/decibel-audio-player.mo
-share/locale/eo/LC_MESSAGES/decibel-audio-player.mo
-share/locale/es/LC_MESSAGES/decibel-audio-player.mo
-share/locale/fa/LC_MESSAGES/decibel-audio-player.mo
-share/locale/fr/LC_MESSAGES/decibel-audio-player.mo
-share/locale/ga/LC_MESSAGES/decibel-audio-player.mo
-share/locale/he/LC_MESSAGES/decibel-audio-player.mo
-share/locale/hr/LC_MESSAGES/decibel-audio-player.mo
-share/locale/hu/LC_MESSAGES/decibel-audio-player.mo
-share/locale/it/LC_MESSAGES/decibel-audio-player.mo
-share/locale/ja/LC_MESSAGES/decibel-audio-player.mo
-share/locale/kk/LC_MESSAGES/decibel-audio-player.mo
-share/locale/ko/LC_MESSAGES/decibel-audio-player.mo
-share/locale/nb/LC_MESSAGES/decibel-audio-player.mo
-share/locale/nl/LC_MESSAGES/decibel-audio-player.mo
-share/locale/nn/LC_MESSAGES/decibel-audio-player.mo
-share/locale/pl/LC_MESSAGES/decibel-audio-player.mo
-share/locale/pt/LC_MESSAGES/decibel-audio-player.mo
-share/locale/pt_BR/LC_MESSAGES/decibel-audio-player.mo
-share/locale/ro/LC_MESSAGES/decibel-audio-player.mo
-share/locale/ru/LC_MESSAGES/decibel-audio-player.mo
-share/locale/sl/LC_MESSAGES/decibel-audio-player.mo
-share/locale/sr/LC_MESSAGES/decibel-audio-player.mo
-share/locale/sv/LC_MESSAGES/decibel-audio-player.mo
-share/locale/tr/LC_MESSAGES/decibel-audio-player.mo
-share/locale/zh_CN/LC_MESSAGES/decibel-audio-player.mo
-share/pixmaps/decibel-audio-player.png
 %%DATADIR%%/pix/audioscrobbler.png
+%%DATADIR%%/pix/category-decibel.png
+%%DATADIR%%/pix/category-desktop.png
+%%DATADIR%%/pix/category-explorer.png
+%%DATADIR%%/pix/category-internet.png
 %%DATADIR%%/pix/cover-gloss.png
 %%DATADIR%%/pix/cover-model.png
 %%DATADIR%%/pix/cover-none.png
@@ -48,8 +17,8 @@
 %%DATADIR%%/pix/decibel-audio-player-48.png
 %%DATADIR%%/pix/decibel-audio-player-64.png
 %%DATADIR%%/pix/decibel-audio-player.png
+%%DATADIR%%/pix/star-16.png
 %%DATADIR%%/res/AudioCD.glade
-%%DATADIR%%/res/AudioCDMenu.glade
 %%DATADIR%%/res/Authentication.glade
 %%DATADIR%%/res/Covers.glade
 %%DATADIR%%/res/DesktopNotification.glade
@@ -121,6 +90,40 @@
 %%DATADIR%%/src/tools/icons.py
 %%DATADIR%%/src/tools/log.py
 %%DATADIR%%/src/tools/prefs.py
+share/locale/ar/LC_MESSAGES/decibel-audio-player.mo
+share/locale/bg/LC_MESSAGES/decibel-audio-player.mo
+share/locale/bs/LC_MESSAGES/decibel-audio-player.mo
+share/locale/ca/LC_MESSAGES/decibel-audio-player.mo
+share/locale/cs/LC_MESSAGES/decibel-audio-player.mo
+share/locale/da/LC_MESSAGES/decibel-audio-player.mo
+share/locale/de/LC_MESSAGES/decibel-audio-player.mo
+share/locale/el/LC_MESSAGES/decibel-audio-player.mo
+share/locale/en_GB/LC_MESSAGES/decibel-audio-player.mo
+share/locale/eo/LC_MESSAGES/decibel-audio-player.mo
+share/locale/es/LC_MESSAGES/decibel-audio-player.mo
+share/locale/fa/LC_MESSAGES/decibel-audio-player.mo
+share/locale/fr/LC_MESSAGES/decibel-audio-player.mo
+share/locale/ga/LC_MESSAGES/decibel-audio-player.mo
+share/locale/he/LC_MESSAGES/decibel-audio-player.mo
+share/locale/hr/LC_MESSAGES/decibel-audio-player.mo
+share/locale/hu/LC_MESSAGES/decibel-audio-player.mo
+share/locale/it/LC_MESSAGES/decibel-audio-player.mo
+share/locale/ja/LC_MESSAGES/decibel-audio-player.mo
+share/locale/kk/LC_MESSAGES/decibel-audio-player.mo
+share/locale/ko/LC_MESSAGES/decibel-audio-player.mo
+share/locale/nb/LC_MESSAGES/decibel-audio-player.mo
+share/locale/nl/LC_MESSAGES/decibel-audio-player.mo
+share/locale/nn/LC_MESSAGES/decibel-audio-player.mo
+share/locale/pl/LC_MESSAGES/decibel-audio-player.mo
+share/locale/pt/LC_MESSAGES/decibel-audio-player.mo
+share/locale/pt_BR/LC_MESSAGES/decibel-audio-player.mo
+share/locale/ro/LC_MESSAGES/decibel-audio-player.mo
+share/locale/ru/LC_MESSAGES/decibel-audio-player.mo
+share/locale/sl/LC_MESSAGES/decibel-audio-player.mo
+share/locale/sr/LC_MESSAGES/decibel-audio-player.mo
+share/locale/sv/LC_MESSAGES/decibel-audio-player.mo
+share/locale/tr/LC_MESSAGES/decibel-audio-player.mo
+share/locale/zh_CN/LC_MESSAGES/decibel-audio-player.mo
 @dirrm %%DATADIR%%/src/tools
 @dirrm %%DATADIR%%/src/modules
 @dirrm %%DATADIR%%/src/media/track
@@ -131,4 +134,3 @@
 @dirrm %%DATADIR%%/res
 @dirrm %%DATADIR%%/pix
 @dirrm %%DATADIR%%
- at dirrmtry share/applications


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list