From 03f2497b82b8201b71054b06f0aa6953f6073989 Mon Sep 17 00:00:00 2001 From: adamw Date: Sun, 8 Feb 2004 02:18:05 +0000 Subject: Add a USE_MONKEYMEDIA knob (MONKEYMEDIA option) that enables the MonkeyMedia metadata reader (included in rhythmbox source). This knob combined with USE_XINE means that rhythmbox will be built entirely without GStreamer. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1793 df743ca5-7f9a-e211-a948-0013205c9059 --- audio/rhythmbox/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'audio/rhythmbox/Makefile') diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 04a44f4b5..fd55a8796 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -28,7 +28,8 @@ USE_LIBTOOL= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" -OPTIONS= XINE "Use xine backend instead of GStreamer" off +OPTIONS= XINE "Use xine backend instead of GStreamer" off \ + MONKEYMEDIA "Use MonkeyMedia metadata reader" off .include @@ -40,6 +41,12 @@ CONFIGURE_ARGS+= --with-player=gstreamer USE_GNOME+= gstreamerplugins .endif +.ifdef (WITH_MONKEYMEDIA) +CONFIGURE_ARGS+= --with-metadata=monkeymedia +.else +CONFIGURE_ARGS+= --with-metadata=gstreamer +.endif + .if exists(${LOCALBASE}/lib/libvorbis.so) WITH_VORBIS= yes .endif -- cgit v1.2.3