mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-11 15:00:13 +00:00
Removing all the S = ${WORKDIR}/git assignments works because BB_GIT_DEFAULT_DESTSUFFIX
is set to match S from bitbake.conf (which itself is set to match typical tarball
releases).
https://git.openembedded.org/openembedded-core/commit/?id=f80c07019ddadaf9c5fb890faabfda7920ecd15e
https://git.openembedded.org/openembedded-core/commit/?id=46480a5e66747a673041fe4452a0ab14a1736d5e
Signed-off-by: Alper Ak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
165 lines
7.1 KiB
BlitzBasic
165 lines
7.1 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-CVE-2022-41325.patch \
|
|
file://0004-mmal_20.patch \
|
|
file://0005-mmal_exit_fix.patch \
|
|
file://0006-mmal_chain.patch \
|
|
file://0007-armv6.patch \
|
|
file://0008-configure-Disable-incompatible-function-pointer-type.patch \
|
|
file://0009-demux-dash-include-cstdint-needed-for-uint64_t.patch \
|
|
file://2001-fix-luaL-checkint.patch \
|
|
file://2002-use-vorbisidec.patch \
|
|
file://3001-configure.ac-setup-for-OE-usage.patch \
|
|
file://3002-fix-EGL-macro-undeclared-and-EGLImageKHR.patch \
|
|
file://3003-codec-omxil_core-replace-opt-vc-path-with-usr-lib.patch \
|
|
file://3004-use-GLESv2-headers-over-GL-headers.patch \
|
|
file://3005-modules-remove-glspectrum-usage.patch \
|
|
file://3006-codec-omxil_core.h-fix-multiple-definition-of.patch \
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', 'file://3007-remove-xorg-related-link-libs.patch', d)} \
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '', 'file://3008-vo-Makefile.am-exclude-libgl_plugin.patch', d)} \
|
|
file://3009-vo-converter_vaapi-Fix-EGL-macro-undeclared.patch \
|
|
file://3010-po-Fix-typos-in-oc.po-for-gettext-compatibility.patch \
|
|
"
|
|
|
|
SRCREV = "b276eb0d7bc3213363e97dbb681ef7c927be6c73"
|
|
|
|
|
|
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 \
|
|
--disable-css \
|
|
"
|
|
|
|
PACKAGECONFIG ?= "\
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
|
|
${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'mmal', d)} \
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)} \
|
|
${@bb.utils.contains_any('DISTRO_FEATURES', 'x11', 'notify', '', d)} \
|
|
live555 dv1394 fontconfig fluidsynth freetype png udev \
|
|
x264 alsa harfbuzz jack neon fribidi dvbpsi a52 v4l2 \
|
|
"
|
|
|
|
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,--disable-dca,libdca"
|
|
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"
|
|
|
|
TARGET_CFLAGS:append = " -I${STAGING_INCDIR}/drm"
|
|
TARGET_LDFLAGS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '-lGLESv2', '', d)}"
|
|
|
|
# Ensures the --enable-mmal-avcodec flag is available for usage
|
|
do_configure:prepend() {
|
|
olddir=`pwd`
|
|
cd ${S}
|
|
./bootstrap
|
|
cd $olddir
|
|
}
|
|
|
|
# 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"
|