Merge pull request #493 from RealJohnGalt/bump
libclc-git & MesaLib(-git): version bump
This commit is contained in:
commit
37e78aae10
@ -1,6 +1,6 @@
|
||||
# Template build file for 'MesaLib-git'.
|
||||
pkgname=MesaLib-git
|
||||
version=20140722
|
||||
version=20140725
|
||||
revision=1
|
||||
wrksrc="Mesa-git-${version}"
|
||||
build_style=gnu-configure
|
||||
@ -56,7 +56,7 @@ conf_files="/etc/drirc"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://anongit.freedesktop.org/mesa/mesa"
|
||||
local sha=9548ba6e7bb8e631f6ef6236f7425725239742fe
|
||||
local sha=654fd3e33f71702aa487b5b5249847bee73d4823
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${wrksrc}
|
||||
cd ${wrksrc}
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Template build file for 'MesaLib'.
|
||||
pkgname=MesaLib
|
||||
version=10.2.4
|
||||
revision=9
|
||||
revision=10
|
||||
wrksrc="Mesa-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-glx-tls --enable-shared-glapi --enable-gbm
|
||||
|
@ -1,9 +1,8 @@
|
||||
# Template file for 'libclc-git'
|
||||
pkgname=libclc-git
|
||||
version=20140717
|
||||
version=20140723
|
||||
revision=1
|
||||
_sha=3b853378ab3bd607aa758492b61522b0a83084cb
|
||||
makedepends="python libffi-devel zlib-devel llvm>=3.4.2_2 clang>=3.4.2_2"
|
||||
makedepends="python libffi-devel zlib-devel llvm-git clang-git"
|
||||
depends="libclc-ptx-git libclc-r600-git"
|
||||
short_desc="Open implementation of the OpenCL C programming language"
|
||||
maintainer="John Galt<johngaltfirstrun@gmail.com>"
|
||||
@ -16,10 +15,11 @@ do_fetch() {
|
||||
# Upstream libclc git is http://llvm.org/git/libclc.git, however
|
||||
# we use a minimal git-core for git:// protocol.
|
||||
local url="git://github.com/llvm-mirror/libclc"
|
||||
local sha=a63df067faf8a0ce2267c746aa9af928ae8c927b
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${wrksrc}
|
||||
cd ${wrksrc}
|
||||
git reset --hard ${_sha}
|
||||
git reset --hard ${sha}
|
||||
}
|
||||
|
||||
do_configure() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user