- enable mediaexport plugin so rygel can act as a media server. in addition
to merely (dis)playing media it can now stream to dlna clients too.
This commit is contained in:
parent
b541a5a201
commit
d8c2586084
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/09/20 21:14:49 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/09/26 18:28:16 jasper Exp $
|
||||
|
||||
COMMENT= home media solution that allows easy media sharing
|
||||
|
||||
GNOME_PROJECT= rygel
|
||||
GNOME_VERSION= 0.12.2
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= multimedia
|
||||
|
||||
@ -39,7 +40,7 @@ MODGNOME_DESKTOP_FILE= Yes
|
||||
MODGNOME_TOOLS= vala
|
||||
|
||||
CONFIGURE_ARGS+= --enable-mpris-plugin \
|
||||
--disable-media-export-plugin \
|
||||
--enable-media-export-plugin \
|
||||
--enable-gst-launch-plugin \
|
||||
--enable-external-plugin \
|
||||
--disable-mediathek-plugin \
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2011/09/20 21:14:49 jasper Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2011/09/26 18:28:16 jasper Exp $
|
||||
lib/rygel-1.0/librygel-external.so
|
||||
lib/rygel-1.0/librygel-gst-launch.so
|
||||
lib/rygel-1.0/librygel-media-export.so
|
||||
lib/rygel-1.0/librygel-mpris.so
|
||||
lib/rygel-1.0/librygel-playbin.so
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/09/20 21:14:49 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/09/26 18:28:16 jasper Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/rygel
|
||||
@bin bin/rygel-preferences
|
||||
@ -10,13 +10,14 @@ lib/rygel-1.0/librygel-external.a
|
||||
@comment lib/rygel-1.0/librygel-external.la
|
||||
lib/rygel-1.0/librygel-gst-launch.a
|
||||
@comment lib/rygel-1.0/librygel-gst-launch.la
|
||||
lib/rygel-1.0/librygel-media-export.a
|
||||
@comment lib/rygel-1.0/librygel-media-export.la
|
||||
lib/rygel-1.0/librygel-mpris.a
|
||||
@comment lib/rygel-1.0/librygel-mpris.la
|
||||
lib/rygel-1.0/librygel-playbin.a
|
||||
@comment lib/rygel-1.0/librygel-playbin.la
|
||||
@man man/man1/rygel.1
|
||||
@man man/man5/rygel.conf.5
|
||||
share/applications/
|
||||
share/applications/rygel-preferences.desktop
|
||||
share/applications/rygel.desktop
|
||||
share/dbus-1/
|
||||
|
Loading…
Reference in New Issue
Block a user