From patchwork Thu Dec 9 17:03:41 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/8] gst-plugins-good: update to 0.10.26 Date: Thu, 09 Dec 2010 17:03:41 -0000 From: Andreas Oberritter X-Patchwork-Id: 37 Message-Id: <1291914227-25068-2-git-send-email-obi@opendreambox.org> To: openembedded-devel@lists.openembedded.org Signed-off-by: Andreas Oberritter --- recipes/gstreamer/gst-plugins-good_0.10.26.bb | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 recipes/gstreamer/gst-plugins-good_0.10.26.bb diff --git a/recipes/gstreamer/gst-plugins-good_0.10.26.bb b/recipes/gstreamer/gst-plugins-good_0.10.26.bb new file mode 100644 index 0000000..9b8dc69 --- /dev/null +++ b/recipes/gstreamer/gst-plugins-good_0.10.26.bb @@ -0,0 +1,15 @@ +require gst-plugins.inc + +PR = "${INC_PR}.0" + +SRC_URI[archive.md5sum] = "e1ed191adbf81edff04f348f8ce8e198" +SRC_URI[archive.sha256sum] = "ceb3bbea5ce18463b8fe470d34786bc846469e800305c436d799af9fe22bdcc4" + +inherit gconf + +DEPENDS += "hal pulseaudio speex libsoup-2.4 flac gst-plugins-base openssl popt esound libv4l" + +PACKAGES =+ "gst-plugin-gconfelements" +FILES_gst-plugin-gconfelements += "${sysconfdir}/gconf" + +EXTRA_OECONF += " --with-libv4l2 "