rygel: add package
authorFlorian Fainelli <florian@openwrt.org>
Wed, 5 Dec 2012 17:31:34 +0000 (17:31 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 5 Dec 2012 17:31:34 +0000 (17:31 +0000)
commit23af1f071323c2816ecf2697d5fb16d43a4d816f
tree5d5709805c5d973d10c736fc5e88b08aaa0d8a56
parentd42580164ed4098597510d8ff6025f0899120434
rygel: add package

Plugins other than playbin are untested.

Rygel is normally run as a desktop service under a user account. It
doesn't behave like a system daemon. Since running as a desktop service
doesn't make sense for OpenWrt, I've included an init script and made a
crude change to send the output to syslog.

Signed-off-by: Andy Leiserson <andy@leiserson.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34528
multimedia/rygel/Makefile [new file with mode: 0644]
multimedia/rygel/files/etc/config/rygel [new file with mode: 0644]
multimedia/rygel/files/etc/init.d/rygel [new file with mode: 0755]
multimedia/rygel/files/etc/rygel.conf [new file with mode: 0644]
multimedia/rygel/patches/010-conftest-honor-cc.patch [new file with mode: 0644]
multimedia/rygel/patches/010-identify-libs-by-suffix.patch [new file with mode: 0644]
multimedia/rygel/patches/010-vapidirs-from-pkg-config.patch [new file with mode: 0644]
multimedia/rygel/patches/020-playbin-mime-types.patch [new file with mode: 0644]
multimedia/rygel/patches/030-output-to-syslog.patch [new file with mode: 0644]