diff options
author | lofi <lofi@FreeBSD.org> | 2005-04-14 05:44:59 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-04-14 05:44:59 +0800 |
commit | 4c3a87e4ddc54558195c4508da3be7f322c66ac1 (patch) | |
tree | fd7723c2ee128dd7e8390d127b4ff7f25b58f8cf /audio/amarok-kde4 | |
parent | 6a30f60b344aff99cff7c6b4792e2f136c125aa5 (diff) | |
download | freebsd-ports-gnome-4c3a87e4ddc54558195c4508da3be7f322c66ac1.tar.gz freebsd-ports-gnome-4c3a87e4ddc54558195c4508da3be7f322c66ac1.tar.zst freebsd-ports-gnome-4c3a87e4ddc54558195c4508da3be7f322c66ac1.zip |
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 |