Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

31 lines
1.1 KiB

import 'compile/qt'
name=qt5
submodule=webengine
majver=5.7
version=$majver.0
update_url='https://www.qt.io/download-open-source/'
update_names="qt-everywhere-opensource-src-$version.tar.gz"
dlextract "http://download.qt.io/official_releases/qt/$majver/$version/submodules/qt$submodule-opensource-src-$version.tar.xz" \
'937f64886fbcb038d6fa4b44ae80cbeb'
header_end
cd "qt$submodule-opensource-src-$version"
compile_qt 5 \
WEBENGINE_CONFIG+=use_system_icu \
WEBENGINE_CONFIG+=use_system_ffmpeg \
WEBENGINE_CONFIG+=use_system_minizip \
WEBENGINE_CONFIG+=use_system_libwebp \
WEBENGINE_CONFIG+=use_system_libxslt \
WEBENGINE_CONFIG+=use_system_libevent \
WEBENGINE_CONFIG+=use_system_jsoncpp \
WEBENGINE_CONFIG+=use_system_opus \
WEBENGINE_CONFIG+=use_system_protobuf \
WEBENGINE_CONFIG+=use_system_libsrtp \
WEBENGINE_CONFIG+=use_system_snappy
# WEBENGINE_CONFIG+=use_system_vpx \ It requires a newer version of libvpx. A patch for that from debian just won't apply.
# Options can be found in tools/qmake/mkspecs/features/configure.prf
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: