mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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
This commit is contained in:
parent
f1fc01ae88
commit
3e06aba959
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133278
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user