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-good_0.10.31.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-good_0.10.31.bb')
-rw-r--r-- | meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-good_0.10.31.bb | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-good_0.10.31.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-good_0.10.31.bb new file mode 100644 index 000000000..af1828171 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-good_0.10.31.bb | |||
@@ -0,0 +1,47 @@ | |||
1 | require gst-plugins.inc | ||
2 | |||
3 | LICENSE = "GPLv2+ & LGPLv2.1+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | ||
5 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=622921ffad8cb18ab906c56052788a3f \ | ||
6 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" | ||
7 | |||
8 | PR = "r8" | ||
9 | |||
10 | PACKAGECONFIG ?= "jpeg v4l \ | ||
11 | ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \ | ||
12 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ | ||
13 | " | ||
14 | PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio" | ||
15 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" | ||
16 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" | ||
17 | PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack" | ||
18 | PACKAGECONFIG[gdkpixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf" | ||
19 | PACKAGECONFIG[v4l] = "--enable-gst_v4l2 --with-gudev,--disable-gst_v4l2 --without-gudev,udev" | ||
20 | # sub-feature of v4l, but control separately since libv4l is not part of oe-core | ||
21 | PACKAGECONFIG[libv4l] = "--with-libv4l2,--without-libv4l2,libv4l" | ||
22 | PACKAGECONFIG[bzip2] = "--enable-bz2,--disable-bz2,bzip2" | ||
23 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" | ||
24 | PACKAGECONFIG[x11] = "--enable-x,--disable-x,virtual/libx11 libxfixes libxdamage" | ||
25 | |||
26 | DEPENDS += "gst-plugins-base gconf cairo libpng zlib libid3tag flac \ | ||
27 | speex libsoup-2.4 libcap" | ||
28 | |||
29 | inherit gettext gconf | ||
30 | |||
31 | SRC_URI += "file://0001-v4l2-fix-build-with-recent-kernels-the-v4l2_buffer-i.patch \ | ||
32 | file://0001-v4l2_calls-define-V4L2_CID_HCENTER-and-V4L2_CID_VCEN.patch \ | ||
33 | file://0407-mulawdec-fix-integer-overrun.patch \ | ||
34 | " | ||
35 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal \ | ||
36 | --disable-examples --disable-taglib" | ||
37 | |||
38 | do_configure_prepend() { | ||
39 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
40 | rm ${S}/m4/lib-link.m4 || true | ||
41 | } | ||
42 | |||
43 | SRC_URI[md5sum] = "24f98a294a2b521e1b29412bdadae2e6" | ||
44 | SRC_URI[sha256sum] = "7e27840e40a7932ef2dc032d7201f9f41afcaf0b437daf5d1d44dc96d9e35ac6" | ||
45 | |||
46 | FILES_${PN}-gconfelements += "${sysconfdir}/gconf/schemas/gstreamer-0.10.schemas" | ||
47 | FILES_${PN}-equalizer += "${datadir}/gstreamer-0.10/presets/*.prs" | ||