mirror of
https://git.yoctoproject.org/poky
synced 2026-06-07 03:04:04 +00:00
gstreamer1.0-plugin-good: Update packageconfigs
* There is no twolame recipe in oe-core or in meta-openembedded, so disable it * Reorder the packageconfigs alphabetically (From OE-Core rev: b2c5fe9bf9432e9a72be73c22e4db1af90a20b01) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> 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
e484aee1b9
commit
6f690acbcc
@@ -27,20 +27,24 @@ inherit gettext
|
||||
PACKAGECONFIG ??= " \
|
||||
${GSTREAMER_ORC} \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio x11', d)} \
|
||||
cairo flac gdk-pixbuf gudev jpeg libpng soup speex taglib v4l2 bz2 zlib mpg123 lame \
|
||||
bz2 cairo flac gdk-pixbuf gudev jpeg lame libpng mpg123 soup speex taglib v4l2 zlib \
|
||||
"
|
||||
|
||||
X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage"
|
||||
|
||||
PACKAGECONFIG[bz2] = "--enable-bz2,--disable-bz2,bzip2"
|
||||
PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo"
|
||||
PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libiec61883 libavc1394 libraw1394"
|
||||
PACKAGECONFIG[flac] = "--enable-flac,--disable-flac,flac"
|
||||
PACKAGECONFIG[gdk-pixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf"
|
||||
PACKAGECONFIG[gtk] = "--enable-gtk3,--disable-gtk3,gtk+3"
|
||||
PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,libgudev"
|
||||
PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
|
||||
PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg"
|
||||
PACKAGECONFIG[lame] = "--enable-lame,--disable-lame,lame"
|
||||
PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng"
|
||||
PACKAGECONFIG[libv4l2] = "--with-libv4l2,--without-libv4l2,v4l-utils"
|
||||
PACKAGECONFIG[mpg123] = "--enable-mpg123,--disable-mpg123,mpg123"
|
||||
PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio"
|
||||
PACKAGECONFIG[soup] = "--enable-soup,--disable-soup,libsoup-2.4"
|
||||
PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex"
|
||||
@@ -49,11 +53,7 @@ PACKAGECONFIG[v4l2] = "--enable-gst_v4l2 --enable-v4l2-probe,--disable-gst
|
||||
PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx,libvpx"
|
||||
PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack"
|
||||
PACKAGECONFIG[x11] = "--enable-x,--disable-x,${X11DEPENDS}"
|
||||
PACKAGECONFIG[bz2] = "--enable-bz2,--disable-bz2,bzip2"
|
||||
PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib"
|
||||
PACKAGECONFIG[lame] = "--enable-lame,--disable-lame,lame"
|
||||
PACKAGECONFIG[mpg123] = "--enable-mpg123,--disable-mpg123,mpg123"
|
||||
PACKAGECONFIG[gtk] = "--enable-gtk3,--disable-gtk3,gtk+3"
|
||||
|
||||
# qt5 support is disabled, because it is not present in OE core, and requires more work than
|
||||
# just adding a packageconfig (it requires access to moc, uic, rcc, and qmake paths).
|
||||
@@ -70,9 +70,10 @@ EXTRA_OECONF += " \
|
||||
--disable-oss4 \
|
||||
--disable-osx_audio \
|
||||
--disable-osx_video \
|
||||
--disable-shout2 \
|
||||
--disable-waveform \
|
||||
--disable-qt \
|
||||
--disable-shout2 \
|
||||
--disable-twolame \
|
||||
--disable-waveform \
|
||||
"
|
||||
|
||||
FILES_${PN}-equalizer += "${datadir}/gstreamer-1.0/presets/*.prs"
|
||||
|
||||
Reference in New Issue
Block a user