diff options
author | Christoph Willing <chris.willing@linux.com> | 2017-06-01 13:54:17 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-03 08:00:11 +0700 |
commit | 4ed57201249397179c50410d6917e6ab06f35cf9 (patch) | |
tree | 7a3139cd0c88398aee0a31a6874dde8cb81b5dc1 | |
parent | 726292b850d7748117cc50c307c81161592af0ee (diff) |
graphics/vsxu: Updated for version 0.6.1.0
Signed-off-by: Christoph Willing <chris.willing@linux.com>
-rw-r--r-- | graphics/vsxu/README.SBo | 13 | ||||
-rw-r--r-- | graphics/vsxu/vsxu.SlackBuild | 2 | ||||
-rw-r--r-- | graphics/vsxu/vsxu.info | 8 |
3 files changed, 18 insertions, 5 deletions
diff --git a/graphics/vsxu/README.SBo b/graphics/vsxu/README.SBo new file mode 100644 index 000000000000..aee47e503ff6 --- /dev/null +++ b/graphics/vsxu/README.SBo @@ -0,0 +1,13 @@ +The source tarball downloadable directly from the vsxu github repository +does not contain any of the git submodules required to build the project. +We therefore supply at slackbuilddirectlinks that contains the necessary +submodules. The difference in content is denoted by the versions number; +a ".0" is added to the "eqivalent" github version e.g. if the github tarball +were named vsxu-0.6.1.tar.gz then the more complete slackbuilddirectlinks +tarball would be named vsxu-0.6.1.0.tar.gz. Such updated tarballs are +constructed using the following shell commands (again using 0.6.1 as an +example version): + +git clone --recursive -b v0.6.1 https://github.com/vovoid/vsxu.git vsxu-0.6.1.0 +tar zcv --exclude=".git*" -f vsxu-0.6.1.0.tar.gz vsxu-0.6.1.0 + diff --git a/graphics/vsxu/vsxu.SlackBuild b/graphics/vsxu/vsxu.SlackBuild index 0e15d583ccdb..c546e6565ad4 100644 --- a/graphics/vsxu/vsxu.SlackBuild +++ b/graphics/vsxu/vsxu.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=vsxu -VERSION=${VERSION:-0.5.1} +VERSION=${VERSION:-0.6.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/graphics/vsxu/vsxu.info b/graphics/vsxu/vsxu.info index a3680bfdded1..5cc88209178a 100644 --- a/graphics/vsxu/vsxu.info +++ b/graphics/vsxu/vsxu.info @@ -1,10 +1,10 @@ PRGNAM="vsxu" -VERSION="0.5.1" +VERSION="0.6.1.0" HOMEPAGE="http://www.vsxu.com" -DOWNLOAD="https://github.com/vovoid/vsxu/archive/v0.5.1/vsxu-0.5.1.tar.gz" -MD5SUM="b4c31f1b0e9def4fa4920341cda3708f" +DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/vsxu/vsxu-0.6.1.0.tar.gz" +MD5SUM="f2f8bf7b8669376184d5cb2e14d9284c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="glfw ftgl opencv" +REQUIRES="glfw ftgl opencv SDL2" MAINTAINER="Christoph Willing" EMAIL="chris.willing@linux.com" |