Wiki home
Editing page "
vlc
"
Base on previous version:
0
-
866
-
881
-
882
-
1814
-
3112
-
3115
-
4688
-
4697
-
4698
-
5799
-
5800
-
5801
-
6397
# Note: depends on [pkg]pkg-config[/pkg] # Note: depends on [pkg]libxcb[/pkg] # Note: depends on [pkg]alsa-lib[/pkg] # Note: depends on [pkg]mesa[/pkg] # Note: depends on [pkg]zlib[/pkg] # Note: depends on [pkg]ffmpeg[/pkg] or [pkg]libav[/pkg] wget -c [link]https://download.videolan.org/pub/videolan/vlc/3.0.0/vlc-3.0.0.tar.xz[/link] tar -xJf vlc-3.0.0.tar.xz cd vlc-3.0.0 # Workarounds for whiny configure sed -i -e 's/as_fn_error.*Could not find .*/true/' configure sed -i -e 's/as_fn_error.*Cannot find .*/true/' configure sed -i -e 's/as_fn_error.*Pass --disable-.*/true/' configure sed -i -e 's/error-implicit-function-declaration//' configure sed -i -e 's/as_fn_error.*libavutil versions .*/true/' configure mkdir -p build cd build ../configure --prefix="/usr" BUILDCC="gcc" || ../configure --prefix="/usr" --disable-dbus BUILDCC="gcc" echo '#define luaL_checkint luaL_checkinteger' >> config.h echo '#define isPlatformX11() display()' >> config.h # Fix Qt support make # Doesn't mind -j# make install
Change summary:
Tags allowed:
[pkg]name[/pkg]
Link to another package on the buildwiki by name
[link]URL[/link]
Link to an external page