diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-02-17 22:14:26 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-02-17 22:27:14 -0800 |
| commit | a067634beb431d15eaee085c433621d83657400b (patch) | |
| tree | 60fac8210e6efdc8e51215c67b79927bc75d7aaa /meta-multimedia/recipes-connectivity/rygel/rygel_0.37.0.bb | |
| parent | 385752703114bd0a2b4e3e3a3bf6bf8684f1fb28 (diff) | |
| download | meta-openembedded-a067634beb431d15eaee085c433621d83657400b.tar.gz | |
rygel: Upgrade to 0.38.3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-connectivity/rygel/rygel_0.37.0.bb')
| -rw-r--r-- | meta-multimedia/recipes-connectivity/rygel/rygel_0.37.0.bb | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/meta-multimedia/recipes-connectivity/rygel/rygel_0.37.0.bb b/meta-multimedia/recipes-connectivity/rygel/rygel_0.37.0.bb deleted file mode 100644 index 6ee02fcc04..0000000000 --- a/meta-multimedia/recipes-connectivity/rygel/rygel_0.37.0.bb +++ /dev/null | |||
| @@ -1,69 +0,0 @@ | |||
| 1 | SUMMARY = "A UPnP AV media server and renderer" | ||
| 2 | DESCRIPTION = "Rygel is a home media solution (UPnP AV MediaServer) that \ | ||
| 3 | allow you to easily share audio, video and pictures to other devices. \ | ||
| 4 | Additionally, media player software may use Rygel to become a MediaRenderer \ | ||
| 5 | that may be controlled remotely by a UPnP or DLNA Controller." | ||
| 6 | HOMEPAGE = "http://live.gnome.org/Rygel" | ||
| 7 | |||
| 8 | LICENSE = "LGPL-2.1" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 10 | |||
| 11 | DEPENDS = "libxml2 glib-2.0 gssdp gupnp gupnp-av gupnp-dlna gstreamer1.0 gstreamer1.0-plugins-base libgee libsoup-2.4 libmediaart-2.0 libunistring sqlite3 intltool-native" | ||
| 12 | RDEPENDS_${PN} = "gstreamer1.0-plugins-base-playback shared-mime-info" | ||
| 13 | RRECOMMENDS_${PN} = "rygel-plugin-media-export" | ||
| 14 | |||
| 15 | SRC_URI[archive.md5sum] = "f897167ad82e2e741582f2c393a76843" | ||
| 16 | SRC_URI[archive.sha256sum] = "dfd3d885da3ac383ba0cfbf119995f4a0c2bca2cc8f8cfcd3df10cfec8f35cd7" | ||
| 17 | |||
| 18 | inherit gnomebase vala gobject-introspection gettext systemd | ||
| 19 | |||
| 20 | EXTRA_OECONF = "--disable-tracker-plugin --with-media-engine=gstreamer" | ||
| 21 | |||
| 22 | PACKAGECONFIG ?= "external mpris ruih media-export gst-launch" | ||
| 23 | |||
| 24 | PACKAGECONFIG_append = "${@bb.utils.contains("DISTRO_FEATURES", "x11", " gtk+3", "", d)}" | ||
| 25 | |||
| 26 | PACKAGECONFIG[external] = "--enable-external-plugin,--disable-external-plugin" | ||
| 27 | PACKAGECONFIG[mpris] = "--enable-mpris-plugin,--disable-mpris-plugin" | ||
| 28 | PACKAGECONFIG[ruih] = "--enable-ruih-plugin,--disable-ruih-plugin" | ||
| 29 | PACKAGECONFIG[media-export] = "--enable-media-export-plugin,--disable-media-export-plugin" | ||
| 30 | PACKAGECONFIG[gst-launch] = "--enable-gst-launch-plugin,--disable-gst-launch-plugin" | ||
| 31 | PACKAGECONFIG[gtk+3] = ",--without-ui,gtk+3" | ||
| 32 | PACKAGECONFIG[lms] = "--enable-lms-plugin,--disable-lms-plugin" | ||
| 33 | |||
| 34 | LIBV = "2.6" | ||
| 35 | |||
| 36 | do_install_append() { | ||
| 37 | # Remove .la files for loadable modules | ||
| 38 | rm -f ${D}/${libdir}/rygel-${LIBV}/engines/*.la | ||
| 39 | rm -f ${D}/${libdir}/rygel-${LIBV}/plugins/*.la | ||
| 40 | if [ -e ${D}${nonarch_libdir}/systemd/user/rygel.service ]; then | ||
| 41 | mkdir -p ${D}${systemd_unitdir}/system | ||
| 42 | mv ${D}${nonarch_libdir}/systemd/user/rygel.service ${D}${systemd_unitdir}/system | ||
| 43 | rmdir --ignore-fail-on-non-empty ${D}${nonarch_libdir}/systemd/user \ | ||
| 44 | ${D}${nonarch_libdir}/systemd \ | ||
| 45 | ${D}${nonarch_libdir} | ||
| 46 | fi | ||
| 47 | } | ||
| 48 | |||
| 49 | FILES_${PN} += "${libdir}/rygel-${LIBV}/engines ${datadir}/dbus-1 ${datadir}/icons" | ||
| 50 | FILES_${PN}-dbg += "${libdir}/rygel-${LIBV}/engines/.debug ${libdir}/rygel-${LIBV}/plugins/.debug" | ||
| 51 | |||
| 52 | PACKAGES += "${PN}-meta" | ||
| 53 | ALLOW_EMPTY_${PN}-meta = "1" | ||
| 54 | |||
| 55 | PACKAGES_DYNAMIC = "${PN}-plugin-*" | ||
| 56 | |||
| 57 | SYSTEMD_SERVICE_${PN} = "rygel.service" | ||
| 58 | |||
| 59 | python populate_packages_prepend () { | ||
| 60 | rygel_libdir = d.expand('${libdir}/rygel-${LIBV}') | ||
| 61 | postinst = d.getVar('plugin_postinst') | ||
| 62 | pkgs = [] | ||
| 63 | |||
| 64 | pkgs += do_split_packages(d, oe.path.join(rygel_libdir, "plugins"), 'librygel-(.*)\.so$', d.expand('${PN}-plugin-%s'), 'Rygel plugin for %s', postinst=postinst, extra_depends=d.expand('${PN}')) | ||
| 65 | pkgs += do_split_packages(d, oe.path.join(rygel_libdir, "plugins"), '(.*)\.plugin$', d.expand('${PN}-plugin-%s'), 'Rygel plugin for %s', postinst=postinst, extra_depends=d.expand('${PN}')) | ||
| 66 | |||
| 67 | metapkg = d.getVar('PN') + '-meta' | ||
| 68 | d.setVar('RDEPENDS_' + metapkg, ' '.join(pkgs)) | ||
| 69 | } | ||
