diff options
author | Ross Burton <ross.burton@intel.com> | 2014-12-31 11:31:38 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-07 23:34:59 +0000 |
commit | fad05a714c58d005d8b71b2da18e8e63cde3548e (patch) | |
tree | a11c677f5f7ff86111be743510be9019f2ea706b /meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.31.bb | |
parent | 4935fe64be529db650f1405c2b27ec6f117918d2 (diff) | |
download | poky-fad05a714c58d005d8b71b2da18e8e63cde3548e.tar.gz |
gst-fluendo-mp3: upgrade to 0.10.31
This version supports both GStreamer 0.10 and 1.0, but for now only build 0.10
for consistency with previous recipies.
Add a missing build dependency.
(From OE-Core rev: ed1edf4917e173f5df41854cfd74559b60b9fdf3)
(From OE-Core rev: 6e86e7a5fdc94a5f31cf89327fb877951dbc58c2)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.31.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.31.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.31.bb b/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.31.bb new file mode 100644 index 0000000000..1e2cd2a4ab --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.31.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | require gst-fluendo.inc | ||
2 | |||
3 | SUMMARY = "Fluendo closed-format mp3 GStreamer plug-in" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=259a43dd1c9854b71fc396f74699f4d2" | ||
6 | LICENSE_FLAGS = "commercial" | ||
7 | |||
8 | GSTREAMER_DEBUG ?= "--disable-debug" | ||
9 | EXTRA_OECONF += "${GSTREAMER_DEBUG} --with-gstreamer-api=0.10" | ||
10 | |||
11 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | ||
12 | |||
13 | SRC_URI[md5sum] = "adf0390f3416bb72f91c358528be0c38" | ||
14 | SRC_URI[sha256sum] = "dae0d0559a4e159c0dd92b7e18de059a5783f8d038904c7de4ca6393f7d55c7d" | ||