From d2163677cf0a76cb0dd1c5809eab97c0ad27826d Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 3 Apr 2004 06:35:32 +0000 Subject: Add iPod support. Submitted by: adamw git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2245 df743ca5-7f9a-e211-a948-0013205c9059 --- audio/rhythmbox/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'audio/rhythmbox/Makefile') diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index e62886cbe..f8b58d1ac 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -29,7 +29,8 @@ 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 \ - MONKEYMEDIA "Use MonkeyMedia metadata reader" off + MONKEYMEDIA "Use MonkeyMedia metadata reader" off \ + IPOD "Enable iPod support" off .include @@ -48,6 +49,10 @@ CONFIGURE_ARGS+= --with-metadata=gstreamer USE_GNOME+= gstreamerplugins .endif +.ifdef (WITH_IPOD) +CONFIGURE_ARGS+= --enable-ipod +.endif + .if exists(${LOCALBASE}/lib/libvorbis.so) WITH_VORBIS= yes .endif -- cgit v1.2.3