summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-04-13 21:44:59 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2005-04-13 21:44:59 +0000
commit3e06aba959848fdacc286c1cad8c8de91127386b (patch)
tree0e5efa025ccf55918338f4270fe20bbbf2f6f06f /audio
parentAdds the DOOM III demo (Linux version). (diff)
Don't depend on the core gstreamer-plugins, they include video codecs
and gstreamer-plugins-gconf. Instead, depend only on a selection of audio-codecs and the artsd output (which ironically is cheaper in terms of dependencies as amarok's native arts-output). Approved by: maintainer
Notes
Notes: svn path=/head/; revision=133278
Diffstat (limited to 'audio')
-rw-r--r--audio/amarok-kde4/Makefile5
-rw-r--r--audio/amarok/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile
index 1734d9f677fe..6a5fb50c200f 100644
--- a/audio/amarok-kde4/Makefile
+++ b/audio/amarok-kde4/Makefile
@@ -6,6 +6,7 @@
PORTNAME= amarok
PORTVERSION= 1.2.3
+PORTREVISION= 1
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -23,7 +24,7 @@ USE_REINPLACE= yes
USE_SDL= sdl
OPTIONS= ARTS "aRts playback engine" off \
- GSTREAMER "GStreamer playback engine" on \
+ GSTREAMER "GStreamer playback engine (includes aRts-output)" on \
XINE "Xine playback engine" off \
XMMS "XMMS visualizations" off \
LIBVISUAL "libvisual support" off \
@@ -46,7 +47,7 @@ PLIST_SUB+= ARTS=""
CONFIGURE_ARGS+=--without-gstreamer
PLIST_SUB+= GSTREAMER="@comment "
.else
-USE_GSTREAMER+= core
+USE_GSTREAMER+= mad vorbis faad flac musepack artsd
PLIST_SUB+= GSTREAMER=""
.endif
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile
index 1734d9f677fe..6a5fb50c200f 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -6,6 +6,7 @@
PORTNAME= amarok
PORTVERSION= 1.2.3
+PORTREVISION= 1
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -23,7 +24,7 @@ USE_REINPLACE= yes
USE_SDL= sdl
OPTIONS= ARTS "aRts playback engine" off \
- GSTREAMER "GStreamer playback engine" on \
+ GSTREAMER "GStreamer playback engine (includes aRts-output)" on \
XINE "Xine playback engine" off \
XMMS "XMMS visualizations" off \
LIBVISUAL "libvisual support" off \
@@ -46,7 +47,7 @@ PLIST_SUB+= ARTS=""
CONFIGURE_ARGS+=--without-gstreamer
PLIST_SUB+= GSTREAMER="@comment "
.else
-USE_GSTREAMER+= core
+USE_GSTREAMER+= mad vorbis faad flac musepack artsd
PLIST_SUB+= GSTREAMER=""
.endif