summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.23.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-multimedia/recipes-multimedia/vlc/vlc_3.0.23.bb')
-rw-r--r--meta-multimedia/recipes-multimedia/vlc/vlc_3.0.23.bb139
1 files changed, 139 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.23.bb b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.23.bb
new file mode 100644
index 0000000000..8f728226c6
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.23.bb
@@ -0,0 +1,139 @@
1DESCRIPTION = "Video player and streamer - davinci edition"
2HOMEPAGE = "http://www.videolan.org"
3SECTION = "multimedia"
4
5LICENSE = "GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7
8DEPENDS = "coreutils-native fribidi libtool libgcrypt libgcrypt-native bison-native \
9 dbus libxml2 gnutls \
10 tremor faad2 ffmpeg flac alsa-lib \
11 lua-native lua libidn \
12 avahi jpeg xz libmodplug \
13 libmtp libopus orc libsamplerate0 libusb1 schroedinger taglib \
14 tiff"
15
16LDFLAGS:append:riscv64 = " -latomic"
17LDFLAGS:append:riscv32 = " -latomic"
18
19SRC_URI = "https://get.videolan.org/${BPN}/${PV}/${BP}.tar.xz \
20 file://0001-make-opencv-configurable.patch \
21 file://0002-use-vorbisidec.patch \
22 file://0003-fix-luaL-checkint.patch \
23 file://0004-Use-packageconfig-to-detect-mmal-support.patch \
24 file://0005-ioctl-does-not-have-same-signature-between-glibc-and.patch \
25 file://0006-configure-Disable-incompatible-function-pointer-type.patch \
26"
27SRC_URI[sha256sum] = "e891cae6aa3ccda69bf94173d5105cbc55c7a7d9b1d21b9b21666e69eff3e7e0"
28inherit autotools-brokensep features_check gettext pkgconfig mime-xdg
29
30REQUIRED_DISTRO_FEATURES = "x11"
31
32export BUILDCC = "${BUILD_CC}"
33EXTRA_OECONF = "\
34 --enable-run-as-root \
35 --enable-xvideo \
36 --disable-screen --disable-caca \
37 --enable-vlm \
38 --enable-freetype \
39 --enable-tremor \
40 --enable-v4l2 --disable-aa --disable-faad \
41 --enable-dbus \
42 --without-contrib \
43 --without-kde-solid \
44 --enable-realrtsp \
45 --enable-avcodec \
46 --disable-opencv \
47 --disable-freerdp \
48 ac_cv_path_MOC=${STAGING_BINDIR_NATIVE}${QT_DIR_NAME}/moc \
49 ac_cv_path_RCC=${STAGING_BINDIR_NATIVE}${QT_DIR_NAME}/rcc \
50 ac_cv_path_UIC=${STAGING_BINDIR_NATIVE}${QT_DIR_NAME}/uic \
51"
52
53PACKAGECONFIG ?= " \
54 live555 dc1394 dv1394 notify fontconfig fluidsynth freetype dvdread png \
55 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
56 x264 \
57"
58
59inherit ${@bb.utils.contains('PACKAGECONFIG', 'qt5', 'qmake5_paths', '', d)}
60
61PACKAGECONFIG[mmal] = "--enable-omxil --enable-omxil-vout --enable-rpi-omxil --enable-mmal,,userland"
62PACKAGECONFIG[x264] = "--enable-x264,--disable-x264,x264"
63PACKAGECONFIG[fluidsynth] = ",,fluidsynth"
64PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad"
65PACKAGECONFIG[a52] = "--enable-a52,--disable-a52,liba52"
66PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
67PACKAGECONFIG[live555] = "--enable-live555 LIVE555_PREFIX=${STAGING_DIR_HOST}${prefix},--disable-live555,live555"
68PACKAGECONFIG[libass] = "--enable-libass,--disable-libass,libass"
69PACKAGECONFIG[postproc] = "--enable-postproc,--disable-postproc,libpostproc"
70PACKAGECONFIG[libva] = "--enable-libva,--disable-libva,libva"
71PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex"
72PACKAGECONFIG[gstreamer] = "--enable-gst-decode,--disable-gst-decode,gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
73PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx, libvpx"
74PACKAGECONFIG[qt5] = "--enable-qt,--disable-qt, qtbase-native qtx11extras qtsvg"
75PACKAGECONFIG[dvbpsi] = "--enable-dvbpsi,--disable-dvbpsi, libdvbpsi"
76PACKAGECONFIG[samba] = "--enable-smbclient,--disable-smbclient, samba"
77PACKAGECONFIG[upnp] = "--enable-upnp,--disable-upnp,libupnp"
78PACKAGECONFIG[dvdnav] = "--enable-dvdnav,--disable-dvdnav,libdvdnav libdvdcss"
79PACKAGECONFIG[sftp] = "--enable-sftp,--disable-sftp,libssh2"
80PACKAGECONFIG[vorbis] = "--enable-vorbis,--disable-vorbis,libvorbis libogg"
81PACKAGECONFIG[ogg] = "--enable-ogg,--disable-ogg,libvorbis libogg"
82PACKAGECONFIG[dc1394] = "--enable-dc1394,--disable-dc1394,libdc1394"
83PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libraw1394 libavc1394"
84PACKAGECONFIG[svg] = "--enable-svg,--disable-svg,librsvg"
85PACKAGECONFIG[svgdec] = "--enable-svgdec,--disable-svgdec,librsvg cairo"
86PACKAGECONFIG[notify] = "--enable-notify,--disable-notify, libnotify gtk+3"
87PACKAGECONFIG[fontconfig] = "--enable-fontconfig,--disable-fontconfig, fontconfig"
88PACKAGECONFIG[freetype] = "--enable-freetype,--disable-freetype, freetype"
89PACKAGECONFIG[dvdread] = "--enable-dvdread,--disable-dvdread, libdvdread libdvdcss"
90PACKAGECONFIG[vnc] = "--enable-vnc,--disable-vnc, libvncserver"
91PACKAGECONFIG[x11] = "--with-x --enable-xcb,--without-x --disable-xcb, xcb-util-keysyms libxpm libxinerama"
92PACKAGECONFIG[png] = "--enable-png,--disable-png,libpng"
93PACKAGECONFIG[vdpau] = "--enable-vdpau,--disable-vdpau,libvdpau"
94PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland wayland-native wayland-protocols"
95
96do_configure:prepend() {
97 # use wayland-scanner from native sysroot instead of build host
98 sed -i 's,\(WAYLAND_SCANNER=\).*,\1${STAGING_BINDIR_NATIVE}/wayland-scanner,' configure.ac
99}
100
101do_configure:append() {
102 # moc needs support: precreate build paths
103 for qtpath in adapters components/epg components/playlist components/sout dialogs managers styles util/buttons; do
104 mkdir -p "${B}/modules/gui/qt/$qtpath"
105 done
106 sed -i -e 's|${WORKDIR}||g' ${B}/config.h
107}
108
109# This recipe packages vlc as a library as well, so qt4 dependencies
110# can be avoided when only the library is installed.
111PACKAGES =+ "libvlc"
112
113LEAD_SONAME_libvlc = "libvlc.so.5"
114FILES:libvlc = "${libdir}/lib*.so.*"
115
116FILES:${PN} += "\
117 ${bindir}/vlc \
118 ${libdir}/vlc/vlc/libvlc_vdpau.so \
119 ${datadir}/applications \
120 ${datadir}/vlc/ \
121 ${datadir}/icons \
122 ${datadir}/metainfo/org.videolan.vlc.appdata.xml \
123"
124
125FILES:${PN}-dbg += "\
126 ${libdir}/vlc/*/.debug \
127 ${libdir}/vlc/plugins/*/.debug \
128"
129
130FILES:${PN}-staticdev += "\
131 ${libdir}/vlc/plugins/*/*.a \
132"
133
134INSANE_SKIP:${PN} = "dev-so"
135
136EXCLUDE_FROM_WORLD = "${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "0", "1", d)}"
137
138CVE_STATUS[CVE-2026-26227] = "not-applicable-platform: the vulnerability is Android-specific"
139CVE_STATUS[CVE-2026-26228] = "not-applicable-platform: the vulnerability is Android-specific"