From: hschang Date: Thu, 5 Feb 2015 08:44:01 +0000 (+0900) Subject: Add gst-plugin-subsink, GST VERSION < 1.0 X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=commitdiff_plain;h=306c002424f41885be4a68381e13518c0ddf2d4d Add gst-plugin-subsink, GST VERSION < 1.0 --- diff --git a/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugin-subsink.bb b/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugin-subsink.bb new file mode 100644 index 0000000..f771f54 --- /dev/null +++ b/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugin-subsink.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "gstreamer subsink plugin" +SECTION = "multimedia" +PRIORITY = "optional" +DEPENDS = "gstreamer gst-plugins-base" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" + +inherit gitpkgv + +PV = "0.10.0+git${SRCPV}" +PKGV = "0.10.0+git${GITPKGV}" +PR = "r2" + +SRCREV = "0cb20d602414f25edd8d139627b8e0b2b58aae33" +SRC_URI = "git://git.code.sf.net/p/openpli/gstsubsink" + +S = "${WORKDIR}/git" + +do_configure_prepend() { + sed -i 's/AC_INIT.*$/AC_INIT(gst-plugin-subsink, 0.10.0, @pli4)/' ${S}/configure.ac + sed -i 's/AM_INIT_AUTOMAKE.*$/AM_INIT_AUTOMAKE([foreign subdir-objects])/' ${S}/configure.ac +} +inherit autotools pkgconfig + +FILES_${PN} = "${libdir}/gstreamer-0.10/*.so*" +FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la" +FILES_${PN}-staticdev += "${libdir}/gstreamer-0.10/*.a" +FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug"