From 3e06aba959848fdacc286c1cad8c8de91127386b Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Wed, 13 Apr 2005 21:44:59 +0000 Subject: 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 --- audio/amarok/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'audio/amarok') 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 -- cgit v1.2.3