mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
gstreamer1.0-plugins-bad: upgrade to 1.4.0
* eglglessink was replaced by glimagesink * sndfile plugin has been ported to 1.0 * webp support added since libwep recipe has been added to meta-multimedia * mfc was replaced by v4l2videodec, which does not need special flags * cdaudio was removed * directshow plugin was replaced by winks (From OE-Core rev: e2fb717c0a081534252c5026401e3fee8328c502) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4832b9438b
commit
273c6adc08
@@ -11,16 +11,16 @@ inherit gettext
|
||||
|
||||
PACKAGECONFIG ??= " \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'eglgles', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gl', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)} \
|
||||
orc curl uvch264 neon \
|
||||
orc curl uvch264 neon sndfile \
|
||||
hls sbc dash bz2 smoothstreaming \
|
||||
"
|
||||
# dash = Dynamic Adaptive Streaming over HTTP
|
||||
PACKAGECONFIG[assrender] = "--enable-assrender,--disable-assrender,libass"
|
||||
PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl"
|
||||
PACKAGECONFIG[eglgles] = "--enable-eglgles,--disable-eglgles,virtual/egl virtual/libgles2"
|
||||
PACKAGECONFIG[gl] = "--enable-gl,--disable-gl,virtual/egl virtual/libgles2"
|
||||
PACKAGECONFIG[faac] = "--enable-faac,--disable-faac,faac"
|
||||
PACKAGECONFIG[faad] = "--enable-faad,--disable-faad,faad2"
|
||||
PACKAGECONFIG[libmms] = "--enable-libmms,--disable-libmms,libmms"
|
||||
@@ -43,18 +43,25 @@ PACKAGECONFIG[schroedinger] = "--enable-schro,--disable-schro,schroedinger"
|
||||
PACKAGECONFIG[smoothstreaming] = "--enable-smoothstreaming,--disable-smoothstreaming,libxml2"
|
||||
PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,bluez4"
|
||||
PACKAGECONFIG[rsvg] = "--enable-rsvg,--disable-rsvg,librsvg"
|
||||
PACKAGECONFIG[sndfile] = "--enable-sndfile,--disable-sndfile,libsndfile1"
|
||||
PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp"
|
||||
|
||||
# these plugins have not been ported to 1.0 (yet):
|
||||
# directdraw vcd apexsink cdaudio dc1394 lv2 linsys musepack mythtv
|
||||
# nas timidity teletextdec sdl sndfile xvid wininet acm gsettings
|
||||
# sndio cdxaparse dccp faceoverlay hdvparse ivfparse jp2kdecimator
|
||||
# linsys mve nuvdemux osx_video patchdetect quicktime real sdi stereo
|
||||
# tta videomeasure videosignal vmnc
|
||||
# directdraw vcd apexsink dc1394 lv2 linsys musepack mythtv
|
||||
# nas timidity teletextdec sdl xvid wininet acm gsettings
|
||||
# sndio qtwrapper cdxaparse dccp faceoverlay hdvparse tta
|
||||
# mve nuvdemux osx_video patchdetect quicktime real sdi
|
||||
# videomeasure gsettings
|
||||
|
||||
# these plugins have no corresponding library in OE-core or meta-openembedded:
|
||||
# openni2 winks direct3d directdraw directsound winscreencap osx_video
|
||||
# apple_media android_media avc chromaprint daala dts gme gsm kate ladspa mimic
|
||||
# mpeg2enc mplex ofa openjpeg opensles pvr resindvd rtmp soundtouch spandsp spc
|
||||
# srtp vdpau voaacenc voamrwbenc wasapi zbar
|
||||
|
||||
EXTRA_OECONF += " \
|
||||
--enable-dvb \
|
||||
--enable-shm \
|
||||
--enable-mfc \
|
||||
--enable-fbdev \
|
||||
--enable-decklink \
|
||||
--disable-acm \
|
||||
@@ -62,13 +69,11 @@ EXTRA_OECONF += " \
|
||||
--disable-apexsink \
|
||||
--disable-apple_media \
|
||||
--disable-avc \
|
||||
--disable-cdaudio \
|
||||
--disable-chromaprint \
|
||||
--disable-daala \
|
||||
--disable-dc1394 \
|
||||
--disable-direct3d \
|
||||
--disable-directdraw \
|
||||
--disable-directshow \
|
||||
--disable-directsound \
|
||||
--disable-dts \
|
||||
--disable-gme \
|
||||
@@ -94,7 +99,6 @@ EXTRA_OECONF += " \
|
||||
--disable-rtmp \
|
||||
--disable-sdl \
|
||||
--disable-sdltest \
|
||||
--disable-sndfile \
|
||||
--disable-sndio \
|
||||
--disable-soundtouch \
|
||||
--disable-spandsp \
|
||||
@@ -107,7 +111,6 @@ EXTRA_OECONF += " \
|
||||
--disable-voaacenc \
|
||||
--disable-voamrwbenc \
|
||||
--disable-wasapi \
|
||||
--disable-webp \
|
||||
--disable-wildmidi \
|
||||
--disable-wininet \
|
||||
--disable-winscreencap \
|
||||
|
||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \
|
||||
file://gst/tta/filters.h;beginline=12;endline=29;md5=8a08270656f2f8ad7bb3655b83138e5a \
|
||||
file://COPYING.LIB;md5=21682e4e8fea52413fd26c60acb907e5 \
|
||||
file://gst/tta/crc32.h;beginline=12;endline=29;md5=27db269c575d1e5317fffca2d33b3b50"
|
||||
SRC_URI[md5sum] = "16c2050716383926909664aa6c6aca2b"
|
||||
SRC_URI[sha256sum] = "984c133ec9d5d705e313d9e2bbd1472b93c6567460602a9a316578925ffe2eca"
|
||||
SRC_URI[md5sum] = "3bc0fcfe8d16ad1295f0454c1fcb4ba3"
|
||||
SRC_URI[sha256sum] = "ff2cb754f7725b205aec66002b1406e440f3a03194b6cad2d126ef5cd00902f9"
|
||||
S = "${WORKDIR}/gst-plugins-bad-${PV}"
|
||||
|
||||
Reference in New Issue
Block a user