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] wget -c [link]http://download.videolan.org/pub/videolan/vlc/2.1.5/vlc-2.1.5.tar.xz[/link] tar -xJf vlc-2.1.5.tar.xz cd vlc-2.1.5 # 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 '/>= 5/s/Qt/Qt5/g' configure mkdir -p build cd build ../configure --prefix="/usr" || ../configure --prefix="/usr" --disable-dbus # Don't use -Werror if the code produces warnings sed -i -e 's/-Werror[^ "]*//;s/"-implicit-function-declaration /" /' config.status 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