diff options
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.1.bb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.1.bb index 673bf10918..b80cd129be 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.1.bb | |||
@@ -27,20 +27,24 @@ inherit gettext | |||
27 | PACKAGECONFIG ??= " \ | 27 | PACKAGECONFIG ??= " \ |
28 | ${GSTREAMER_ORC} \ | 28 | ${GSTREAMER_ORC} \ |
29 | ${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio x11', d)} \ | 29 | ${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio x11', d)} \ |
30 | cairo flac gdk-pixbuf gudev jpeg libpng soup speex taglib v4l2 bz2 zlib mpg123 lame \ | 30 | bz2 cairo flac gdk-pixbuf gudev jpeg lame libpng mpg123 soup speex taglib v4l2 zlib \ |
31 | " | 31 | " |
32 | 32 | ||
33 | X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage" | 33 | X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage" |
34 | 34 | ||
35 | PACKAGECONFIG[bz2] = "--enable-bz2,--disable-bz2,bzip2" | ||
35 | PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo" | 36 | PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo" |
36 | PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libiec61883 libavc1394 libraw1394" | 37 | PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libiec61883 libavc1394 libraw1394" |
37 | PACKAGECONFIG[flac] = "--enable-flac,--disable-flac,flac" | 38 | PACKAGECONFIG[flac] = "--enable-flac,--disable-flac,flac" |
38 | PACKAGECONFIG[gdk-pixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf" | 39 | PACKAGECONFIG[gdk-pixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf" |
40 | PACKAGECONFIG[gtk] = "--enable-gtk3,--disable-gtk3,gtk+3" | ||
39 | PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,libgudev" | 41 | PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,libgudev" |
40 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" | 42 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" |
41 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" | 43 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" |
44 | PACKAGECONFIG[lame] = "--enable-lame,--disable-lame,lame" | ||
42 | PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng" | 45 | PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng" |
43 | PACKAGECONFIG[libv4l2] = "--with-libv4l2,--without-libv4l2,v4l-utils" | 46 | PACKAGECONFIG[libv4l2] = "--with-libv4l2,--without-libv4l2,v4l-utils" |
47 | PACKAGECONFIG[mpg123] = "--enable-mpg123,--disable-mpg123,mpg123" | ||
44 | PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio" | 48 | PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio" |
45 | PACKAGECONFIG[soup] = "--enable-soup,--disable-soup,libsoup-2.4" | 49 | PACKAGECONFIG[soup] = "--enable-soup,--disable-soup,libsoup-2.4" |
46 | PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex" | 50 | PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex" |
@@ -49,11 +53,7 @@ PACKAGECONFIG[v4l2] = "--enable-gst_v4l2 --enable-v4l2-probe,--disable-gst | |||
49 | PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx,libvpx" | 53 | PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx,libvpx" |
50 | PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack" | 54 | PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack" |
51 | PACKAGECONFIG[x11] = "--enable-x,--disable-x,${X11DEPENDS}" | 55 | PACKAGECONFIG[x11] = "--enable-x,--disable-x,${X11DEPENDS}" |
52 | PACKAGECONFIG[bz2] = "--enable-bz2,--disable-bz2,bzip2" | ||
53 | PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib" | 56 | PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib" |
54 | PACKAGECONFIG[lame] = "--enable-lame,--disable-lame,lame" | ||
55 | PACKAGECONFIG[mpg123] = "--enable-mpg123,--disable-mpg123,mpg123" | ||
56 | PACKAGECONFIG[gtk] = "--enable-gtk3,--disable-gtk3,gtk+3" | ||
57 | 57 | ||
58 | # qt5 support is disabled, because it is not present in OE core, and requires more work than | 58 | # qt5 support is disabled, because it is not present in OE core, and requires more work than |
59 | # just adding a packageconfig (it requires access to moc, uic, rcc, and qmake paths). | 59 | # just adding a packageconfig (it requires access to moc, uic, rcc, and qmake paths). |
@@ -70,9 +70,10 @@ EXTRA_OECONF += " \ | |||
70 | --disable-oss4 \ | 70 | --disable-oss4 \ |
71 | --disable-osx_audio \ | 71 | --disable-osx_audio \ |
72 | --disable-osx_video \ | 72 | --disable-osx_video \ |
73 | --disable-qt \ | ||
73 | --disable-shout2 \ | 74 | --disable-shout2 \ |
75 | --disable-twolame \ | ||
74 | --disable-waveform \ | 76 | --disable-waveform \ |
75 | --disable-qt \ | ||
76 | " | 77 | " |
77 | 78 | ||
78 | FILES_${PN}-equalizer += "${datadir}/gstreamer-1.0/presets/*.prs" | 79 | FILES_${PN}-equalizer += "${datadir}/gstreamer-1.0/presets/*.prs" |