wok diff vlc/receipt @ rev 25808
created recipe for xmenu
author | Hans-G?nter Theisgen |
---|---|
date | Thu Dec 19 16:09:37 2024 +0100 (10 days ago) |
parents | 3bfddcf4d28c |
children |
line diff
1.1 --- a/vlc/receipt Sun Aug 25 19:45:07 2024 +0200 1.2 +++ b/vlc/receipt Thu Dec 19 16:09:37 2024 +0100 1.3 @@ -13,7 +13,7 @@ 1.4 WGET_URL="https://download.videolan.org/pub/videolan/$PACKAGE/$VERSION/$TARBALL" 1.5 1.6 DEPENDS="gcc83-lib-base libQt5Core libQt5Gui libQt5Svg libQt5Widgets 1.7 - libQt5X11Extras libQt5Xcb libvlc" 1.8 + libQt5X11Extras libQt5Xcb libvlc icu fribidi" 1.9 BUILD_DEPENDS="alsa-lib-dev cairo-dev dbus-dev expat-dev ffmpeg-dev flac-dev 1.10 fluidsynth-dev fribidi-dev gcc83 gcc83-lib-base gettext gmp-dev gnutls-dev 1.11 hicolor-icon-theme jack-audio-connection-kit-dev libarchive-dev 1.12 @@ -45,12 +45,16 @@ 1.13 export NCURSES_LIBS="-L/lib -lncurses -ltinfo" 1.14 export CC=gcc-83 CXX=g++-83 BUILDCC=gcc-83 1.15 1.16 + # Need to build with old glibc 1.17 + export CPPFLAGS="$CPPFLAGS -D__STDC_FORMAT_MACROS" 1.18 + 1.19 ./configure \ 1.20 --prefix=/usr \ 1.21 --disable-pulse \ 1.22 --disable-a52 \ 1.23 --disable-sout \ 1.24 --disable-libgcrypt \ 1.25 + --enable-qt \ 1.26 --enable-ncurses \ 1.27 --enable-run-as-root \ 1.28 $CONFIGURE_ARGS &&