diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-13 21:44:59 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-13 21:44:59 +0000 |
commit | 3e06aba959848fdacc286c1cad8c8de91127386b (patch) | |
tree | 0e5efa025ccf55918338f4270fe20bbbf2f6f06f /audio/amarok-kde4 | |
parent | Adds 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
Diffstat (limited to 'audio/amarok-kde4')
-rw-r--r-- | audio/amarok-kde4/Makefile | 5 |
1 files changed, 3 insertions, 2 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 |