diff options
Diffstat (limited to 'audio/rhythmbox-devel/Makefile')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 79f01c508..46adb17ca 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox-devel/Makefile,v 1.88 2008/01/14 03:20:17 mezz Exp $ +# $MCom: ports/audio/rhythmbox-devel/Makefile,v 1.89 2008/01/29 01:37:44 marcus Exp $ # PORTNAME= rhythmbox -PORTVERSION= 0.11.4 -PORTREVISION= 3 +PORTVERSION= 0.11.5 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11 @@ -22,7 +21,7 @@ LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ totem-plparser.10:${PORTSDIR}/multimedia/totem-pl-parser \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ sexy.2:${PORTSDIR}/x11-toolkits/libsexy \ - soup-2.2.8:${PORTSDIR}/devel/libsoup22 \ + soup-2.4.1:${PORTSDIR}/devel/libsoup \ gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media NO_LATEST_LINK= yes @@ -36,7 +35,8 @@ USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner WANT_GNOME= yes USE_GSTREAMER= flac mp3 gnomevfs gconf jpeg USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --enable-nautilus-menu --with-playback=gstreamer-0-10 +CONFIGURE_ARGS= --enable-nautilus-menu --with-playback=gstreamer-0-10 \ + --disable-vala INSTALLS_ICONS= yes USE_LDCONFIG= yes CONFIGURE_ENV= LIBS="-lm" \ @@ -50,7 +50,8 @@ OPTIONS= DAAP "Enable iTunes music sharing" off \ FAAD "Enable FAAD decoder support" off \ NOTIFY "Enable libnotify support" on \ VORBIS "Enable Ogg/Vorbis support" on \ - LIRC "Enable Infrared syncing support" off + LIRC "Enable Infrared syncing support" off \ + GECKO_PLUGIN "Enable iTunes browser plugin" on # GDA "Enable GDA database storage" off .include <bsd.port.pre.mk> @@ -121,4 +122,16 @@ CONFIGURE_ARGS+=--without-ipod PLIST_SUB+= IPOD="@comment " .endif +.if !defined(WITHOUT_GECKO_PLUGIN) +USE_GECKO= firefox mozilla seamonkey xulrunner<->firefox firefox-devel<->firefox +.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" +CONFIGURE_ARGS+=--enable-browser-plugin \ + --with-gecko=${GECKO} +CONFIGURE_ENV+= MOZILLA_PLUGINDIR=${BROWSER_PLUGINS_DIR} +PLIST_SUB+= GECKO_PLUGIN="" +.else +CONFIGURE_ARGS+=--disable-browser-plugin +PLIST_SUB+= GECKO_PLUGIN="@comment " +.endif + .include <bsd.port.post.mk> |