pull in "grilo" - this adds UPnP client functionality
bump PKGREV
This commit is contained in:
parent
bc5b107b7d
commit
ff1b63a8f1
2 changed files with 8 additions and 2 deletions
|
@ -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
|
DISTNAME= rhythmbox-2.98
|
||||||
|
PKGREVISION= 1
|
||||||
CATEGORIES= audio gnome
|
CATEGORIES= audio gnome
|
||||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rhythmbox/2.98/}
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rhythmbox/2.98/}
|
||||||
EXTRACT_SUFX= .tar.xz
|
EXTRACT_SUFX= .tar.xz
|
||||||
|
@ -19,6 +20,9 @@ CONFIGURE_ARGS+= --disable-browser-plugin
|
||||||
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
|
||||||
CONFIGURE_ARGS+= --disable-fm-radio
|
CONFIGURE_ARGS+= --disable-fm-radio
|
||||||
|
|
||||||
|
# option?
|
||||||
|
.include "../../net/grilo/buildlink3.mk"
|
||||||
|
|
||||||
.include "../../devel/glib2/schemas.mk"
|
.include "../../devel/glib2/schemas.mk"
|
||||||
.include "../../devel/gobject-introspection/buildlink3.mk"
|
.include "../../devel/gobject-introspection/buildlink3.mk"
|
||||||
.include "../../devel/libpeas/buildlink3.mk"
|
.include "../../devel/libpeas/buildlink3.mk"
|
||||||
|
|
|
@ -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
|
||||||
bin/rhythmbox-client
|
bin/rhythmbox-client
|
||||||
include/rhythmbox/backends/rb-encoder.h
|
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/dbus-media-server/libdbus-media-server.la
|
||||||
lib/rhythmbox/plugins/generic-player/generic-player.plugin
|
lib/rhythmbox/plugins/generic-player/generic-player.plugin
|
||||||
lib/rhythmbox/plugins/generic-player/libgeneric-player.la
|
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.plugin
|
||||||
lib/rhythmbox/plugins/im-status/im-status.py
|
lib/rhythmbox/plugins/im-status/im-status.py
|
||||||
lib/rhythmbox/plugins/im-status/im-status.pyc
|
lib/rhythmbox/plugins/im-status/im-status.pyc
|
||||||
|
|
Loading…
Reference in a new issue