59 lines
2.1 KiB
PHP
59 lines
2.1 KiB
PHP
|
require gstreamer1.0-plugins.inc
|
||
|
|
||
|
LICENSE = "GPLv2+ & LGPLv2.1+"
|
||
|
|
||
|
# libid3tag
|
||
|
DEPENDS += "gstreamer1.0-plugins-base zlib bzip2 libcap"
|
||
|
|
||
|
inherit gettext
|
||
|
|
||
|
|
||
|
PACKAGECONFIG ??= " \
|
||
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
|
||
|
${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \
|
||
|
orc cairo flac gdk-pixbuf gudev jpeg libpng soup speex taglib \
|
||
|
"
|
||
|
|
||
|
X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage"
|
||
|
X11ENABLEOPTS = "--enable-x --enable-xshm"
|
||
|
X11DISABLEOPTS = "--disable-x --disable-xshm"
|
||
|
PACKAGECONFIG[x11] = "${X11ENABLEOPTS},${X11DISABLEOPTS},${X11DEPENDS}"
|
||
|
PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio"
|
||
|
PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo"
|
||
|
PACKAGECONFIG[flac] = "--enable-flac,--disable-flac,flac"
|
||
|
PACKAGECONFIG[gdk-pixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf"
|
||
|
PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,udev"
|
||
|
PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
|
||
|
PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg"
|
||
|
PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng"
|
||
|
PACKAGECONFIG[soup] = "--enable-soup,--disable-soup,libsoup-2.4"
|
||
|
PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex"
|
||
|
PACKAGECONFIG[taglib] = "--enable-taglib,--disable-taglib,taglib"
|
||
|
PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx,libvpx"
|
||
|
PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack"
|
||
|
|
||
|
# the 1394 plugins require both libraw1394 and libiec61883
|
||
|
# the former is included in meta-oe, the latter isn't
|
||
|
# -> disabled
|
||
|
|
||
|
EXTRA_OECONF += " \
|
||
|
--enable-oss \
|
||
|
--enable-gst_v4l2 \
|
||
|
--without-libv4l2 \
|
||
|
--disable-directsound \
|
||
|
--disable-waveform \
|
||
|
--disable-oss4 \
|
||
|
--disable-sunaudio \
|
||
|
--disable-osx_audio \
|
||
|
--disable-osx_video \
|
||
|
--disable-aalib \
|
||
|
--disable-libcaca \
|
||
|
--disable-libdv \
|
||
|
--disable-shout2 \
|
||
|
--disable-examples \
|
||
|
--disable-dv1394 \
|
||
|
${GSTREAMER_1_0_ORC} \
|
||
|
"
|
||
|
|
||
|
FILES_${PN}-equalizer += "${datadir}/gstreamer-1.0/presets/*.prs"
|