mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00

Remove the single quotes from the COMPATIBLE_HOST variable regex as it appears to make expression invalid. Thus, leading to ERROR: Nothing PROVIDES 'rpidistro-ffmpeg' rpidistro-ffmpeg was skipped: incompatible with host arm-*-gnueabi (not in COMPATIBLE_HOST) Signed-off-by: Vincent Davis Jr <vince@underview.tech>
160 lines
6.6 KiB
BlitzBasic
160 lines
6.6 KiB
BlitzBasic
DESCRIPTION = "Video player and streamer - davinci edition"
|
|
HOMEPAGE = "http://www.videolan.org"
|
|
SECTION = "multimedia"
|
|
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
SRC_URI = "\
|
|
git://git@github.com/RPi-Distro/vlc;protocol=https;branch=buster-rpt \
|
|
file://0001-configure-fix-linking-on-RISC-V-ISA.patch \
|
|
file://0002-Revert-configure-Require-libmodplug-0.8.9.patch \
|
|
file://0003-mmal_20.patch \
|
|
file://0004-mmal_exit_fix.patch \
|
|
file://0005-mmal_chain.patch \
|
|
file://0006-Use-packageconfig-to-detect-mmal-support.patch \
|
|
file://0007-use-vorbisidec.patch \
|
|
file://0008-fix-luaL-checkint.patch \
|
|
file://0009-fix-EGL-macro-undeclared-and-EGLImageKHR.patch \
|
|
file://0010-fix-numeric_limits-is-not-a-member-of-std.patch \
|
|
"
|
|
|
|
SRCREV = "f7fd69f12a3b89d03768fa3bd468e8f33cd1dc7c"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PROVIDES = "vlc"
|
|
RPROVIDES:${PN} = "${PROVIDES}"
|
|
DEPENDS = "coreutils-native fribidi libtool libgcrypt libgcrypt-native \
|
|
dbus libxml2 gnutls tremor faad2 ffmpeg flac alsa-lib libidn \
|
|
jpeg xz libmodplug mpeg2dec libmtp libopus orc libsamplerate0 \
|
|
avahi libusb1 schroedinger taglib tiff"
|
|
|
|
inherit autotools gettext pkgconfig mime-xdg
|
|
|
|
export BUILDCC = "${BUILD_CC} -std=c11"
|
|
EXTRA_OECONF = "\
|
|
--enable-run-as-root \
|
|
--enable-xvideo \
|
|
--disable-lua \
|
|
--disable-screen --disable-caca \
|
|
--enable-vlm \
|
|
--enable-tremor \
|
|
--disable-aa --disable-faad \
|
|
--enable-dbus \
|
|
--without-contrib \
|
|
--without-kde-solid \
|
|
--enable-realrtsp \
|
|
--disable-libtar \
|
|
--enable-avcodec \
|
|
"
|
|
|
|
PACKAGECONFIG ?= "\
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
|
|
${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'mmal', d)} \
|
|
live555 dv1394 notify fontconfig fluidsynth freetype dvdread png udev \
|
|
x264 alsa harfbuzz jack neon fribidi dvbpsi a52 v4l2 gles2 \
|
|
"
|
|
|
|
PACKAGECONFIG[mmal] = "--enable-omxil --enable-omxil-vout --enable-rpi-omxil --enable-mmal --enable-mmal-avcodec,,userland"
|
|
PACKAGECONFIG[x264] = "--enable-x264,--disable-x264,x264"
|
|
PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad"
|
|
PACKAGECONFIG[a52] = "--enable-a52,--disable-a52,liba52"
|
|
PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
|
|
PACKAGECONFIG[live555] = "--enable-live555 LIVE555_PREFIX=${STAGING_DIR_HOST}${prefix},--disable-live555,live555"
|
|
PACKAGECONFIG[libass] = "--enable-libass,--disable-libass,libass"
|
|
PACKAGECONFIG[postproc] = "--enable-postproc,--disable-postproc,libpostproc"
|
|
PACKAGECONFIG[libva] = "--enable-libva,--disable-libva,libva"
|
|
PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv"
|
|
PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex"
|
|
PACKAGECONFIG[gstreamer] = "--enable-gst-decode,--disable-gst-decode,gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
|
|
PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx, libvpx"
|
|
PACKAGECONFIG[freerdp] = "--enable-freerdp,--disable-freerdp, freerdp"
|
|
PACKAGECONFIG[dvbpsi] = "--enable-dvbpsi,--disable-dvbpsi, libdvbpsi"
|
|
PACKAGECONFIG[samba] = "--enable-smbclient,--disable-smbclient, samba"
|
|
PACKAGECONFIG[upnp] = "--enable-upnp,--disable-upnp,libupnp"
|
|
PACKAGECONFIG[dvdnav] = "--enable-dvdnav,--disable-dvdnav,libdvdnav libdvdcss"
|
|
PACKAGECONFIG[sftp] = "--enable-sftp,--disable-sftp,libssh2"
|
|
PACKAGECONFIG[vorbis] = "--enable-vorbis,--disable-vorbis,libvorbis libogg"
|
|
PACKAGECONFIG[ogg] = "--enable-ogg,--disable-ogg,libvorbis libogg"
|
|
PACKAGECONFIG[dc1394] = "--enable-dc1394,--disable-dc1394,libdc1394"
|
|
PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libraw1394 libavc1394"
|
|
PACKAGECONFIG[svg] = "--enable-svg,--disable-svg,librsvg"
|
|
PACKAGECONFIG[svgdec] = "--enable-svgdec,--disable-svgdec,librsvg cairo"
|
|
PACKAGECONFIG[notify] = "--enable-notify,--disable-notify, libnotify gtk+3"
|
|
PACKAGECONFIG[fontconfig] = "--enable-fontconfig,--disable-fontconfig, fontconfig"
|
|
PACKAGECONFIG[freetype] = "--enable-freetype,--disable-freetype, freetype"
|
|
PACKAGECONFIG[dvdread] = "--enable-dvdread,--disable-dvdread, libdvdread libdvdcss"
|
|
PACKAGECONFIG[vnc] = "--enable-vnc,--disable-vnc, libvncserver"
|
|
PACKAGECONFIG[x11] = "--with-x --enable-xcb,--without-x --disable-xcb, xcb-util-keysyms libxpm libxinerama"
|
|
PACKAGECONFIG[png] = "--enable-png,--disable-png,libpng"
|
|
PACKAGECONFIG[vdpau] = "--enable-vdpau,--disable-vdpau,libvdpau"
|
|
PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland wayland-native"
|
|
PACKAGECONFIG[gles2] = "--enable-gles2,--disable-gles2,virtual/libgles2"
|
|
PACKAGECONFIG[dca] = "--enable-dca,,"
|
|
PACKAGECONFIG[fribidi] = "--enable-fribidi,,fribidi"
|
|
PACKAGECONFIG[gnutls] = "--enable-gnutls,,gnutls"
|
|
PACKAGECONFIG[fluidsynth] = "--enable-fluidsynth,,fluidsynth"
|
|
PACKAGECONFIG[harfbuzz] = "--enable-harfbuzz,--disable-harfbuzz,harfbuzz"
|
|
PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev"
|
|
PACKAGECONFIG[neon] = "--enable-neon,--disable-neon,"
|
|
PACKAGECONFIG[opus] = "--enable-opus,--disable-opus,libopus libogg"
|
|
PACKAGECONFIG[ncurses] = "--enable-ncurses,--disable-ncurses,ncurses"
|
|
PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib"
|
|
PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio"
|
|
PACKAGECONFIG[sdl-image] = "--enable-sdl-image,,libsdl-image"
|
|
PACKAGECONFIG[v4l2] = "--enable-v4l2,,v4l-utils"
|
|
|
|
# Workaround for modules/codec/omxil/omxil_core.h
|
|
# multiple definition of `pf_enable_graphic_buffers'
|
|
# multiple definition of `pf_get_graphic_buffer_usage'
|
|
# multiple definition of `pf_get_hal_format'
|
|
TARGET_CFLAGS:append = " -fcommon"
|
|
TARGET_CXXFLAGS:append = " -fcommon"
|
|
|
|
# Ensures the --enable-mmal-avcodec flag is available for usage
|
|
do_configure:prepend() {
|
|
olddir=`pwd`
|
|
cd ${S}
|
|
./bootstrap
|
|
cd $olddir
|
|
}
|
|
|
|
do_configure:append() {
|
|
# https://forums.raspberrypi.com/viewtopic.php?p=1601535
|
|
sed -i "/GLAPI void APIENTRY glShaderSource (/d" ${STAGING_INCDIR}/GL/glext.h
|
|
#sed -i -e s:'${top_builddir_slash}libtool':'${top_builddir_slash}'${TARGET_SYS}-libtool:g ${B}/doltlibtool
|
|
}
|
|
|
|
# This recipe packages vlc as a library as well, so qt4 dependencies
|
|
# can be avoided when only the library is installed.
|
|
PACKAGES =+ "libvlc"
|
|
|
|
LEAD_SONAME_libvlc = "libvlc.so.5"
|
|
FILES:libvlc = "${libdir}/lib*.so.*"
|
|
|
|
FILES:${PN} += "\
|
|
${bindir}/vlc \
|
|
${libdir}/vlc \
|
|
${datadir}/applications \
|
|
${datadir}/vlc \
|
|
${datadir}/icons \
|
|
${datadir}/metainfo/vlc.appdata.xml \
|
|
"
|
|
|
|
FILES:${PN}-dbg += "\
|
|
${libdir}/vlc/*/.debug \
|
|
${libdir}/vlc/plugins/*/.debug \
|
|
"
|
|
|
|
FILES:${PN}-staticdev += "\
|
|
${libdir}/vlc/plugins/*/*.a \
|
|
${libdir}/vlc/libcompat.a \
|
|
"
|
|
|
|
# Only enable it for rpi class of machines
|
|
COMPATIBLE_HOST = "null"
|
|
COMPATIBLE_HOST:rpi = "(.*)"
|
|
|
|
INSANE_SKIP:${PN} = "dev-so"
|