diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-01-18 17:29:17 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-24 09:40:23 +0000 |
commit | c1ea98126a519e473b2452144b69c4364d0c9791 (patch) | |
tree | 53fbbfd34d22d8261adcabc1fa9710e145ad59c3 /meta | |
parent | beb80910e9f805e50b6446a31202343763c00467 (diff) | |
download | poky-c1ea98126a519e473b2452144b69c4364d0c9791.tar.gz |
gstreamer1.0-plugins-good: minor formatting improvements
(From OE-Core rev: 91ac8a8aec76208d468586b6f42d2379675071be)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
3 files changed, 21 insertions, 22 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc index 3d17497df8..e79da9e796 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | |||
@@ -2,53 +2,52 @@ require gstreamer1.0-plugins.inc | |||
2 | 2 | ||
3 | LICENSE = "GPLv2+ & LGPLv2.1+" | 3 | LICENSE = "GPLv2+ & LGPLv2.1+" |
4 | 4 | ||
5 | # libid3tag | 5 | DEPENDS += "gstreamer1.0-plugins-base libcap zlib bzip2" |
6 | DEPENDS += "gstreamer1.0-plugins-base zlib bzip2 libcap" | ||
7 | 6 | ||
8 | inherit gettext | 7 | inherit gettext |
9 | 8 | ||
10 | |||
11 | PACKAGECONFIG ??= " \ | 9 | PACKAGECONFIG ??= " \ |
12 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ | ||
13 | ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \ | 10 | ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \ |
14 | orc cairo flac gdk-pixbuf gudev jpeg libpng soup speex taglib v4l2 \ | 11 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ |
15 | " | 12 | cairo flac gdk-pixbuf gudev jpeg libpng orc soup speex taglib v4l2 \ |
13 | " | ||
16 | 14 | ||
17 | X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage" | 15 | X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage" |
18 | PACKAGECONFIG[x11] = "--enable-x,--disable-x,${X11DEPENDS}" | 16 | |
19 | PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio" | ||
20 | PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo" | 17 | PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo" |
18 | PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libiec61883 libavc1394 libraw1394" | ||
21 | PACKAGECONFIG[flac] = "--enable-flac,--disable-flac,flac" | 19 | PACKAGECONFIG[flac] = "--enable-flac,--disable-flac,flac" |
22 | PACKAGECONFIG[gdk-pixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf" | 20 | PACKAGECONFIG[gdk-pixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf" |
23 | PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,libgudev" | 21 | PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,libgudev" |
24 | PACKAGECONFIG[libv4l2] = "--with-libv4l2,--without-libv4l2,libv4l2" | ||
25 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" | 22 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" |
26 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" | 23 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" |
27 | PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng" | 24 | PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng" |
25 | PACKAGECONFIG[libv4l2] = "--with-libv4l2,--without-libv4l2,libv4l2" | ||
26 | PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio" | ||
28 | PACKAGECONFIG[soup] = "--enable-soup,--disable-soup,libsoup-2.4" | 27 | PACKAGECONFIG[soup] = "--enable-soup,--disable-soup,libsoup-2.4" |
29 | PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex" | 28 | PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex" |
30 | PACKAGECONFIG[taglib] = "--enable-taglib,--disable-taglib,taglib" | 29 | PACKAGECONFIG[taglib] = "--enable-taglib,--disable-taglib,taglib" |
30 | PACKAGECONFIG[v4l2] = "--enable-gst_v4l2,--disable-gst_v4l2" | ||
31 | PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx,libvpx" | 31 | PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx,libvpx" |
32 | PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack" | 32 | PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack" |
33 | PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libiec61883 libavc1394 libraw1394" | 33 | PACKAGECONFIG[x11] = "--enable-x,--disable-x,${X11DEPENDS}" |
34 | PACKAGECONFIG[v4l2] = "--enable-gst_v4l2,--disable-gst_v4l2" | ||
35 | 34 | ||
36 | EXTRA_OECONF += " \ | 35 | EXTRA_OECONF += " \ |
36 | --enable-bz2 \ | ||
37 | --enable-oss \ | 37 | --enable-oss \ |
38 | --enable-zlib \ | 38 | --enable-zlib \ |
39 | --enable-bz2 \ | ||
40 | --disable-directsound \ | ||
41 | --disable-waveform \ | ||
42 | --disable-oss4 \ | ||
43 | --disable-sunaudio \ | ||
44 | --disable-osx_audio \ | ||
45 | --disable-osx_video \ | ||
46 | --disable-aalib \ | 39 | --disable-aalib \ |
47 | --disable-aalibtest \ | 40 | --disable-aalibtest \ |
41 | --disable-directsound \ | ||
42 | --disable-examples \ | ||
48 | --disable-libcaca \ | 43 | --disable-libcaca \ |
49 | --disable-libdv \ | 44 | --disable-libdv \ |
45 | --disable-oss4 \ | ||
46 | --disable-osx_audio \ | ||
47 | --disable-osx_video \ | ||
50 | --disable-shout2 \ | 48 | --disable-shout2 \ |
51 | --disable-examples \ | 49 | --disable-sunaudio \ |
50 | --disable-waveform \ | ||
52 | " | 51 | " |
53 | 52 | ||
54 | FILES_${PN}-equalizer += "${datadir}/gstreamer-1.0/presets/*.prs" | 53 | FILES_${PN}-equalizer += "${datadir}/gstreamer-1.0/presets/*.prs" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.2.bb index 92ebe1da42..022cfd2790 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.2.bb | |||
@@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | |||
5 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" | 5 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" |
6 | 6 | ||
7 | SRC_URI += "file://0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch" | 7 | SRC_URI += "file://0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch" |
8 | |||
8 | SRC_URI[md5sum] = "ef4f5bc4f31f706832a234b0f603967b" | 9 | SRC_URI[md5sum] = "ef4f5bc4f31f706832a234b0f603967b" |
9 | SRC_URI[sha256sum] = "876e54dfce93274b98e024f353258d35fa4d49d1f9010069e676c530f6eb6a92" | 10 | SRC_URI[sha256sum] = "876e54dfce93274b98e024f353258d35fa4d49d1f9010069e676c530f6eb6a92" |
10 | 11 | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb index 2c0e0efe68..d60eaffc2f 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb | |||
@@ -6,13 +6,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | |||
6 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607 \ | 6 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607 \ |
7 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" | 7 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | ||
10 | |||
11 | SRCREV = "fd0123800c8c1cf1468c0fa5d592ad0d0d8b4140" | 9 | SRCREV = "fd0123800c8c1cf1468c0fa5d592ad0d0d8b4140" |
12 | 10 | ||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | do_configure_prepend() { | 13 | do_configure_prepend() { |
14 | cd ${S} | 14 | cd ${S} |
15 | ./autogen.sh --noconfigure | 15 | ./autogen.sh --noconfigure |
16 | cd ${B} | 16 | cd ${B} |
17 | } | 17 | } |
18 | |||