diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-05-26 17:13:13 +0300 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-28 10:35:13 +0200 |
| commit | fa01c2614a4e58937cd73d0f5d8b17df935bc5b5 (patch) | |
| tree | f7396d3f5a6031632de8290d4006041ee2e59630 /meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb | |
| parent | 175406cdca39bf5b218bb4127a3e9c9bd11b653f (diff) | |
| download | meta-openembedded-fa01c2614a4e58937cd73d0f5d8b17df935bc5b5.tar.gz | |
gstreamear: rename directory to gstreamer-0.10
* gst-plugins-gl: fix the path to a required include
* so that it's clear that the recipes it contains are specific to the
obsolete, unmaintained version of gstreamer.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb new file mode 100644 index 0000000000..0f64871497 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb | |||
| @@ -0,0 +1,50 @@ | |||
| 1 | require gst-plugins.inc | ||
| 2 | |||
| 3 | LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+ " | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | ||
| 5 | file://gst/tta/filters.h;beginline=12;endline=29;md5=629b0c7a665d155a6677778f4460ec06 \ | ||
| 6 | file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ | ||
| 7 | file://gst/tta/crc32.h;beginline=12;endline=29;md5=71a904d99ce7ae0c1cf129891b98145c" | ||
| 8 | |||
| 9 | DEPENDS += "gst-plugins-base" | ||
| 10 | |||
| 11 | PR = "r4" | ||
| 12 | |||
| 13 | inherit gettext gsettings | ||
| 14 | |||
| 15 | EXTRA_OECONF += "--disable-experimental \ | ||
| 16 | --disable-sdl --disable-cdaudio --disable-directfb \ | ||
| 17 | --disable-vdpau --disable-apexsink" | ||
| 18 | |||
| 19 | PACKAGECONFIG ??= "bzip curl \ | ||
| 20 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'rsvg', '', d)}" | ||
| 21 | |||
| 22 | PACKAGECONFIG[bzip] = "--enable-bz2,--disable-bz2,bzip2" | ||
| 23 | PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl" | ||
| 24 | PACKAGECONFIG[rsvg] = "--enable-rsvg,--disable-rsvg,librsvg," | ||
| 25 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" | ||
| 26 | PACKAGECONFIG[neon] = "--enable-neon,--disable-neon,neon" | ||
| 27 | PACKAGECONFIG[mms] = "--enable-libmms,--disable-libmms,libmms" | ||
| 28 | PACKAGECONFIG[cog] = "--enable-cog,--disable-cog,libpng" | ||
| 29 | PACKAGECONFIG[faad] = "--enable-faad,--disable-faad,faad2" | ||
| 30 | PACKAGECONFIG[jp2k] = "--enable-jp2k,--disable-jp2k,jasper" | ||
| 31 | PACKAGECONFIG[modplug] = "--enable-modplug,--disable-modplug,libmodplug" | ||
| 32 | PACKAGECONFIG[opus] = "--enable-opus,--disable-opus,libopus" | ||
| 33 | PACKAGECONFIG[sndfile] = "--enable-sndfile,--disable-sndfile,libsndfile1" | ||
| 34 | PACKAGECONFIG[vp8] = "--enable-vp8,--disable-vp8,libvpx" | ||
| 35 | PACKAGECONFIG[ass] = "--enable-assrender,--disable-assrender,libass" | ||
| 36 | PACKAGECONFIG[openal] = "--enable-openal,--disable-openal,openal-soft" | ||
| 37 | PACKAGECONFIG[schro] = "--enable-schro,--disable-schro,schroedinger" | ||
| 38 | PACKAGECONFIG[dc1394] = "--enable-dc1394,--disable-dc1394,libdc1394" | ||
| 39 | PACKAGECONFIG[faac] = "--enable-faac,--disable-faac,faac" | ||
| 40 | PACKAGECONFIG[rtmp] = "--enable-rtmp,--disable-rtmp,rtmpdump" | ||
| 41 | |||
| 42 | ARM_INSTRUCTION_SET = "arm" | ||
| 43 | |||
| 44 | do_configure_prepend() { | ||
| 45 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
| 46 | rm ${S}/m4/lib-link.m4 || true | ||
| 47 | } | ||
| 48 | |||
| 49 | SRC_URI[md5sum] = "fcb09798114461955260e4d940db5987" | ||
| 50 | SRC_URI[sha256sum] = "0eae7d1a1357ae8377fded6a1b42e663887beabe0e6cc336e2ef9ada42e11491" | ||
