diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2009-01-10 02:45:46 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2009-01-10 02:45:46 +0000 |
commit | 15b6544926b07a98710eeb765baf03e3fc9a195c (patch) | |
tree | 35103cf986d2ed2295c97768e62afcc47dfed877 /audio/rhythmbox-devel | |
parent | 23fcf54562404bb41380488c8318ac0e3ce15efc (diff) | |
download | ports-15b6544926b07a98710eeb765baf03e3fc9a195c.tar.gz ports-15b6544926b07a98710eeb765baf03e3fc9a195c.zip |
Notes
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 11 | ||||
-rw-r--r-- | audio/rhythmbox-devel/pkg-plist | 7 |
2 files changed, 12 insertions, 6 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index feb49b37da4f..118be6773970 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox-devel/Makefile,v 1.90 2008/03/17 04:31:25 marcus Exp $ +# $MCom: ports-stable/audio/rhythmbox-devel/Makefile,v 1.2 2009/01/09 23:41:21 mezz Exp $ # PORTNAME= rhythmbox PORTVERSION= 0.11.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11 @@ -127,9 +127,14 @@ PLIST_SUB+= IPOD="@comment " .if !defined(WITHOUT_GECKO_PLUGIN) USE_GECKO= firefox mozilla seamonkey xulrunner<->firefox firefox-devel<->firefox .include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" + +USE_WEBPLUGINS= gecko18 +WEBPLUGINS_FILES=librhythmbox-itms-detection-plugin.so +.include "${PORTSDIR}/www/firefox/Makefile.webplugins" + CONFIGURE_ARGS+=--enable-browser-plugin \ --with-gecko=${GECKO} -CONFIGURE_ENV+= MOZILLA_PLUGINDIR=${BROWSER_PLUGINS_DIR} +CONFIGURE_ENV+= MOZILLA_PLUGINDIR=${WEBPLUGINS_DIR} PLIST_SUB+= GECKO_PLUGIN="" .else CONFIGURE_ARGS+=--disable-browser-plugin diff --git a/audio/rhythmbox-devel/pkg-plist b/audio/rhythmbox-devel/pkg-plist index f4d22b9ff2d4..d7d13860228d 100644 --- a/audio/rhythmbox-devel/pkg-plist +++ b/audio/rhythmbox-devel/pkg-plist @@ -1,8 +1,8 @@ bin/rhythmbox bin/rhythmbox-client -%%GECKO_PLUGIN%%lib/browser_plugins/librhythmbox-itms-detection-plugin.a -%%GECKO_PLUGIN%%lib/browser_plugins/librhythmbox-itms-detection-plugin.la -%%GECKO_PLUGIN%%lib/browser_plugins/librhythmbox-itms-detection-plugin.so +%%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 lib/librhythmbox-core.a lib/librhythmbox-core.la lib/librhythmbox-core.so @@ -609,6 +609,7 @@ share/rhythmbox/rhythmbox-ui.xml %%PYTHON%%@dirrm lib/rhythmbox/plugins/artdisplay @dirrm lib/rhythmbox/plugins @dirrm lib/rhythmbox +%%GECKO_PLUGIN%%@dirrmtry %%WEBPLUGINS_DIR%% @dirrmtry share/applications @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK |