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 | |
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')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.31.bb (renamed from meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.19.bb) | 6 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-fluendo.inc | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.19.bb b/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.31.bb index 9e68288844..1e2cd2a4ab 100644 --- a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.19.bb +++ b/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.31.bb | |||
@@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=259a43dd1c9854b71fc396f74699f4d2" | |||
6 | LICENSE_FLAGS = "commercial" | 6 | LICENSE_FLAGS = "commercial" |
7 | 7 | ||
8 | GSTREAMER_DEBUG ?= "--disable-debug" | 8 | GSTREAMER_DEBUG ?= "--disable-debug" |
9 | EXTRA_OECONF += "${GSTREAMER_DEBUG}" | 9 | EXTRA_OECONF += "${GSTREAMER_DEBUG} --with-gstreamer-api=0.10" |
10 | 10 | ||
11 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | 11 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "5d95a9a216dd15bc5c00c9414061115c" | 13 | SRC_URI[md5sum] = "adf0390f3416bb72f91c358528be0c38" |
14 | SRC_URI[sha256sum] = "30c79d24d8926f75dd4ef0f572942ce155ad541734b36a95591b9c0524dcc0f3" | 14 | SRC_URI[sha256sum] = "dae0d0559a4e159c0dd92b7e18de059a5783f8d038904c7de4ca6393f7d55c7d" |
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo.inc b/meta/recipes-multimedia/gstreamer/gst-fluendo.inc index feaf1c7c62..3cbb4652c7 100644 --- a/meta/recipes-multimedia/gstreamer/gst-fluendo.inc +++ b/meta/recipes-multimedia/gstreamer/gst-fluendo.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Fluendo closed-format GStreamer plug-in" | 1 | SUMMARY = "Fluendo closed-format GStreamer plug-in" |
2 | SECTION = "multimedia" | 2 | SECTION = "multimedia" |
3 | HOMEPAGE = "http://www.fluendo.com/resources/source-plugins.php" | 3 | HOMEPAGE = "http://www.fluendo.com/resources/source-plugins.php" |
4 | DEPENDS = "gstreamer zlib" | 4 | DEPENDS = "gstreamer gst-plugins-base zlib" |
5 | 5 | ||
6 | inherit autotools pkgconfig | 6 | inherit autotools pkgconfig |
7 | 7 | ||