rygel: add package
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 5 Dec 2012 17:31:34 +0000 (17:31 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 5 Dec 2012 17:31:34 +0000 (17:31 +0000)
commit12e32d603810378c764099735f034e784efacd0b
tree5d5709805c5d973d10c736fc5e88b08aaa0d8a56
parent49560cde6812304f39489f2f88be62ea4c5aad86
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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34528 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]