diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-06-24 06:56:25 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-25 08:54:45 +0700 |
commit | 7aade40f6edd3da03be6e74d7b5f46cf201d7ea6 (patch) | |
tree | 27f622a9456b3a09599f4fbd98e07c76ef758ffc /libraries/qt5/qt5.info | |
parent | 889104ddb8db3ccad20cf919d6a0ae5752e6703a (diff) |
libraries/qt5: Added a switch for proprietary codecs in qtwebengine.
Added the dependency libxkbcommon, fixed download location,
added the optional dependencies opus and snappy
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/qt5/qt5.info')
-rw-r--r-- | libraries/qt5/qt5.info | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/qt5/qt5.info b/libraries/qt5/qt5.info index f85f0e46fb1d..6166fadf28cf 100644 --- a/libraries/qt5/qt5.info +++ b/libraries/qt5/qt5.info @@ -1,10 +1,10 @@ PRGNAM="qt5" VERSION="5.6.1" HOMEPAGE="http://qt-project.org/" -DOWNLOAD="http://download.qt-project.org/official_releases/qt/5.6/5.6.1/single/qt-everywhere-opensource-src-5.6.1.tar.xz" -MD5SUM="d647574345c45b5ab8b41b2d46efffb9" +DOWNLOAD="http://download.qt.io/official_releases/qt/5.6/5.6.1-1/single/qt-everywhere-opensource-src-5.6.1-1.tar.xz" +MD5SUM="f44fd4fcae71087f90d9c68e9d8be449" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="libxkbcommon" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" |