mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
4935fe64be
commit
fad05a714c
+3
-3
@@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=259a43dd1c9854b71fc396f74699f4d2"
|
|||||||
LICENSE_FLAGS = "commercial"
|
LICENSE_FLAGS = "commercial"
|
||||||
|
|
||||||
GSTREAMER_DEBUG ?= "--disable-debug"
|
GSTREAMER_DEBUG ?= "--disable-debug"
|
||||||
EXTRA_OECONF += "${GSTREAMER_DEBUG}"
|
EXTRA_OECONF += "${GSTREAMER_DEBUG} --with-gstreamer-api=0.10"
|
||||||
|
|
||||||
acpaths = "-I ${S}/common/m4 -I ${S}/m4"
|
acpaths = "-I ${S}/common/m4 -I ${S}/m4"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "5d95a9a216dd15bc5c00c9414061115c"
|
SRC_URI[md5sum] = "adf0390f3416bb72f91c358528be0c38"
|
||||||
SRC_URI[sha256sum] = "30c79d24d8926f75dd4ef0f572942ce155ad541734b36a95591b9c0524dcc0f3"
|
SRC_URI[sha256sum] = "dae0d0559a4e159c0dd92b7e18de059a5783f8d038904c7de4ca6393f7d55c7d"
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
SUMMARY = "Fluendo closed-format GStreamer plug-in"
|
SUMMARY = "Fluendo closed-format GStreamer plug-in"
|
||||||
SECTION = "multimedia"
|
SECTION = "multimedia"
|
||||||
HOMEPAGE = "http://www.fluendo.com/resources/source-plugins.php"
|
HOMEPAGE = "http://www.fluendo.com/resources/source-plugins.php"
|
||||||
DEPENDS = "gstreamer zlib"
|
DEPENDS = "gstreamer gst-plugins-base zlib"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user