aboutsummaryrefslogtreecommitdiff
path: root/audio/decibel-audio-player/Makefile
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2010-12-08 14:25:21 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2010-12-08 14:25:21 +0000
commit766030911c28de4e05bd13c2121f612ba62d5ad9 (patch)
tree376e054e2d19b6f214a49ba251b40a8479949925 /audio/decibel-audio-player/Makefile
parent64477422a4eac1f9ad34751d650c2215a4ae434b (diff)
downloadports-766030911c28de4e05bd13c2121f612ba62d5ad9.tar.gz
ports-766030911c28de4e05bd13c2121f612ba62d5ad9.zip
- Update to 1.06
- Add support for audio CDs PR: ports/151530 Submitted by: kipz <somicide at gmail dot com> (maintainer)
Notes
Notes: svn path=/head/; revision=265846
Diffstat (limited to 'audio/decibel-audio-player/Makefile')
-rw-r--r--audio/decibel-audio-player/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/audio/decibel-audio-player/Makefile b/audio/decibel-audio-player/Makefile
index ec0cbfec3779..f8c428d99498 100644
--- a/audio/decibel-audio-player/Makefile
+++ b/audio/decibel-audio-player/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= decibel-audio-player
-PORTVERSION= 1.05
+PORTVERSION= 1.06
CATEGORIES= audio multimedia gnome python
MASTER_SITES= http://decibel.silent-blade.org/uploads/Main/
@@ -27,7 +27,8 @@ NO_BUILD= yes
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,6 +41,12 @@ OPTIONS+= EXTRAS "Extra dependencies for plugins" on
.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.6:${PORTSDIR}/graphics/py-imaging \
py*-notify>=0.1.1:${PORTSDIR}/devel/py-notify