diff options
author | drochner <drochner@pkgsrc.org> | 2012-11-23 11:55:06 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-11-23 11:55:06 +0000 |
commit | 9b5d74a07a0c26533df702d49a6daee18e663036 (patch) | |
tree | 43fdcd8101ed18f95b40d1608f176f9c1c7ae46c /audio/rhythmbox-gtk3 | |
parent | 326b23766855f9c4febcedac4898c13f811afa84 (diff) | |
download | pkgsrc-9b5d74a07a0c26533df702d49a6daee18e663036.tar.gz |
pull in "grilo" - this adds UPnP client functionality
bump PKGREV
Diffstat (limited to 'audio/rhythmbox-gtk3')
-rw-r--r-- | audio/rhythmbox-gtk3/Makefile | 6 | ||||
-rw-r--r-- | audio/rhythmbox-gtk3/PLIST | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/audio/rhythmbox-gtk3/Makefile b/audio/rhythmbox-gtk3/Makefile index 72b42f530c5..7b3303e824e 100644 --- a/audio/rhythmbox-gtk3/Makefile +++ b/audio/rhythmbox-gtk3/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2012/10/30 20:13:35 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2012/11/23 11:55:06 drochner Exp $ # DISTNAME= rhythmbox-2.98 +PKGREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rhythmbox/2.98/} EXTRACT_SUFX= .tar.xz @@ -19,6 +20,9 @@ CONFIGURE_ARGS+= --disable-browser-plugin CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ARGS+= --disable-fm-radio +# option? +.include "../../net/grilo/buildlink3.mk" + .include "../../devel/glib2/schemas.mk" .include "../../devel/gobject-introspection/buildlink3.mk" .include "../../devel/libpeas/buildlink3.mk" diff --git a/audio/rhythmbox-gtk3/PLIST b/audio/rhythmbox-gtk3/PLIST index 4b4f3f0e569..5429a37b672 100644 --- a/audio/rhythmbox-gtk3/PLIST +++ b/audio/rhythmbox-gtk3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2012/10/30 20:13:35 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/11/23 11:55:06 drochner Exp $ bin/rhythmbox bin/rhythmbox-client include/rhythmbox/backends/rb-encoder.h @@ -120,6 +120,8 @@ lib/rhythmbox/plugins/dbus-media-server/dbus-media-server.plugin lib/rhythmbox/plugins/dbus-media-server/libdbus-media-server.la lib/rhythmbox/plugins/generic-player/generic-player.plugin lib/rhythmbox/plugins/generic-player/libgeneric-player.la +lib/rhythmbox/plugins/grilo/grilo.plugin +lib/rhythmbox/plugins/grilo/libgrilo.la lib/rhythmbox/plugins/im-status/im-status.plugin lib/rhythmbox/plugins/im-status/im-status.py lib/rhythmbox/plugins/im-status/im-status.pyc |