wok diff vlc/receipt @ rev 25740
Fix vlc build, 3.x required Qt5
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sun Aug 25 19:45:07 2024 +0200 (2 months ago) |
parents | 934055de50e2 |
children | d462db8f0258 |
line diff
1.1 --- a/vlc/receipt Wed Feb 16 21:07:01 2022 +0000 1.2 +++ b/vlc/receipt Sun Aug 25 19:45:07 2024 +0200 1.3 @@ -12,17 +12,18 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.5 WGET_URL="https://download.videolan.org/pub/videolan/$PACKAGE/$VERSION/$TARBALL" 1.6 1.7 -DEPENDS="gcc83-lib-base libQtCore libQtGui libvlc" 1.8 +DEPENDS="gcc83-lib-base libQt5Core libQt5Gui libQt5Svg libQt5Widgets 1.9 + libQt5X11Extras libQt5Xcb libvlc" 1.10 BUILD_DEPENDS="alsa-lib-dev cairo-dev dbus-dev expat-dev ffmpeg-dev flac-dev 1.11 fluidsynth-dev fribidi-dev gcc83 gcc83-lib-base gettext gmp-dev gnutls-dev 1.12 hicolor-icon-theme jack-audio-connection-kit-dev libarchive-dev 1.13 - libavc1394-dev libcaca-dev libcddb-dev libdvdread-dev libdvdnav-dev 1.14 + libavc1394-dev libcddb-dev libdvdread-dev libdvdnav-dev 1.15 libegl-mesa libgnutls libmad-dev libmodplug-dev libmpeg2-dev libmtp-dev 1.16 libraw1394-dev librsvg-dev libsamplerate-dev libsdl-image-dev libsecret-dev 1.17 libtheora-dev libtheora-enc libupnp-dev libvorbis-dev libxml2-dev lua5.1-dev 1.18 - ncurses-dev opus-dev pango-dev protobuf-dev Qt4-dev speex-dev taglib-dev tar 1.19 + ncurses-dev opus-dev pango-dev protobuf-dev Qt5-dev speex-dev taglib-dev tar 1.20 util-linux-uuid-dev x264-dev x265-dev xcb-util-dev xcb-util-keysyms-dev yasm 1.21 - zvbi-dev" 1.22 + zvbi-dev icu-dev" 1.23 1.24 COOKOPTS="!fixdesktops" 1.25