diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-31 05:01:14 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-31 05:01:14 +0800 |
commit | bcaf79687dcca720c2eb26465d2df521ffa93136 (patch) | |
tree | 7851717272b98b979ba5ec54afb4f434b2fa7d18 /audio/rhythmbox | |
parent | a8c96a5203bc6915a5c808aaa56a045b4ec420b9 (diff) | |
download | marcuscom-ports-bcaf79687dcca720c2eb26465d2df521ffa93136.tar marcuscom-ports-bcaf79687dcca720c2eb26465d2df521ffa93136.tar.gz marcuscom-ports-bcaf79687dcca720c2eb26465d2df521ffa93136.tar.bz2 marcuscom-ports-bcaf79687dcca720c2eb26465d2df521ffa93136.tar.lz marcuscom-ports-bcaf79687dcca720c2eb26465d2df521ffa93136.tar.xz marcuscom-ports-bcaf79687dcca720c2eb26465d2df521ffa93136.tar.zst marcuscom-ports-bcaf79687dcca720c2eb26465d2df521ffa93136.zip |
The web plug-in no longer requires a Gecko engine.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12197 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 15 | ||||
-rw-r--r-- | audio/rhythmbox/pkg-plist | 6 |
2 files changed, 9 insertions, 12 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index c2f653a0f..3ff104e00 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD: ports/audio/rhythmbox/Makefile,v 1.112 2009/03/21 18:36:50 marcus Exp $ -# $MCom$ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.95 2009/03/21 21:08:01 marcus Exp $ # PORTNAME= rhythmbox PORTVERSION= 0.12.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -51,7 +51,7 @@ OPTIONS= DAAP "Enable iTunes music sharing" off \ VORBIS "Enable Ogg/Vorbis support" on \ LIRC "Enable Infrared syncing support" off \ MTP "Enable MS Media Transfer Protocol support" off \ - GECKO_PLUGIN "Enable iTunes browser plugin" on + ITMS_PLUGIN "Enable iTunes browser plugin" on .include <bsd.port.pre.mk> @@ -123,20 +123,17 @@ 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" - +.if !defined(WITHOUT_ITMS_PLUGIN) USE_WEBPLUGINS= gecko18 WEBPLUGINS_FILES=librhythmbox-itms-detection-plugin.so .include "${PORTSDIR}/www/firefox/Makefile.webplugins" CONFIGURE_ARGS+=--enable-browser-plugin CONFIGURE_ENV+= MOZILLA_PLUGINDIR=${WEBPLUGINS_DIR} -PLIST_SUB+= GECKO_PLUGIN="" +PLIST_SUB+= ITMS_PLUGIN="" .else CONFIGURE_ARGS+=--disable-browser-plugin -PLIST_SUB+= GECKO_PLUGIN="@comment " +PLIST_SUB+= ITMS_PLUGIN="@comment " .endif .include <bsd.port.post.mk> diff --git a/audio/rhythmbox/pkg-plist b/audio/rhythmbox/pkg-plist index 4cb33d6d0..90fe4bcec 100644 --- a/audio/rhythmbox/pkg-plist +++ b/audio/rhythmbox/pkg-plist @@ -1,8 +1,8 @@ bin/rhythmbox bin/rhythmbox-client -%%GECKO_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.a -%%GECKO_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.la -%%GECKO_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.so +%%ITMS_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.a +%%ITMS_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.la +%%ITMS_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.so lib/librhythmbox-core.a lib/librhythmbox-core.la lib/librhythmbox-core.so |